/** Shopify CDN: Minification failed

Line 2656:1 Unexpected ","

**/
/* Custom Video With Text Overlay */
.new-vwto{

}
.new-vwto-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.new-vwto-video{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-height: 700px;
}
.new-vwto-overlay{
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.2); */
  z-index: 1;
}
.new-vwto-heading{
  margin: 0;
  font-size: 45px;
  color: inherit;
  max-width: 700px;
}
.new-vwto-btn{
  padding: 15px 32px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 100px;
  line-height: normal;
  margin-top: 15px;
}
.new-vwto-vid-wrapper{
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.new-vwto-vid-wrapper iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
}
@media screen and (max-width: 749px){
  .new-vwto-vid-wrapper{
    aspect-ratio: 1/1;
  }
  .new-vwto-vid-wrapper iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180%;
    height: 180%;
  }
  .new-vwto-heading{
    font-size: 22px;
    max-width: 440px;
  }
  .new-vwto-video{
    min-height: auto;
    aspect-ratio: 1/1;
    min-height: 450px;
  }
  .new-vwto-btn{
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 13px;
  }
}

/* Custom Video With Text */
.new-vwt{

}
.new-vwt .page-width{
  max-width: 100%;
}
.new-vwt-wrapper{

}
.new-vwt-heading{
  font-size: 28px;
  margin: 0;
  color: inherit;
  margin-bottom: 24px;
}
.new-vwt-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}
.new-vwt-flex-item{
  width: calc(25% - 12px);
  position: relative;
  border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.new-vwt-flex-item iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200%;
  width: 200%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.new-vwt-video{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.new-vwt-overlay{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.new-vwt-title{
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.new-vwt-text{
  font-size: 13px;
  margin: 0;
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 989px){
  .new-vwt-flex-item{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 749px){
  .new-vwt-flex-item{
    width: 100%;
  }
  .new-vwt-heading{
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* Custom Logo With Text */
.new-lwt{

}
.new-lwt-wrapper{
  padding: 70px 35px;
  border-radius: 15px;
}
.new-lwt-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.new-lwt-flex-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(33.33% - 17px);
}
.new-lwt-img{
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.new-lwt-title{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: inherit;
  letter-spacing: 0;
  margin-top: 20px;
}
.new-lwt-text{
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 749px){
  .new-lwt-flex-item{
    width: 100%;
    max-width: 400px;
  }
  .new-vwt-title{
    margin-top: 12px;
    font-size: 14px;
  }
  .new-vwt-text{
    font-size: 14px;
    margin-top: 5px;
  }
  .new-lwt-img{
    width: 40px;
    height: 40px;
  }
  .new-lwt-flex-wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .new-lwt-wrapper{
    padding: 30px 10px;
  }
}

product-info > .page-width{
  max-width: 100%;
  padding: 0;
}
.new-product-banner{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 15px;
}
.product__text{
  font-size: 14.5px;
  line-height: 1.4;
}


*{
  letter-spacing: 0 !important;
}
.new-pdp-wrapper{
  display: flex;
}
.new-pdp-gallery-wrapper{
  width: 65%;
}
.new-pdp-info-wrapper{
  width: 35%;
  padding: 30px 170px 0 30px;
}

.new-pdp-gallery{
  display: none;
  flex-wrap: wrap;
  gap: 36px;
}
.new-pdp-gallery.active{
  display: flex;
}
.new-pdp-gallery-item{
  background: #f7f7f7;
  width: calc(50% - 18px);
}
.new-pdp-gallery .new-pdp-gallery-item:first-child{
  width: 100%;
}
.new-pdp-gallery .new-pdp-gallery-item:nth-child(6){
  width: 100%;
}
.new-pdp-gallery-item--full{
  width: 100%;
}
.new-pdp-gallery-item--half{
  flex: 1 1 calc(50% - 18px)
}
.new-pdp-gallery-item-img{
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  max-width: 700px;
  object-fit: contain;
  margin: 0 auto;
}
.new-pdp-gallery-item-video{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  mix-blend-mode: multiply;
}
.new-pdp-variant-gallery{
  display: none;
  flex-wrap: wrap;
  gap: 36px;
}
.new-pdp-variant-gallery .new-pdp-gallery-item:first-child{
  width: 100%;
}
.new-pdp-variant-gallery .new-pdp-gallery-item:nth-child(6){
  width: 100%;
}
.new-pdp-variant-gallery.active{
  display: flex;
}


.new-pdp-wrapper .product__title > *{
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
}
.new-pdp-wrapper .product__title{
}
.new-pdp-bread a{
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
}
.new-pdp-bread a:hover{
  opacity: 1;
}
.new-pdp-bread span{
  display: inline-block;
  font-size: 12px;
}
.new-pdp-wrapper .price__container{
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 !important;
}
.new-pdp-wrapper .product-form__input .form__label{
  font-size: 14px;
  font-weight: bold;
}
.swatch-input__label{
  outline-offset: 0 !important;
  margin: 10px 20px 10px 0;
}
.swatch{
  border: 0 !important;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 3px !important;
}
.custom-swatch-bbg{
  background-color: #f7f7f7 !important;
}
.new-pdp-wrapper .product-form__submit{
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.new-pdp-gallery-swiper-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
  display: none;
}
.new-pdp-gallery-swiper-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  height: calc(100vh - 100px);
  padding: 30px;
  background: white;
}
.new-pdp-gallery-swiper{
  height: 100%;
}
.new-pdp-gallery-swiper::part(button-next){
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 10px;
}
.new-pdp-gallery-swiper::part(button-prev){
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 10px;
}
.new-pdp-gallery-swiper-slide{
  background: #f7f7f7;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
}
.new-pdp-gallery-swiper-img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-swiper-video{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-swiper-close{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.new-pdp-slide--trigger{
  cursor: pointer;
}
.new-product-desc-box{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 2000px){
  .new-pdp-info-wrapper{
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 1400px){
  .new-pdp-info-wrapper{
    width: 45%;
  }
  .new-pdp-gallery-wrapper{
    width: 55%;
  }
}
@media screen and (max-width: 1024px){
  .new-pdp-gallery-swiper-inner{
    height: 100vh;
    padding: 24px 15px;
  }
  .new-pdp-gallery-swiper-close{
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;
  }
  .new-pdp-gallery-swiper-slide{
    padding: 0;
  }
}
@media screen and (max-width: 989px){
  .new-pdp-info-wrapper{
    width: 100%;
    padding: 20px 15px;
  }
  .new-pdp-gallery-wrapper{
    display: none;
  }
  .new-pdp-wrapper{
    display: block;
  }
}

.new-pdp-gallery-mobile-wrapper{
  display: none;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 8px;
}
.new-pdp-gallery-mobile-swiper{
}
.new-pdp-gallery-mobile-swiper-slide{
  background: #f7f7f7;
  padding: 15px;
}
.new-pdp-gallery-mobile-swiper-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-mobile-swiper-video{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-mobile-thumb-swiper{
}
.new-pdp-gallery-mobile-thumb-swiper-slide{
  background: #f7f7f7;
  opacity: 0.5;
}
.new-pdp-gallery-mobile-thumb-swiper-slide.swiper-slide-active{
  opacity: 1;
}
.new-pdp-gallery-mobile-thumb-swiper-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-mobile-thumb-swiper-video{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-mobile-thumb-item-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-pdp-gallery-mobile-item-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 989px){
  .new-pdp-gallery-mobile-wrapper{
    display: block;
  }
  .new-pdp-wrapper .product__title > *{
    font-size: 20px;
    line-height: 1.2;
  }
  .new-pdp-bread a{
    font-size: 12px;
  }
  .new-product-banner{
    font-size: 16px;
  }
  .product__text{
    font-size: 14px;
  }
  .new-pdp-wrapper .product-form__input .form__label{
    font-size: 13px;
  }
  .product-form__input--swatch .swatch-input__input + .swatch-input__label{
    --swatch-input--size: 64px !important;
    margin: 6px 6px 0px 0;
  }
  product-info{
    padding-top: 0 !important;
  }
}

/* New PDP Info */
.new-pdp-info {
}
.new-pdp-info .page-width{
  max-width: 100%;
  padding: 0;
}
.new-pdp-info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-pdp-info-left {
  width: 65%;
  position: sticky;
  top: 5px;
  padding-left: 50px;
}
.new-pdp-info-heading {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: -0.5px !important;
  color: inherit;
  max-width: 85%;
}
.new-pdp-info-subheading {
  font-size: 6vw;
  margin: 0;
  font-weight: bold;
  line-height: 0.77;
  text-transform: uppercase;
  letter-spacing: -0.2vw !important;
  color: inherit;
  max-width: 85%;
}
.new-pdp-info-right {
  width: 35%;
  padding: 0 170px 0 30px;
}
.new-pdp-info-right-inner{
  margin: 0 auto;
}
.new-pdp-info-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.new-pdp-info-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  padding: 20px 0;
  letter-spacing: -0.5px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  color: inherit;
}
.new-pdp-info-title svg{
  width: 13px;
  height: 13px;
  display: block;
}
.new-pdp-info-title .icon-minus{
  display: none;
}
.new-pdp-info-title.active .icon-minus{
  display: block;
}
.new-pdp-info-title.active .icon-plus{
  display: none;
}
.new-pdp-info-content {
  padding: 45px 0;
  display: none;
}
.new-pdp-info-content p{
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.6;
  font-weight: 500;
}
.new-pdp-info-content *{
  color: inherit;
}
.new-pdp-info-content > *:first-child{
  margin-top: 0;
}
.new-pdp-info-content > *:last-child{
  margin-bottom: 0;
}
.new-pdp-info-content > div > *:first-child{
  margin-top: 0;
}
.new-pdp-info-content > div > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 2000px){
  .new-pdp-info-right{
    padding: 0 30px;
  }
  .new-pdp-info-left{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px){
  .new-pdp-info-right{
    padding: 0 30px;
    width: 45%;
  }
  .new-pdp-info-left{
    width: 55%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 989px){
  .new-pdp-info-container{
    gap: 50px;
    padding: 0 20px;
  }
  .new-pdp-info-right{
    padding: 0;
    width: 100%;
  }
  .new-pdp-info-right-inner{
    width: 100%;
  }
  .new-pdp-info-left{
    width: 100%;
    position: static;
    padding: 0;
  }
  .new-pdp-info-subheading {
    font-size: 6.3vw;
    line-height: 0.9;
    width: 100%;
    max-width: 100%;
  }
  .new-pdp-info-heading{
    margin-bottom: 8px;
    width: 100%;
    max-width: 100%;
  }
  .new-pdp-info-title{
    font-size: 18px;
    padding: 12px 0;
  }
  .new-pdp-info-content p{
    font-size: 14px;
  }
  .new-pdp-info-content{
    padding: 20px 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 749px){
  .new-pdp-info-subheading{
    font-size: 8vw;
  }
}

/* New PDP IWT */
.new-pdp-iwt {
}
.new-pdp-iwt .page-width{
  max-width: 100%;
}
.new-pdp-iwt-wrapper {
}
.new-pdp-iwt-heading {
  margin: 0;
  font-size: 70px;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -3px !important;
  color: inherit;
}
.new-pdp-iwt-subheading {
  margin: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: -0.5px !important;
  color: inherit;
}
.new-pdp-iwt-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
.new-pdp-iwt-item {
  width: calc(33.33% - 20px);
  text-align: center;
}
.new-pdp-iwt-item-inner{
  width: 80%;
  margin: 0 auto;
}
.new-pdp-iwt-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.new-pdp-iwt-title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -2px !important;
  line-height: 1.4;
  margin-top: 12px;
  color: inherit;
}
.new-pdp-iwt-subtitle {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
  margin-top: 3px;
  letter-spacing: -1px !important;
  color: inherit;
}
.new-pdp-iwt-text {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: 500;
  color: inherit;
}
@media screen and (max-width: 989px){
  .new-pdp-iwt-flex-wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .new-pdp-iwt-item{
    max-width: 280px;
    width: 100%;
  }
  .new-pdp-iwt-heading{
    font-size: 45px;
  }
  .new-pdp-iwt-title{
    font-size: 32px;
    letter-spacing: -0.5px !important;
  }
  .new-pdp-iwt-subtitle{
    font-size: 18px;
  }
}

/* New PDP Banner */
.new-pdp-banner{

}
.new-pdp-banner-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 250px;
  object-fit: cover;
}

/* New Video Image */
.new-pdp-vi{

}
.new-pdp-vi-wrapper{
  display: flex;
}
.new-pdp-vi-video{
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 55%;
}
.new-pdp-vi-img{
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 45%;
}
.new-pdp-vi-full{
  width: 100% !important;
}
@media screen and (max-width: 749px){
  .new-pdp-vi-wrapper{
    flex-wrap: wrap;
  }
  .new-pdp-vi-video{
    width: 100%;
  }
  .new-pdp-vi-img {
    width: 100%;
  }
}

/* New IWTO */
.new-pdp-iwto {
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.new-pdp-iwto .page-width{
  max-width: 100%;
}
.new-pdp-iwto-wrapper {
  display: flex;
  flex-direction: column;
  gap: 225px;
}
.new-pdp-iwto-top-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.new-pdp-iwto-img-wrapper {
  width: 50%;
}
.new-pdp-iwto-img {
  max-width: 108px;
  height: auto;
  width: 100%;
  display: block;
}
.new-pdp-iwto-text {
  color: inherit;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.7vw;
  line-height: 0.9;
  letter-spacing: -0.1vw !important;
  width: 50%;
}
.new-pdp-iwto-bottom-wrapper {
}
.new-pdp-iwto-heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.5px !important;
  margin: 0;
  color: inherit;
  line-height: 1.4;
}
.new-pdp-iwto-subheading {
  font-size: 5.5vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
  letter-spacing: -0.2vw !important;
  color: inherit;
}
@media screen and (max-width: 989px){
  .new-pdp-iwto-top-wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .new-pdp-iwto-text{
    font-size: 30px;
    width: 100%;
    letter-spacing: -1px !important;
  }
  .new-pdp-iwto-img-wrapper{
    width: 100%;
  }
  .new-pdp-iwto-img{
    max-width: 50px;
  }
  .new-pdp-iwto-subheading{
    font-size: 60px;
    letter-spacing: -2px !important;
    line-height: 0.8;
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px){
  .new-pdp-iwto-subheading{
    font-size: 40px;
  }
}

/* New PDP Icon WIth Text */
.new-pdp-cwt {
}
.new-pdp-cwt .page-width{
  max-width: 100%;
}
.new-pdp-cwt-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-pdp-cwt-left {
  width: 50%;
  position: sticky;
  top: 20px;
}
.new-pdp-cwt-heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.5px !important;
  margin: 0;
  color: inherit;
  line-height: 1.4;
  margin-bottom: 15px;
}
.new-pdp-cwt-subheading {
  margin: 0;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5.5vw;
  line-height: 0.8;
  letter-spacing: -0.35vw !important
}
.new-pdp-cwt-right {
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.new-pdp-cwt-right-inner{
  width: 63%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.new-pdp-cwt-text {
}
.new-pdp-cwt-text p{
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.6;
  font-weight: 500;
}
.new-pdp-cwt-text *{
  color: inherit;
}
.new-pdp-cwt-text > *:first-child{
  margin-top: 0;
}
.new-pdp-cwt-text > *:last-child{
  margin-bottom: 0;
}
.new-pdp-cwt-text > div > *:first-child{
  margin-top: 0;
}
.new-pdp-cwt-text > div > *:last-child{
  margin-bottom: 0;
}
.new-pdp-cwt-item {
}
.new-pdp-cwt-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  max-width: 100%;
  display: block;
}
.new-pdp-cwt-title{
  text-transform: uppercase;
  margin: 0;
  font-size: 64px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -3.5px !important;
  color: inherit;
  margin-top: 20px;
}
.new-pdp-cwt-subtitle {
  color: inherit;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.6;
  font-weight: 600;
  max-width: 293px;
  margin: 0;
  margin-top: 12px;
}
@media screen and (max-width: 1280px){
  .new-pdp-cwt-right-inner{
    width: 100%;
    padding-left: 40px;
  }
  .new-pdp-cwt-title{
    font-size: 45px;
  }
}
@media screen and (max-width: 989px){
  .new-pdp-cwt-right{
    width: 100%;
    border: 0;
  }
  .new-pdp-cwt-left{
    width: 100%;
    position: static;
  }
  .new-pdp-cwt-right-inner{
    padding: 0;
    gap: 40px;
  }
  .new-pdp-cwt-title{
    font-size: 35px;
    letter-spacing: -1.2px !important;
    margin-top: 12px;
  }
  .new-pdp-cwt-subtitle{
    max-width: 100%;
    font-size: 14px;
  }
  .new-pdp-cwt-img{
    width: 49px;
    height: 49px;
  }
  .new-pdp-cwt-subheading{
    font-size: 7vw;
  }
  .new-pdp-cwt-heading{
    margin-bottom: 10px;
  }
  .new-pdp-cwt-text{
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px){
  .new-pdp-cwt-subheading{
    font-size: 8vw;
  }
  .new-pdp-cwt-text{
    margin-top: 40px;
    padding-top: 12px;
  }
  .new-pdp-cwt-title{
    font-size: 30px;
  }
}

/* New PDP Design */
.new-pdp-design {
}
.new-pdp-design .page-width{
  max-width: 100%;
}
.new-pdp-design-wrapper {
}
.new-pdp-design-header {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.new-pdp-design-icon {
  width: 42px;
  height: 42px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.new-pdp-design-heading {
  font-size: 2.7vw;
  margin: 0;
  font-weight: bold;
  margin: 20px 0 32px;
  letter-spacing: -0.1vw !important;
  line-height: 0.85;
}
.new-pdp-design-subheading {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
  margin: 0;
  line-height: 1.4;
}
.new-pdp-design-flex-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  gap: 40px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.new-pdp-design-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 170px;
}
.new-pdp-design-left-text-wrapper {
  padding: 58px 0;
}
.new-pdp-design-left-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.5px !important;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.new-pdp-design-left-title svg{
  display: block;
  width: 18px;
  height: 18px;
}
.new-pdp-design-left-text {
  font-size: 5vw;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.2vw !important;
  line-height: 0.85;
}
.new-pdp-design-center {
  width: 50%;
}
.new-pdp-design-center-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.new-pdp-design-right {
  width: 25%;
  margin-top: 170px;
}
.new-pdp-design-right-text-wrapper {
  padding: 58px 0;
}
.new-pdp-design-right-title {
  font-size: 2.7vw;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.18vw !important;
  line-height: 0.85;
  text-transform: uppercase;
}
.new-pdp-design-right-text {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
  margin: 0;
  line-height: 1.4;
  max-width: 420px;
  margin-top: 24px;
}
.new-pdp-design-img {
  display: block;
  max-width: 100%;
  width: 25%;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: -25vw;
}
.new-pdp-design-img-mobile{
  display: none;
}
.new-pdp-badge-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.new-pdp-badge{
  width: calc(33.33% - 16px);
}
.new-pdp-badge-img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px){
  .new-pdp-design-left-title {
    gap: 10px;
  }
}
@media screen and (max-width: 989px) {
  .new-pdp-design-heading{
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .new-pdp-design-flex-wrapper{
    flex-wrap: wrap;
    gap: 0;
    position: static;
  }
  .new-pdp-design-left{
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    gap: 20px;
    margin-top: 40px;
  }
  .new-pdp-design-left-text-wrapper{
    padding: 0;
  }
  .new-pdp-design-flex-wrapper{
    margin: 0;
  }
  .new-pdp-design-left-title{
    margin-bottom: 10px;
    gap: 5px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .new-pdp-design-left-text {
    font-size: 50px;
  }
  .new-pdp-design-center{
    width: 100%;
    position: relative;
  }
  .new-pdp-design-img{
    display: none;
  }
  .new-pdp-design-right{
    margin: 0;
    margin-top: 40px;
    width: 100%;
  }
  .new-pdp-design-right-text-wrapper{
    max-width: 100%;
    padding: 0;
  }
  .new-pdp-design-right-text{
    margin-top: 12px;
    max-width: 100%;
  }
  .new-pdp-design-right-title {
    font-size: 35px;
  }
  .new-pdp-design-img-mobile{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: contain;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .new-pdp-design-heading{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .new-pdp-design-left-title{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .new-pdp-design-left-text{
    font-size: 40px;
  }
  .new-pdp-design-right-title{
    font-size: 25px;
  }
}
@media screen and (max-width: 480px){
  .new-pdp-badge-wrapper{
    gap: 10px;
  }
  .new-pdp-badge{
    width: calc(33.33% - 7px);
  }
}

/* New Related */
.new-related{

}
.new-related-wrapper{
  display: block;
  max-width: 100%;
}
.new-related-heading{
  font-size: 2.7vw;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.1vw !important;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  flex: 1 1 auto;
  color: inherit;
}
.new-related-swiper{

}
.new-related-swiper-slide{
  width: calc(33.33% - 20px);
  margin-right: 30px;
}
.new-related-swiper-slide:last-child{
  margin-right: 0;
}
.new-related-header{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.new-related-prev{
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0;
  outline: 0;
  border: 1px solid #d9d9d9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-related-prev svg{
  transform: rotate(180deg);
  display: block;
  width: 20px;
  height: 20px;
}
.new-related-next{
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0;
  outline: 0;
  border: 1px solid #d9d9d9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-related-next svg{
  display: block;
  width: 20px;
  height: 20px;
}
.new-related-prev.swiper-button-disabled,
.new-related-next.swiper-button-disabled{
  pointer-events: none;
  opacity: 0.5;
}


/* Card Product */
.new-card-prod {
}
.new-card-prod-img-wrapper {
  display: block;
  background: #f7f7f7;
}
.new-card-prod-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.new-card-prod-info {
  margin-top: 20px;
}
.new-card-prod-option-container {
  margin-bottom: 20px;
}
.new-card-prod-option-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new-card-prod-option-input {
  display: none;
}
.new-card-prod-option-label {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  width: calc(100% / 8 - 9px);
  cursor: pointer;
  border: 1px solid transparent;
}
.new-card-prod-option-input:checked + .new-card-prod-option-label{
  border-color: #212121;
}
.new-card-prod-option-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.new-card-prod-title-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.new-card-prod-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  color: inherit;
  line-height: 1.1;
  letter-spacing: -0.5px !important;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-card-prod-price {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  flex: 0 0 auto;
}
.new-card-prod-price strike{
  opacity: 0.6;
}
.new-card-prod-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  opacity: 0.6;
  letter-spacing: -0.5px !important;
  margin-top: 8px;
}
@media screen and (max-width: 1024px){
  .new-related-swiper-slide{
    width: calc(40%);
  }
  .new-card-prod-title {
    font-size: 16px;
  }
  .new-card-prod-subtitle {
    font-size: 12px;
  }
  .new-card-prod-price{
    font-size: 13px;
  }
  .new-related-heading {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 989px){
  .new-related-swiper-slide{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .new-card-prod-info{
    margin-top: 12px;
  }
  .new-card-prod-option-container{
    margin-bottom: 12px;
  }
  .new-card-prod-option-label {
    width: calc(100% / 6 - 5px);
  }
  .new-card-prod-option-wrapper{
    gap: 6px;
  }
}
@media screen and (max-width: 749px){
  .new-related-swiper-slide{
    width: 80%;
    margin-right: 15px;
  }
  .new-related-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .new-related-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-related-prev,
  .new-related-next{
    display: none;
  }
  .new-related-heading {
    font-size: 30px;
  }
  .new-related-swiper::part(container){
    box-sizing: border-box;
    padding-left: 15px;
  }
}



.new-sticky-bar-container {
  display: none;
}
.new-sticky-bar-container.new-sticky-active{
  display: block;
}
.new-sticky-bar-wrapper {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: #fff;
  border-radius: 3px;
  outline: 1px solid #d9d9d9;
  padding: 15px;
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
  width: 100%;
  max-width: 520px;
  color: black;
}
.new-sticky-bar-img-wrapper{
  flex: 0 0 70px;
  background: #f7f7f7;
  padding: 6px;
}
.new-sticky-bar-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-sticky-bar-info {
  flex: 1 1 auto;
}
.new-sticky-bar-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.5px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-sticky-bar-price {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
}
.new-sticky-bar-button {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #212121;
  color: white;
  flex: 0 0 auto;
  padding: 16px 32px;
  border-radius: 3px;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.new-sticky-bar-button.active{
  pointer-events: none;
}
.new-sticky-bar-button.active::before{
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.new-sticky-bar-button.active::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-right-color: transparent;
  animation: animate 0.5s linear infinite;
  transition: all .3s ease;
  z-index: 2;
}
.new-sticky-bar-button.sold{
  pointer-events: none;
  opacity: 0.5;
}
@keyframes animate {
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 749px){
  .new-sticky-bar-wrapper{
    max-width: 350px;
    padding: 10px;
    gap: 7px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .new-sticky-bar-img-wrapper{
    flex: 0 0 55px;
    padding: 5px;
  }
  .new-sticky-bar-title{
    font-size: 13px;
  }
  .new-sticky-bar-price{
    font-size: 12px;
    letter-spacing: -0.3px !important;
    margin-top: 5px;
  }
  .new-sticky-bar-button {
    font-size: 12px;
    padding: 12px;
  }
}


.new-brands{

}
.new-brands .page-width{
  max-width: 100%;
}
.new-brands-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
.new-brands-item{
  width: calc(20% - 16px);
}
.new-brand-link{
  display: block;
  aspect-ratio: 20/10;
  border-radius: 6px;
  border: 1px solid #d0d2d3;
  transition: all 0.3s ease;
  overflow: hidden;
}
.new-brand-link:hover{
  border-color: black;
}
.new-brands-img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 989px){
  .new-brands-item{
    width: calc(25% - 8px);
  }
  .new-brands-wrapper{
    gap: 10px;
  }
}
@media screen and (max-width: 600px){
  .new-brands-item{
    width: calc(50% - 5px);
  }
  .new-brands-wrapper{
    gap: 10px;
  }
}

.new-blog-subheading{
  text-align: center;
}
.new-blogs-swiper::part(pagination){
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.new-blogs-swiper::part(bullet){
  margin: 0;
  background: black;
  opacity: 0.2;
}
.new-blogs-swiper::part(bullet-active){
  margin: 0;
  background: black;
  opacity: 1;
}
.new-blogs .page-width{
  max-width: 100%;
}
.new-blogs-slide{
  width: calc(25% - 15px);
  margin-right: 20px;
  border: 1px solid #00000026;
  border-radius: 10px;
  padding: 11px;
  height: auto;
}
.new-blogs-slide:last-child{
  margin-right: 0;
}
@media screen and (max-width: 1024px){
  .new-blogs-slide{
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px){
  .new-blogs-slide{
    width: 75%
  }
}

.price--show-badge{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new-pay-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: -10px !important;
}
.new-pay-wrapper svg{
  display: block;
  width: 40px;
  height: auto;
}
.new--swipe-wrapper{
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  justify-content: flex-end;
  margin-top: 15px;
  display: none;
}
.new--swipe-wrapper p{
  font-weight: 400;
  font-size: 12px;
  line-height: 12.48px;
  margin: 0;
}
.new--swipe-wrapper img {
    display: block;
    width: 22px;
    height: auto;
    max-width: 100%;
}
@media screen and (max-width: 749px){
  .new-pay-wrapper{
    gap: 4px;
  }
  .new-pay-wrapper svg{
    width: 30px;
  }
  .new--swipe-wrapper{
    display: flex;
  }
}


.custom-mobile-menu-2-ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.custom-mobile-menu-2-li{
  width: calc(50% - 4px);
}
.custom-mobile-2-menu-a{
  font-size: 14px;
  color: inherit;
}


.new-menu-bottom-wrapper{
  padding: 15px;
}
.custom-mobile-review-swiper-wrapper{
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
}
.custom-mobile-review-swiper{
  width: 100%;
  display: block;
}
.custom-mobile-review-swiper::part(pagination){
  bottom: 0;
}
.custom-mobile-review-swiper::part(bullet){
  background: black;
}
.custom-mobile-review-swiper::part(bullet-active){
  background: black;
}
.custom-mobile-reviews-slide{

}
.custom-mobile-reviews-item{
  background: #ebebeb;
  text-align: center;
  padding: 24px 12px;
}
.custom-mobile-reviews-stars{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.custom-mobile-reviews-stars svg{
  display: block;
  width: 21px;
  height: 21px;
}
.custom-mobile-reviews-title{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.custom-mobile-reviews-text{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-top: 8px;
}
.custom-mobile-reviews-name{
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  margin-top: 24px;
  line-height: 20px;
}
.custom-mobile-review-bottom-text{
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
}
@media screen and (max-width: 480px){
  .header__icon--account{
    margin-left: 8px;
  }
  
}

/* Card Product New */
.new-card-prod2{
  display: block;
  border-radius: 16px;
  background: white;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.new-card-prod2:hover{
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 0px 16px 0px;
  transform: scale(1.06);
  z-index: 9;
  height: auto;
}
.new-card-prod2-img-wrapper{
  display: block;
  width: 100%;
  background: white;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.new-card-prod2-badge{
  position: absolute;
  top: 16px;
  left: 16px;
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  z-index: 1;
  pointer-events: none;
}
.new-card-prod2-badge-sale{
  background: #e01d1d;
}
.new-card-prod2-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 20/22;
  object-fit: cover;
}
.new-card-prod2-title{
  text-decoration: none;
  color: inherit;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.new-card-prod2-title em{
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
  flex: 1 1 auto;
}
.new-card-prod2-title-price{
  display: block;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  flex: 0 0 auto;
}
.new-card-prod2-title-price strike{
  opacity: .65;
}
.new-card-prod2-title-price span{
  color: #e01d1d;
}
.new-card-prod2-subtitle{
  display: block;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-top: 12px;
}
.new-card-prod2-info{
  padding: 16px;
  position: relative;
}
.new-card-prod2-swatch-option-container{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-bottom: 3px;
  flex-wrap: wrap-reverse;
}
.new-card-prod2-swatch-option-wrapper{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.new-card-prod2-swatch-option-input{
  display: none;
}
.new-card-prod2-swatch-option-label{
  border-radius: 50%;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  background: #ececec;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.new-card-prod2-swatch-option-input:checked + .new-card-prod2-swatch-option-label{
  box-shadow: 0 0 0 1px white, 0 0 0 2px black;
}
.new-card-prod2-swatch-option-label:hover{
  transform: scale(1.06);
}
.new-card-prod2-swatch-option-label img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.new-card-prod2-swatch-option-label span{
  display: block;
  width: 100%;
  height: 100%;
}
.new-card-prod2-option-container{
  position: absolute;
  top: 100%;
  z-index: 9;
  width: 100%;
  background: white;
  left: 0;
  padding: 16px;
  margin-top: -17px;
  border-radius: 0 0 16px 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 16px 16px 0px;
  display: none;
}
.new-card-prod2:hover .new-card-prod2-option-container{
  display: block;
}
.new-card-prod2-option-wrapper{
  display: none;
  flex-wrap: wrap;
  gap: 4px;
}
.new-card-prod2-option-wrapper.active{
  display: flex;
}
.new-card-prod2-option-input{
  display: none;
}
.new-card-prod2-option-label{
  cursor: pointer;
  border: 1px solid;
  width: calc(100% / 7 - 4px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.new-card-prod2-option-label:hover{
  background: rgb(0, 0, 0, 0.05);
}
.new-card-prod2-option-label.active{
  pointer-events: none;
}
.new-card-prod2-option-label.active::before{
  content: '';
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.new-card-prod2-option-label.active::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-right-color: transparent;
  animation: animate 0.5s linear infinite;
  transition: all .3s ease;
  z-index: 2;
}
.new-card-prod2-option-label-sold{
  opacity: 0.4;
  pointer-events: none;
}
.new-card-prod2-option-label-sold svg{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.new-card-prod2-price{
  display: block;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  flex: 0 0 auto;
}
.new-card-prod2-price span{
  color: #e01d1d;
}
.new-card-prod2-price strike{
  opacity: .65;
}
.new-card-prod2-btn-wrapper{
  position: absolute;
  top: 100%;
  z-index: 9;
  width: 100%;
  background: white;
  left: 0;
  padding: 16px;
  margin-top: -17px;
  border-radius: 0 0 16px 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 16px 16px 0px;
  display: none;
}
.new-card-prod2:hover .new-card-prod2-btn-wrapper{
  display: block;
}
.new-card-prod2-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: black;
  color: white;
  padding: 10px;
  min-height: 50px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.new-card-prod2-btn.active{
  pointer-events: none;
}
.new-card-prod2-btn.active::before{
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.new-card-prod2-btn.active::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-right-color: transparent;
  animation: animate 0.5s linear infinite;
  transition: all .3s ease;
  z-index: 2;
}
.new-card-prod2-btn.sold{
  background: rgb(0, 0, 0, 0.4);
  pointer-events: none;
}
.new-coll-header{
  padding-bottom: 40px;
  max-width: 800px !important;
  text-align: center;
}
.new-coll-heading{
  margin: 0;
}
.new-coll-desc{
  line-height: 1.5;
  margin-top: 5px;
}
.new-coll-desc > *:first-child{
  margin-top: 0;
}
.new-coll-desc > *:last-child{
  margin-bottom: 0;
}
.new-card-prod2-swatch-option-more{
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
}
.new-card-prod2-title-price-mobile{
  display: none;
}
@media screen and (max-width: 1600px){
  .new-card-prod2-option-label{
    flex: 0 0 auto;
    width: auto;
    padding: 10px;
    aspect-ratio: unset;
    min-width: 38px;
  }
}
@media screen and (max-width: 1280px){
  .new-card-prod2-title{
    flex-wrap: wrap;
    gap: 4px;
  }
  .new-card-prod2-title-price-desk{
    display: none;
  }
  .new-card-prod2-title-price-mobile{
    display: block;
    margin-top: 5px;
  }
  .new-card-prod2-title em{
    font-size: 13px;
  }
  .new-card-prod2-title-price{
    font-size: 12px;
  }
  .new-card-prod2-badge{
    font-size: 10px;
  }
  .new-card-prod2-swatch-option-label{
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .new-card-prod2-swatch-option-more{
    font-size: 13px;
  }
}
@media screen and (max-width: 989px){
  .new-card-prod2-title em{
    overflow: unset;
    white-space: unset;
    text-overflow: initial;
  }
  .new-card-prod2-badge {
    top: 10px;
    left: 10px;
  }
  .new-card-prod2-info{
    padding: 10px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .new-card-prod2-btn-wrapper{
    display: block;
    position: static;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .new-card-prod2-btn{
    min-height: 30px;
    font-size: 12px;
    padding: 12px 8px;
  }
  .new-card-prod2{
    transform: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
  }
  .new-card-prod2-option-container{
    display: block;
    position: static;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .new-card-prod2-option-label{
    padding: 8px;
    min-width: 32px;
  }
  .new-card-prod2-title em{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}


#AjaxinatePagination{
    padding: 0 20px;
    text-align: center;
}
#AjaxinatePagination a{
  text-decoration: none;
  color: inherit;
}
#AjaxinatePagination a:empty{
  display: block;
}
#AjaxinatePagination a::after{
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid;
    border-radius: 50%;
    display: inline-block;
    border-left-color: transparent;
    animation: custom-ajaxinate-loading 0.7s linear infinite;
}
@keyframes custom-ajaxinate-loading{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 749px){
  #AjaxinatePagination a::after{
      width: 30px;
      height: 30px;
  }
}

.new-pdp-main-info-wrapper{
  margin: 30px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.section-header.shopify-section-group-header-group{
  padding: 20px;
}
.header-wrapper{
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
.header-wrapper > .page-width{
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.new-nav{

}
.new-nav-ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 32px;
  justify-content: center;
}
.new-nav-li{

}
.new-nav-relative{
  position: relative;
}
.new-nav-a{
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 1);
  text-decoration: none;
  display: block;
  font-weight: 500;
  transition: all 0.5s ease;
}
.new-nav-ul-1{
  list-style: none;
  padding: 8px 0;
  margin: 0;
  background: var(--gradient-background);
  position: absolute;
  width: 180px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.new-nav-li-1{

}
.new-nav-a-1{
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  padding: 3px 10px;
  display: block;
  color: rgba(var(--color-foreground), 1);
  font-weight: 500;
  transition: all 0.5s ease;
}
.new-nav-ul-2{
  list-style: none;
  padding: 8px 0;
  margin: 0;
  background: var(--gradient-background);
  position: absolute;
  width: 180px;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.new-nav-li-2{
}
.new-nav-a-2{
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  padding: 3px 10px;
  display: block;
  color: rgba(var(--color-foreground), 1);
  font-weight: 500;
  transition: all 0.5s ease;
}
.new-nav-li:hover .new-nav-ul-1{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 0;
}
.new-nav-li-1:hover .new-nav-ul-2{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 0;
},
.new-nav-a-1:hover,
.new-nav-a-2:hover{
  opacity: 0.7;
}

.new-nav-li.active .new-nav-a{
  opacity: 1 !important;
}
.new-nav-li.inactive .new-nav-a{
  opacity: 0.7 !important;
}
.new-nav-li.inactive:not(.new-nav-mega-hover) .new-nav-a:hover{
  opacity: 1 !important;
}


.header-wrapper{
  z-index: 9;
}
.new-nav-mega-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 0;
  z-index: 1;
  padding: calc(var(--header-height) - 10px) 20px 0 20px;
  display: none;
  max-height: 100dvh;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
.new-nav-mega-header-ul{
  margin: 0;
  list-style: none;
  background: rgba(0,0,0,0.05);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
}
.new-nav-mega-header-li{

}
.new-nav-mega-header-a{
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  padding: 0;
  display: block;
  color: black;
  font-weight: 500;
  transition: all 0.5s ease;
  text-transform: capitalize;
  opacity: 0.5;
}
.new-nav-mega-header-a:hover{
  opacity: 1;
}
.new-nav-mega-header-li.active .new-nav-mega-header-a{
  opacity: 1;
}

.new-nav-mega-content-wrapper{
  display: none;
}
.new-nav-mega-content-inner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 0;
}
.new-nav-mega-content-inner-wrapper:empty{
  padding: 0 0 10px 0;
  display: block;
}
.new-nav-mega-content-ul{
  margin: 0;
  list-style: none;
  padding: 0;
  flex: 1 1 auto;
  column-count: 7;
  column-gap: 50px;
}
.new-nav-mega-content-ul:empty{
  display: block;
}
.new-nav-mega-content-li{
  line-height: normal;
  margin-bottom: 15px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.new-nav-mega-content-a{
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  padding: 0;
  display: block;
  color: black;
  font-weight: 400;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.new-nav-mega-content-a:hover{
  text-decoration: underline;
}
.new-nav-mega-images-wrapper{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 35%;
  aspect-ratio: 20/15;
}
.new-nav-mega-images-inner{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-nav-mega-images-inner .new-nav-mega-image{
  height: 50%;
}
.new-nav-mega-images-3 > .new-nav-mega-image{
  width: 50%;
}
.new-nav-mega-images-1 > .new-nav-mega-image{
  width: 50%;
}
.new-nav-mega-images-2 > .new-nav-mega-image{
  width: 50%;
}
.new-nav-mega-image{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.new-nav-mega-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  transition: all 0.3s ease;
}
.new-nav-mega-image:hover img{
  transform: scale(1.08);
}
.new-nav-mega-image span{
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: white;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.new-header-bottom-menu-ul{
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 7px 0;
  display: none;
}
.new-header-bottom-menu-li{
  flex: 0 0 auto;
  line-height: normal;
}
.new-header-bottom-menu-li:first-child{
  margin-left: auto;
}
.new-header-bottom-menu-li:last-child{
  margin-right: auto;
}
.new-header-bottom-menu-a{
  color: black;
  text-decoration: none;
  font-size: 12px;
  display: block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.new-menu-open .section-header.shopify-section-group-header-group{
  background: white;
}
@media screen and (max-width: 1920px){
  .new-nav-mega-content-ul{
    column-count: 5;
    column-gap: 24px;
  }
}
@media screen and (max-width: 1280px){
  .new-nav-mega-content-ul{
    column-count: 4;
    column-gap: 16px;
  }
  .new-nav-ul{
    gap: 0 16px;
  }
  .header--middle-left{
    grid-template-columns: 140px auto 140px;
  }
}
@media screen and (max-width: 1024px){
  .new-nav-mega-content-ul{
    column-count: 3;
    column-gap: 16px;
  }
  .header-wrapper > .page-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 989px){
  .header--middle-left{
    grid-template-columns: 70px auto 70px;
  }
  .header__heading-logo{
    max-width: 160px;
  }
  .new-nav-mega-images-wrapper{
    aspect-ratio: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: none;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 12px;
  }
  .new-nav-mega-image{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    border-radius: 8px;
  }
  .new-nav-mega-images-inner{
    width: 100% !important;
  }
  .new-nav-mega-image img{
  }
  .new-header-bottom-menu-ul{
    display: flex;
  }
}
@media screen and (max-width: 480px){
  .header--middle-left{
    grid-template-columns: 50px auto 50px;
  }
  .header__icons{
    gap: 0;
  }
}

.menu-drawer-container:not(.menu-opening) > .header__icon--menu > span svg:last-child{
  display: none;
}
.menu-drawer-container.menu-opening > .header__icon--menu > span svg:first-child{
  display: none;
}
.menu-drawer{
}
.menu-drawer__menu{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-menu-drawer-link{
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}