/** Shopify CDN: Minification failed

Line 501:20 Expected identifier but found "."
Line 3625:57 Unexpected "/"

**/
/* ------- global ----- */

.desktop{
  display: flex !important;
}
.mobile{
  display: none !important;
}
  
/* ------- global ----- */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background: #FFFFFF !important;

}
a{
  text-decoration: none;
  color: black;
}
ul{
  list-style: none;
}

/* ----- scrollbar ------------- */

body::-webkit-scrollbar {
    width: 7px; 
  }
  body::-webkit-scrollbar-track {
    background: transparent !important;
  }
  body::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2%;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 112.328, 0, 1);
  }

/* ----- scrollbar ------------- */

/* --------------- fonts ------------------- */
      /* @font-face {
  font-family: Neue-Montreal-Regular;
    font-weight: normal;
    font-style: normal;
  src: url("https://cdn.shopify.com/s/files/1/0944/8112/1412/files/NeueMontreal-Regular_1.woff2?v=1748325172") format("woff2"),
       url("https://cdn.shopify.com/s/files/1/0944/8112/1412/files/NeueMontreal-Regular_1.woff?v=1748325172") format("woff");
} */
/* --------------- fonts ------------------- */


/* ------- video/img ----------- */

img,video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ------- video/img ----------- */





/* ------------------------------------- header start -------------------------------------------- */

.header-wrapper{
  padding:0 !important;
  position: fixed;
  width: 100%;
  top: 0;
  left:0;
  background: transparent;
}
.header{
  padding:0 !important;
  margin:0;
  width: 100%;
  display: flex;
  max-width:none;
  position: fixed;
  top: 0;
  
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 4vw;
    width: 100%;
    transition: background .2s ease-in;
  /* border-bottom: 1px solid #0005; */
}

.main-header.active{
  /* background: #F5F5F5; */
  background: #ebebeb;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 13%;
    height: 100%;
    padding-left: 2%;
    z-index: 1;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 54%;
    height: 100%;
  /* border: 1px solid #0005; */
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 100%;
}

.header-left a{
  width: 100%;
  height: 100%;
}

.header-left a span{
      height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.header-left svg{
  width: 80%;
   height: 100%;
}


.header-center ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    height: 100%;
}

.header-center ul li{
      height: 100%;
}

.header-center ul a {
    font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
    font-size: .7vw;
    position: relative;
    display: flex;
  align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
  text-transform: uppercase;
  color: #000;
}

.header-center ul li a:before {
    content: "";
    position: absolute;
    bottom: 30%;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: #FF6600;
    transition: all .4s ease-in-out;
    transform: translate(-50%);
}

.header-center ul li a:hover::before{
   width: 100%;
}


.header-center ul a .extra-me{
background: #f60;
    color: #fff;
    line-height: normal;
    font-size: 0.6vw;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
      font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
}


/* ----Marquee Start----  */

.header-right .h-bottom-label{
    height: 55%;
    width: 60%;
    display: flex;
justify-content: flex-end;
    align-items: center;
    padding: 2px;
  overflow: hidden;
}

.header-right .h-bottom-label .cover{
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    overflow: hidden;
    width: 80%;
    background: #fff;
}

.header-right .h-bottom-label .ext{
      display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50%;
    overflow: hidden;
    color: #fff;
    background: #fff;
  width: 100%;
}

.header-right .h-bottom-label .ext ul{
      display: flex;
    align-items: center;
    justify-content: start;
  list-style-type: none;
  /* gap: 0.45vw; */
  gap: 0.25vw;
    flex-direction: column;
    animation: marquee-rotate 80s linear infinite;
  width: 100%;
  
}

@keyframes marquee-rotate{
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}

.header-right .h-bottom-label .ext ul li {
    color: #FF6600;
    font-size: 0.65vw;
    line-height: normal;
    letter-spacing: 0;
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: italic;
}

/* -----Marquee END----  */

.header-right .header-left-icons {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1vw;
    gap: 1.5vw;
    /* padding-right: 10%; */
    padding-right: 4%;
      height: 100%;
  z-index: 1;
}

.header-right .header-left-icons li{
height: 100%;
    align-items: center;
      display: flex;
}

.header-right .header-left-icons li a{
    display: flex;
  align-items: center;
      justify-content: center;
  /* width: 1.5vw; */
}

.search-li svg{
  height: 100%;
  width: 100%;
}

.account-li a svg{
  height: 100%;
}


.cart-li a.header__icon--cart{
  margin-right: 0;
  height: unset;
  width: unset;
}

.cart-li a.header__icon .svg-wrapper {
    /* height: 100%;
    width: 60%; */
    height: unset;
  width: unset;
}

/* ------ shopall hover box -------start --- */

.hero-hover-box {
  clip-path: inset(0% 0% 100% 0%);
  height: 100svh;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  background: #F8F8F8;
  transition: clip-path 0.3s ease;
      z-index: 0;
  display: flex;
  padding-top: 5vw;
  
}

.plz-hoverme:hover .hero-hover-box {
  clip-path: inset(0% 0% 0% 0%);
}

.hero-hover-box .h-hover-box-left{
  height: 100%;
  width: 30%;
  /* border-right: .5px solid #0005; */
padding: 0 3.5% 2% 1.5%;
/* -----  */
position: relative;
}
.hero-hover-box .h-hover-box-right{
  height: 100%;
  width: 70%;
}

/* --- */
.hero-hover-box .gender-tabs {
  display: flex;
gap: 10%;
    padding: 0;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
  height: unset;
}

.hero-hover-box .gender-tabs .tab-btn {
  cursor: pointer;
font-size: 0.6vw;
  text-transform: uppercase;
  opacity: 0.5;
  font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
      background: transparent;
}

.hero-hover-box .gender-tabs .tab-btn.active {
border-bottom: 2px solid #FF6600;
    opacity: 1;
    color: #FF6600;
}

.hero-hover-box .tab-accordion,
.hero-hover-box .tab-preview {
  display: none;
}

.hero-hover-box .tab-accordion.show,
.hero-hover-box .tab-preview.show {
  display: flex;
  
}

.hero-hover-box .tab-preview.show{
  height: 100%;
}

.hero-hover-box .h-hover-box-left .tab-accordion{
  padding: 5% 0 0 3%;
  flex-direction: column;
}

.hero-hover-box .h-hover-box-left .tab-accordion .spx1{
      padding-bottom: 20%;
}

.hero-hover-box .h-hover-box-left .tab-accordion .accordion-item-header {
    height: 3.5vh;
}

.hero-hover-box .h-hover-box-left .tab-accordion .accordion-item-header p{
      font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
      font-size: 0.6vw;
}

.hero-hover-box .h-hover-box-left .h-hover-box-left-footer{
  position: absolute;
    bottom: 2%;
    /* --- / */
    width: 100%;
    padding-right: 19%;

}

.hero-hover-box .h-hover-box-left .h-hover-box-left-footer .imlast{
      margin-bottom: 5vw;
}

.hero-hover-box .h-hover-box-left a{
  color: #000 !important;
  border-bottom: none !important;
  text-transform: uppercase;
  font-size: 0.6vw;
  line-height: 2;
}

.hero-hover-box .h-hover-box-left a:before{
  background: transparent !important;
  
}

.hero-hover-box .accordion-item-body-content .line1 ul li a{
  font-size: 0.5vw;
}

.hero-hover-box .h-hover-box-left-footer-span p{
    text-transform: uppercase;
    font-size: 0.6vw;
    font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
  opacity: 60%;
}

/* -- */

 /* ====== menu Accordion ====== */

  .accordion-item {
      color: #000;
        /* border-bottom: 1px solid #000; */
      font-family: Neue-Montreal-Regular;
      background-color: transparent;
      border-radius: 0;
  }
  .accordion-item-header {
      position: relative;
      height: 4vh;
      display: flex;
      align-items: center;
      cursor: pointer;
      color:#000;
  }
  .accordion-item-header:after {
      content: "+";
      margin-left: auto;
      /* margin-right: 6%; */
      font-size: 20px;
      transition: transform .3s;
  }
  .accordion-item-header.active:after {
      content: "-";
    /* transform: rotate(45deg); */
  }
  .accordion-item-header p {
      /* padding: 0% 0% 0% 6%; */
      font-weight: 500;
      display: flex;.accordion-item-header:after
      position: relative;
      cursor: pointer;
      margin: 0;
      /* font-size: 2.6vw; */
      font-family: Neue-Montreal-Regular;
      text-transform: uppercase;
      color: #000;
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
  }
  .accordion-item-body-content {
    padding: 1% 0 3% 0%;
  }
  
  
  .accordion-item-body-content .line1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
        font-family: Neue-Montreal-Regular;
    padding: 0% 0% 1.7% 3%;
    opacity: 80%;
  }
  
  .line1 .question{
    height: 100%;
    width: 50%;
  }
  .accordion-item-body-content .line1 p{
  margin: 0;
      font-family: Neue-Montreal-Regular;
      font-size: .55vw;
      color: #000;
  }
  .line1 .answer{
    height: 100%;
    width: 50%;
  }
  
  .accordion-item-body-content .line1{
    padding: 0;
  }
  .accordion-item-body-content .line1 ul{
      padding-left: 3%;
    list-style-type: none;
       font-size: 2.5vw;
     font-family: Neue-Montreal-Regular;
      text-transform: uppercase;
    color: #000;
            display: flex;
        flex-direction: column;
        gap: 5px;
            align-items: flex-start;
  }

    .accordion-item-body-content .line1 ul li a{
      font-size: 8px;
      opacity: 80%;
    }
  
  .line1 .answer {
      height: 100%;
      width: 100%;
      padding-left: 9%;
      line-height: normal;
        font-size: .75vw;
     font-family: Neue-Montreal-Regular;
      text-transform: uppercase;
    color: #000;
  }

  .content-bottom span {
    font-size: 2.6vw;
    font-family: Neue-Montreal-Regular;
    margin-block: 1.5vw;
  }

    .content-bottom span a{
      font-family: Neue-Montreal-Regular;
      text-transform: uppercase;
      font-size: 8px;
  }
  /* ====== menu Accordion ====== */

.hero-hover-box .h-hover-box-left a.redme{
  color: #FF6600 !important;
}


.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations{
      width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul{
  gap: 0;
  height: 100%;
  gap: 0.1%;
  justify-content: flex-start;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li{
  padding: 0;
      width: 20%;
    max-width: 19.8%;
  height: 50%;
  min-height: 49%;
  max-height: 49%;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li:hover{
      background: transparent;
      padding: 0;
  transition: none;
  scale: unset;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information{
  padding: 0;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information h3 a{
      justify-content: center;
  color: #000;
  text-transform: uppercase;
  font-size: 0.55vw;
  padding-top: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: italic;
  position: unset;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information h3 a:before{
  background: transparent;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations .full-unstyled-link {
  text-decoration: none !important;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information .price{
    font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: italic;
    font-size: 0.50vw;
  opacity: 70%;
  margin-top: 0;
  justify-content: center;
      text-align: center;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information .price--on-sale .price-item--regular{
      color: #c80505;
    font-size: .50vw;
    letter-spacing: 0;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__inner{
  height: 90%;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content{
  height: 10%;
}

.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li:nth-child(n+11) {
  display: none;
}


.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations .card__badge {
    display: none;
}

.plz-hoverme:hover > a{
  color: #f60;
}

/* -------- when hover on shopall stop scrolling ----- */

html.lock-hover,
body.lock-hover,
html.lock-search,
body.lock-search {
  overflow: hidden !important;
  touch-action: none;
}


/* -------- when hover on shopall stop scrolling ----- */


/* ------------------------------------- shopall hover box -------start --- */



/* ------- custom search box ---- start ----- */

.my-search-box{
      display: flex;
    flex-direction: column;
    width: 100vw;
    height: 96vh;
    margin-top: 4vw;
    background-color: #f8f8f8;
    border: 1px solid #F8F8F8;
    clip-path: inset(0% 0% 100% 0%);
    transition: clip-path .6s ease-in-out;
    position: absolute;
    font-family: neue-haas-grotesk-text;
    line-height: 1.5vw;
    overflow: hidden;

}

.my-search-box.active {
    clip-path: inset(0% 0% 0% 0%);
}

  .search-input {
    width: 100%;
    height: 10%;
}
.search-box .search-modal__content {
    padding: 0 4rem;
    justify-content: space-around;
}
  .search-box .search-modal__form {
    max-width: 90vw;
}
  .search-box .search-modal__form {
    max-width: 90vw;
}
 .search-box  .field {
    position: relative;
    width: 100%;
    display: flex
;
    transition: box-shadow var(--duration-short) ease;
}

  .search-box .field:after{
    content:none;
  }
 .search-box  .search__input.field__input {
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
}

.search-box .field__label{
    font-size: 1.3rem;
    top: .8vw;
    color: #b7b7b7;
    text-transform: uppercase;
}

.search-box .search-close-btn{
   color: #FF6600;
    font-size: .7vw;
}
  .search-box .reset__button {
    font-family: neue-haas-grotesk-text;
    width: 5%;
}
  .search-box .modal__close-button.link{
    text-decoration: none;
    color: red;
    font-size: .7vw;
}
 .search-box .search-bottom {
    width: 100%;
    height: 86%;
    display: flex
;
    flex-direction: row;
}
  .search-box .search-left {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    height: 100%;
    padding: 3% 3% 1%;
        text-transform: uppercase;

}
 .search-box  .search-left h1 {
    font-size: .7vw;
    opacity: 60%;
    font-style: italic;
    font-family: neue-haas-grotesk-text;
    margin-bottom: 1vw;
}
  .search-left li, .search-left .search-contact{
    font-size: .6vw;
}

.search-left .search-contact{
  display: flex
;
    flex-direction: column;
}

  .search-contact p{
    text-transform: uppercase;
        font-family: neue-haas-grotesk-display, sans-serif;
        font-weight: 500;
        font-style: normal;
    line-height: 1.8;
  }

    .search-contact a{
         text-transform: uppercase;
        font-family: neue-haas-grotesk-display, sans-serif;
        font-weight: 500;
        font-style: normal;
    }

  .search-box .search-tags {
    position: absolute;
    /* top: 35vh; */
    top: 47vh;  
}
  .search-box .search-contact p:first-child {
    color: #b7b7b7;
}
  .search-box .search-right {
    width: 80%;
    height: 100%;
    display: flex;
    padding-right: 4rem;
}
  .shopify-section .search-box .grid__item{
    /* width: calc(19% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    height: 100%;
    min-height: 50%;
    max-height: 50%; */
    padding: 0;
    width: 20%;
    max-width: 19.8%;
    min-width: 19.8%;
    height: 50%;
    min-height: 49%;
    max-height: 49%;
}

.search-box .grid__item .card__inner{
      height: 90%;
}

.search-box .grid__item .card__content{
      height: 10%;
}

.search-box .grid__item .card__content .card__information{
      padding: 0;
}

.search-box .grid__item .card__content .card__information h3 a{
         justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-size: .55vw;
    padding-top: 3px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
  display: flex;
}

.search-box .grid__item .card__content .card__information .full-unstyled-link {
    text-decoration: none !important;
}

.search-box .grid__item .card__content .card__information .price {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: .5vw;
    opacity: 70%;
    margin-top: 0 !important;
    justify-content: center;
    text-align: center;
}

.search-box .grid__item .card__content .card__information .price--on-sale .price-item--regular {
    color: #FF6600;
    font-size: .5vw;
    letter-spacing: 0;
}


 .search-box  .price{
    font-size: 1rem
 }

 .search-box  .price--on-sale .price-item--regular{
  font-size:1rem;
}

  .search-box .search-tags a:hover{
    color:#FF6600;
  }

  .search-box .card__information{
    margin-top:0;
    margin-bottom:0;
  }

  .search-box .grid{
    row-gap:0;
    height: 100%;
    gap: .1%;
    justify-content: flex-start;
  }
  
.search-box .search-popular ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -3px;
    /* right: -17px; */
    top: unset;
    right: unset;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #FF6600;
    animation: blink 1s ease-in-out infinite;
}

.search-box .search-popular ul li:nth-child(2) {
    /* position:absolute; */
    position:  unset;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


 #search-toggle .svg-wrapper{
    width: 19px;
    height: 19px;
    margin-top: 0.2vw;
}

.search-box .search-modal__close-button{
  display: none;
}

.search-box .product-recommendations.product-recommendations1{
    height: 100%;
}

.predictive-search__item-heading {
    margin: 0;
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-text';
}

.predictive-search__item--term {
   text-transform: uppercase;
}

 .search-box .badge{
  display: none;
}

/* ------- custom search box ---- end ----- */

/* ----- bubble count header ----- */

.main-header .cart-count-bubble{
  font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
  bottom: 0.6rem;
    left: 1.2rem;
}


/* ----- bubble count header ----- */


/* ------------------------------------- header end -------------------------------------------- */







/* ----------------------- featured collection ----------------------------------start------------------ */


/* ----- custom header in featured collection------- */
.my-featured-collection{
  /* background: #EBEBEB; */
  background: #FFFFFF;
  padding: 0 0.5%;
}

.my-featured-collection .collection .slider-mobile-gutter{
    padding: 0;
}

.my-featured-collection .collection .collection__title{
  display: none;
}

.my-featured-collection .collection .featured-my-cust-heading{
  width: 100%;
    /* border: 1px solid red; */
    height: 4.5vw;
    display: flex;
    align-items: flex-end;
    padding: 0 1.5% 1% 1.5%;
}

.my-featured-collection .collection .featured-my-cust-heading .f-cust-h-left{
  height: 100%;
  width: 70%;
  text-transform: uppercase;
  display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.my-featured-collection .collection .featured-my-cust-heading .f-cust-h-right{
height: 100%;
    width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-decoration: underline;
}

.my-featured-collection .collection .featured-my-cust-heading .f-cust-h-right a{
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: italic;
  font-size: 0.8vw;
  color: #000;
}

.my-featured-collection .collection .featured-my-cust-heading .f-cust-h-left .f-light-part {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
  font-size: 1vw;
  position: relative;
  width: 100%;
    min-width: 100%;
    display: flex;
}

.my-featured-collection .collection .featured-my-cust-heading .f-cust-h-left .f-dark-part {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #000;
}

.my-featured-collection .collection .featured-my-cust-heading .f-light-part sup{
    /* position: absolute;
    top: -15%;
    right: -16%; */
    color: #f60;
    font-size: 0.7vw;
    line-height: 1;
    letter-spacing: 0;

}

/* ----- custom header in featured collection------- */

.my-featured-collection .card-wrapper .card__content .card__information{
  padding: 2% 2%;
}

.my-featured-collection .card-wrapper .card__content .card__information .card__heading{
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: italic;
  font-size: 0.8vw;
}


.my-featured-collection .card-wrapper .card__content .card__information .card__heading .full-unstyled-link{
  text-decoration: none;
}

.my-featured-collection .card-wrapper .card__content .card__information .price {
  font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: italic;
    opacity: 60%;
    margin: 0 !important;
    line-height: 1.3;
    font-size: 0.7vw;
      padding-top: 0.7%;
    letter-spacing: 0;
}

.my-featured-collection .card-wrapper .card__content .card__information .price--on-sale .price-item--regular{
font-size: 0.7vw;
    color: #FF6600;
    letter-spacing: 0;
}

  .my-featured-collection .slider-mobile-gutter .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: 1.5vw;
    padding-bottom: 2%;
  }

.my-featured-collection .card-wrapper .card__inner{
  height: 90%;
}

.my-featured-collection .card-wrapper .card__content{
  height: 10%;
}

.my-featured-collection .badge{
   font-size:10px;
}


/* ----------------------- featured collection -------------------------------end--------------------- */





  /* ------------------ colletion page 2 (collection-product-grid2) ------------- */


/*----------------------- New In Banner ----------------------*/

  .shopify-section .collection-hero {
  padding-top: 4%;
    display:none;
}

.shopify-section .collection-hero .collection-hero__inner {
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.collection-hero__inner .collection-hero__text-wrapper .collection-hero__title{
  font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3vw;
    padding-left: 1%;
  text-transform: uppercase;
}
  
.cust-collection-page2 .grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
  
.cust-collection-page2 .grid li{
  min-width:100%;
  height: 100%;
  cursor: pointer;
  padding-bottom: 4%;
}  

.cust-collection-page2 .grid li .card__content .card__information{
  padding: 2%;
  
}
  
.cust-collection-page2 .product-grid .e-vid-1 {
    grid-row-start: 1;
    grid-column-start: 4;
    aspect-ratio: 3 / 4;
  height: 100%;
    padding: 0;
}
  
.cust-collection-page2 .product-grid .e-vid-1 video{
    height:100%;
}

  .cust-collection-page2 .product-grid .e-vid-2 {
    grid-row-start: 3;
    grid-column-start: 1;
    aspect-ratio: 3 / 4;
    height: 100%;
    padding: 0;
}
  
.cust-collection-page2 .product-grid .e-vid-2 video{
    height:100%;
}
/*----------------------- New In Banner End----------------------*/

.cust-collection-page2{
  /* background: #EBEBEB; */
  background: #ffffff;
}

.cust-collection-page2 .collection-banner-cust{
  /* height: 45vh; */
  width: 100%;
  display: flex;
  height: 22vw;
}

.cust-collection-page2 .collection-banner-cust .collection-banner-cust-left{
  height: 100%;
  width: 72%;
      /* padding: 13% 2% 1%; */
  position: relative;
  /* --- */
      display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 2%;
    padding-left: 2%;
}


.cust-collection-page2 .collection-banner-cust .collection-banner-cust-left h3{
  font-family: "neue-haas-grotesk-text";
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.5vw;
}

  .cust-collection-page2 .collection-banner-cust .collection-banner-cust-left h3 > sup{
    /* content:"(20)"; */
    position:relative;
    top:-1vw;
    right:0;
    color:#FF6600;
    font-size:1.2vw;
    
  }

.cust-collection-page2 .collection-banner-cust .collection-banner-cust-left p{
      font-family: "neue-haas-grotesk-text";
    font-weight: 400;
    font-style: normal;
    font-size: 0.7vw;
    opacity: 50%;
    line-height: 1.6;
    padding-top: 0.4vw;
      width: 90%;
}

/* ---round logo --- */

.cust-collection-page2 .propy {
position: absolute;
    top: unset;
    left: unset;
    right: -12.5%;
    bottom: 13%;
    transform: translate(-50%, 0);
    height: auto;
    width: 5.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cust-collection-page2 .propy svg path {
    /* stroke: #000; */
    fill: #000;
}

.cust-collection-page2 .propy div:first-child {
    height: 100%;
    width: 100%;
    animation: round-me 20s linear infinite;
    display: flex;
}

@keyframes round-me{
  0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}

.cust-collection-page2 .propy div:last-child {
    height: 88%;
    width: 88%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.cust-collection-page2 .propy div:last-child svg {
    height: 100%;
    width: 100%;
}

/* ---round logo --- */


.cust-collection-page2 .collection-sticky-box {
    height: 3vw;
    border: none;
    position: fixed;
    width: 100%;
    top: 4vw;
    z-index: 1;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.cust-collection-page2 .collection-sticky-box .right-sticky-ul { 
    display: flex;
    width: 60%;
    justify-content: space-evenly;
    align-items: center;
    font-family: neue-haas-grotesk-text;
    font-size: .6vw;

    /* -----  */
    justify-content: start;
    gap: 2vw;
    padding-left: 2%;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    text-transform: uppercase;
}

.cust-collection-page2 .collection-sticky-box .right-sticky-ul li{
  width: auto;
    min-width: 3vw;
}

.cust-collection-page2 .right-sticky-box{
    width: 23%;
    display: flex;
    align-items: center;
}

.cust-collection-page2 .grid-span{
    display: flex;
    height: 60%;
    width: 40%;
    margin: 0.5vw;
    padding: 1vw;
    background: white;
    align-items: center;
}

.cust-collection-page2 .grid-span ul{ 
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
   font-family: neue-haas-grotesk-text;
  font-size: .6vw;
}

.cust-collection-page2 #grid-options li[data-columns] {
  cursor: pointer;
  color: #000; /* default color */
  text-decoration: none;
}

.cust-collection-page2 #grid-options li[data-columns].active {
  color: #FF6600;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #FF6600;
}

.cust-collection-page2 .grid-span li{
  cursor: pointer;
}

.cust-collection-page2 .filter-span{
    display: flex;
    height: 60%;
    width: 60%;
    margin: .5vw;
    padding: 1vw;
    background: #fff;
    align-items: center;
}

.cust-collection-page2 .filter-span .facets-container{
  padding-top:0;
}

.cust-collection-page2 .filter-span .button-label{
  font-size: .6vw;
}

.cust-collection-page2 .filter-span .svg-wrapper .icon-filter{
  display:none;
}

.cust-collection-page2 .filter-span .mobile-facets__open .svg-wrapper{
    width:0.5rem;
}

.cust-collection-page2 .filter-span .svg-wrapper .icon-close{
      height: 1.1rem;
      width: 2.4rem;
}

  .filter-span .mobile-facets__count {
    text-transform: uppercase;
    font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.filter-span .facets-wrapper{
  justify-content:center;
  width: max-content;
  padding:0;
}

  .cust-collection-page2 .filter-span .sorting{
    display:none;
  }

    .cust-collection-page2 .filter-span .product-count{
    display:none;
  }

.cust-collection-page2 .filter-span span.mobile-facets__open-label.button-label.small-hide {
    display: none;
}

 .cust-collection-page2 .filter-span span.mobile-facets__open-label.button-label.large-up-hide {
    display: block !important;
   font-family: neue-haas-grotesk-text;
    text-transform: uppercase;
   text-decoration:none;
}

 

  .cust-collection-page2  .collection {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 .5%;
}

 .cust-collection-page2 .filter-span  .facets-container-drawer{
   display:block;
   padding-top:0.5vw;
 }

  .cust-collection-page2 .filter-span .active-facets{
    display:none;
  }
  
   .cust-collection-page2 .facets-container-drawer{
   display:none;
 }

   .cust-collection-page2 .card-wrapper .card__content .card__information .price {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
    opacity: 60%;
    margin: 0 !important;
    line-height: 1.3;
    font-size: .7vw;
    padding-top: .7%;
    letter-spacing: 0;
}

.cust-collection-page2 .card-wrapper .card__content .card__information .card__heading {
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: .8vw;
}

.cust-collection-page2 .card-wrapper .card__content .card__information .card__heading .full-unstyled-link {
    text-decoration: none;
}

 .cust-collection-page2 .card-wrapper .card__content .card__information .price--on-sale .price-item--regular {
    font-size: .7vw;
    color: #f60;
    letter-spacing: 0;
}

.cust-collection-page2 .filter-span .facets__price 
.field__label {
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-display';
    font-size: .7vw;
    font-style:normal;
    top: .7vw; 
 }  

/* ------------------ colletion page 2 (collection-product-grid2) -------end------ */




/* ----------------------------------------------- pdp (pdp2-main-product) ------start -------------------------------------- */

product-info.pdp2-main-product {
  padding: 0;
}

product-info .page-width {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.pdp2-main-product .page-width .product {
    background: #FFFFFF;
    position: relative;
     z-index: 0;  
}


.pdp2-main-product .page-width .product .product__media-wrapper {
    display: flex;
    max-width: 63%;
    width: calc(63% - var(--grid-desktop-horizontal-spacing) / 2);
}

.pdp2-main-product .page-width .product .product__info-wrapper {
    max-width: 37%;
    width: calc(37% - var(--grid-desktop-horizontal-spacing) / 2);
    padding: 0 2% 0 4rem;
    height: 100vh;
    display: flex;
    align-items: end;
    position: sticky;
    top: 0;
}

.pdp2-main-product .page-width .product .product__media-wrapper .product__column-sticky{
  /* width: 60%; */
  width: 50%;
}

.pdp2-main-product .page-width .product .product__media-wrapper .pdp-cust-video{
      height: 100vh;
    /* width: 40%; */
    width: 50%;
    position: sticky;
    left: 0;
    top: 0;
}

.pdp2-main-product .page-width .product .product__media-wrapper .product__media-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.pdp2-main-product .page-width .product .product__media-wrapper .product__media-list .product__media-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    /* height: 88vh; */
    height: 100vh;
}


.pdp2-main-product .page-width .product .product__media-wrapper .product__media-list .product__media-item .product-media-container {
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pdp2-main-product .page-width .product .product__info-wrapper .product__info-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.pdp2-main-product .page-width .product .product__media-wrapper .product__media-list .product__media-item .product-media-container .product__modal-opener {
    height: 100%;
}

.pdp2-main-product .page-width .product .product__media-wrapper .product__media-list .product__media-item .product-media-container .product__modal-opener .product__media {
    height: 100%;
}

.pdp2-main-product .product .product__info-wrapper .product-form .product-form__buttons {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.pdp2-main-product .product .product__info-wrapper .product-form .product-form__buttons .product-form__submit {
    margin-bottom: 0;
    border: none !important;
    --buttons-border-width: 0;
    --buttons-border-opacity: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    min-height: 2.7vw;
    font-size: 11px;
    display: flex;
    justify-content: center;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
}

.pdp2-main-product .product .product__info-wrapper .product-form .product-form__buttons .shopify-payment-button {
    display: none;
}

.shopify-section .product__info-container>*+* {
    margin: 0;
}

.pdp2-main-product .product .product__info-wrapper .product-form {
    /* margin: 1rem 0; */
  margin: 1rem 0 1.5rem;
}

.pdp2-main-product .page-width .product .product__info-wrapper .product__title{
  margin-bottom: 0;
}

.pdp2-main-product .page-width .product .product__info-wrapper .product__title h1{
  font-size: 1vw;
    color: #000;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
    text-transform: uppercase;
      letter-spacing: 0;
}

.pdp2-main-product .page-width .product .product__info-wrapper .price{
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
      opacity: 80%;
    font-size: 0.9vw;
    line-height: normal;
  letter-spacing: 0;
}

.pdp2-main-product .page-width .product .product__info-wrapper .product__title .cust-tittle .price__container{
  margin-bottom: 0;
}

.my-title-price{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdp2-main-product variant-selects .product-form__input .form__label{
  display: none;
}

.pdp2-main-product variant-selects{
      height: 3vw;
    border: .5px solid #B7B7B7;
    margin: 1% 0 2% 0;
    display: flex;
    align-items: center;
    width: 100%;

}

.pdp2-main-product .page-width .product .product__info-wrapper variant-selects .product-form__input {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.pdp2-main-product .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]:checked+label {
    background-color: #F5F5F5;
    color: #FF6600;
    opacity: 100%;
    height: 100%;
font-family: "neue-haas-grotesk-display";
font-weight: 500;
font-style: normal;
  border-right: .5px solid #B7B7B7;
}

.pdp2-main-product .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]+label {
    border: none;
    background-color: #F5F5F5;
    border-radius: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    width: auto;
    padding: 0;
    flex: 1;
    opacity: 40%;
    position: relative;
font-family: "neue-haas-grotesk-display";
font-weight: 500;
font-style: normal;
      border-right: .5px solid #B7B7B7;
  height: 100%;
}

.pdp2-main-product .product .product__info-wrapper variant-selects .product-form__input input[type=radio]:checked+label:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    border-bottom: 1.5px solid #FF6600;
    position: absolute;
    bottom: 20%;
    left: 25%;
    box-sizing: border-box;
}

.my-label-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
      line-height: 1;
    padding: 1% 0;
}

.my-label-size p{
  font-family: "neue-haas-grotesk-display";
font-weight: 500;
font-style: normal;
  font-size: 0.55vw;
  color: #000;
  opacity: 50%;
  text-transform: uppercase;
}

.my-label-size span a{
  font-family: "neue-haas-grotesk-display";
font-weight: 500;
font-style: normal;
  font-size: 0.55vw;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}

/* ---- sale badge pdp ---- */

.product__info-wrapper .badge{
      position: absolute;
    /* top: -10%; */
      top: -2vw;
    right: 0;
}


.product__info-wrapper .badge{
  margin: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    text-transform: uppercase;
    font-size: 0.5vw;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
padding: 0.5rem 1.3rem;
      border: .5px solid #FF6600;
      color: #FF6600;
}

/* ---- sale badge pdp ---- */

/* ---pdp sale price --- */
.pdp2-main-product .page-width .product .product__info-wrapper .price--on-sale .price-item--regular{
  margin-right: 0.4rem;
  font-size: .9vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
     opacity: 60%;
      line-height: normal;
  letter-spacing: 0;
  color: #FF6600;
}
/* ---pdp sale price --- */

.custom-subtitle {
  height: auto;
    padding-bottom: 1%;
}

.custom-subtitle p{
    text-transform: math-auto;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
    font-size: .65vw;
    opacity: 50%;
    line-height: 1.5;
}

/* --------- size chart ------------ start ------- */

.size-box{
  height: 80%;
  width: 57%;
  background: #FFFFFF;
      position: fixed;
    top: -100%;
    left: 3%;
  transition: top 0.5s ease;
   border-radius: 15px;
  z-index: 3;
padding: 2% 2% 1.5%;
  text-transform: uppercase;
  
}


.size-box-active{
  top: 13%;
  left: 3%;
}




.s-box-top {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* padding-bottom: 2.5%; */
            border-bottom: 1px solid black;
            /* height: 10%; */
            height: 8%;
        }

        .s-box-options {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 1%;
            /* height: 9%; */
/* ---  */
            height: 5%;

        }

        .s-box-options span {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1vw;
        }

        .size-chart {
            width: 100%;
            border-collapse: collapse;
            /* margin-top: 2%; */
            font-size: 0.95rem;
            /* height: 60%; */
            height: 83%;
        }

        .size-chart th,
        .size-chart td {
            border: .5px solid #0005;
            /* padding: 8px; */
            padding: 0;
            text-align: center;
        }
         .size-chart th{
            /* padding: 0.5rem; */
                padding: 1rem;
         }

        /* .size-chart thead {
            background-color: #f0f0f0;
        } */

        .s-box-btm-data{
            height: 20%;
            width: 100%;
          display: flex;
    flex-direction: column;
    justify-content: center;
    /* -------  */
    display: none;
        }

.s-box-btm-data p{
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
  font-size: 0.6vw;
    opacity: 90%;
}

.unit-toggle a:first-of-type{
  opacity: 1;
        font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
      font-size: 0.6vw;
    cursor: pointer;
}
.unit-toggle a:last-of-type{
  opacity: 0.4;
        font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
      font-size: 0.6vw;
    cursor: pointer;
}

.s-box-top h4 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.8vw;
}

.s-box-top span{
  /* border: 1px solid #000; */
    border-radius: 50%;
    padding: 0 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
}

.s-box-top span svg{
  height: 2.6rem;
    width: 2.6rem;
}

.s-box-options p{
      font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.6vw;
}

.size-chart thead th{
        font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.6vw;
}

.size-chart tbody td{
          font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.6vw;
}

/* --------- size chart ------------ end ------- */

/* ------ custom notification in pdp------ */

.cust-notification-pdp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    height: 2.5vw;
    padding: 0 6%;
margin: 5% 0 2% !important;
}

.cust-notification-pdp p{
font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .6vw;
    letter-spacing: 0;
    text-transform: uppercase;
}

.my-inventory .svg-wrapper svg{
  display: none;
}

.cust-notification-pdp .my-inventory .svg-wrapper{
  height: 8px;
  width: 8px;
  background: #C80505;
  animation: blinkme .8s linear infinite;
}

@keyframes blinkme{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.cust-notification-pdp .my-inventory{
  color: #C80505;
}

/* ------ custom notification in pdp------ */

/* -------- similar products ----- */

.simi-box-d {
    display: flex;
    min-height: auto;
    gap: .2vw;
    height: auto;
    max-height: 4.5vw;
}

.simi-box-d a .simi-pname{
  display: none;
}

.simi-box-d a{
  background: #F2F2F2;
  min-width: 13%;
  max-width: 13%;
}

/* -------- similar products ----- */

/* ----- add to cart svg --- */

.btn-svg svg path{
  fill: #fff;
}

.btn-svg svg{
      height: 14px;
    width: auto;
    padding-top: 0;
    margin-left: 11px;
}

/* ----- add to cart svg --- */

/* ------- stock left badge ----- */

.my-stocks {
    position: fixed;
    top: 6vw;
    left: 4rem;
  text-transform: uppercase;
  /* ---  */
      /* position: absolute;
    top: calc(30vw - 100vh);
        left: -64vw; */

}

.my-stocks .svg-wrapper{
  display: none;
}

.my-stocks p{
    font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #FF6600;
    font-size: 0.5vw;
    background: #F2F2F2;
    text-wrap: nowrap;
    width: 4.5vw;
    height: 1.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-stocks p:empty {
    display: none;
}

/* ------- stock left badge ----- */

.pdp2-main-product .media--transparent {
    background-color: #ebebeb;
}


/* ------------------ accordion -------------------------------- */

        .custom-accordion {
            width: 100%;
            height: auto;
            display: flex;
            align-items: flex-start;
            justify-content: center;
          font-family: "neue-haas-grotesk-display";
          font-weight: 500;
          font-style: normal;
    padding: 20px 10px 15px 0;
        }

        .accordion-items {
            width: 35%;
            /* min-height: 10vw;
            height: 10vw; */
          min-height: 8vw;
    height: auto;
        }

        .accordion-items ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.7vw;
          /* padding-left: 1%; */
         
        }

        .accordion-items ul li{
        line-height: normal;
         
        }

        .accordion-items a {
            display: flex;
            text-decoration: none;
            font-size: 0.65vw;
            color: #000;
            transition: opacity 0.3s ease;
            opacity: 50%;
            cursor: pointer;
            text-transform: uppercase;
        }

        .accordion-items a.active {
            opacity: 1;
          color: #FF6600;
            /* font-weight: bold; */
        }

        .accordion-data {
            width: 65%;
            position: relative;
            overflow: hidden;
        }

        .accordion-content {
            width: 100%;
            height: 100%;
            background: transparent;
            padding: 1%;
            opacity: 0;
            display: none;
            align-items: center;
            justify-content: flex-start;
            font-size: 20px;
            transition: opacity 0.5s ease-in-out;
        }

        .accordion-content.active {
            display: flex;
            opacity: 1;
        }

.accordion-content ul {
  gap: 0.4vw;
    display: flex;
    flex-direction: column;
}

        .accordion-content ul li{
            list-style: none;
              line-height: normal;
          text-transform: uppercase;
              font-size: 0.6vw;
          color: #000;
        }

.accordion-content ul li p{
            list-style: none;
              line-height: normal;
          text-transform: uppercase;
              font-size: 0.6vw;
          color: #000;
}

.product .product__info-container .product__description{
  margin: 0;
}

/* ------------------ accordion -------------------------------- */


/* ------ related products --------starts -- */

product-recommendations.related-products {
      padding: 0 0.5%;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  background: #FFFFFF;
}

product-recommendations.related-products .featured-my-cust-heading{
  height: 4.5vw;
    /* background: gray; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1.5%;
  letter-spacing: 0;
      text-transform: uppercase;
}

product-recommendations.related-products .featured-my-cust-heading .f-dark-part {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1vw;
  opacity: 100%;
  color: #000;
}

product-recommendations.related-products .featured-my-cust-heading  .f-light-part{
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 200;
    font-style: normal;

    font-size: 1vw;
    opacity: 70%;
}

product-recommendations.related-products .featured-my-cust-heading .f-light-part > sup{
  color: #FF6600;
    font-size: 0.6vw;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    /* -----  */
    display: none;
}

product-recommendations.related-products .card-wrapper .card__inner {
    height: 90%;
}

product-recommendations.related-products .card-wrapper .card__content {
    height: 10%;
}

product-recommendations.related-products .card-wrapper .card__content .card__information {
    padding: 2%;
}

product-recommendations.related-products .card-wrapper .card__content .card__information .card__heading {
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: .8vw;
}

product-recommendations.related-products .card-wrapper .card__content .card__information .card__heading .full-unstyled-link {
    text-decoration: none;
}

product-recommendations.related-products .card-wrapper .card__content .card__information .price {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: italic;
    opacity: 60%;
    margin: 0 !important;
    line-height: 1.3;
    font-size: .7vw;
    padding-top: .7%;
    letter-spacing: 0;
}

product-recommendations.related-products .card-wrapper .card__content .card__information .price--on-sale .price-item--regular {
    font-size: .7vw;
    color: #f60;
    letter-spacing: 0;
}




/* ------ related products --------end -- */


/* ----- pdp featured products---- */
.me-def-pdp{
  display: none;
}
/* ----- pdp featured products---- */





/* ----------------------------------------------- pdp (pdp2-main-product) ------end -------------------------------------- */






/* -------------------------- Cart Page ------------------------*/


cart-items.gradient.color-scheme-1.isolate.is-empty {
    height: 100%;
    width: 100%;
    min-height: 100vh;
}

cart-items.gradient.color-scheme-1.isolate.is-empty{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

cart-items.gradient.color-scheme-1.isolate {
    height: 100%;
    width: 100%;
    min-height: 80vh;
}

cart-items.gradient.color-scheme-1.isolate{
    width: 100%;
    height: 100%;
 
}

cart-items.gradient.color-scheme-1.isolate .page-width{
    height: auto;
  width:100%;
  padding-top:5vw;
  max-width:80%;
   
}

div#main-cart-footer .page-width{
    margin: 0;
    padding: 0 1%;
    width: 100%;
    min-width: 100%;
}

cart-items.gradient.color-scheme-1.isolate .title-wrapper-with-link a{
    text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
}

cart-items.gradient.color-scheme-1.isolate .title-wrapper-with-link .title {
      text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
      font-size: 1.5vw;
  
}

div#main-cart-footer .page-width   .totals {
        text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
}

div#main-cart-footer .page-width  .tax-note {
        text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
}

div#main-cart-footer .page-width .cart__ctas button {
    text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
}

.cart-item>td+td{
        text-transform: uppercase;
   font-family: neue-haas-grotesk-display;
}



/*--------------------- Cart Drawer ----------------------*/

.cart-drawer .drawer__inner{
    text-transform: uppercase;
  padding:0;
  background-color:white;
}

.drawer .cart__empty-text{
    margin: 0 0 1rem !important;
    font-size: .7vw;
  font-family: neue-haas-grotesk-text;
}

.drawer .cart-item:last-child{
 margin-bottom:0;
}

.drawer .cart-drawer__empty-content a.button{
    font-size: 10px;
    min-height: 40px;
    padding: 0 20px;
    outline: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
   font-family: neue-haas-grotesk-text;
}

.drawer .drawer__inner-empty .cart__login-title.h3{
  font-size: 10px;
  font-family: neue-haas-grotesk-text;
}

.drawer .drawer__inner-empty .cart__login-paragraph{
  font-size: 10px;
  font-family: neue-haas-grotesk-text;
}

.drawer .drawer__inner .drawer__header {
    padding-top: .5rem;
    border-bottom: 1px solid #000;
    background-color: #1A1A1A;
}

.drawer .drawer__heading{
    position: relative;
    width: fit-content;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
    font-size: .7vw;
     font-family: neue-haas-grotesk-text;
    color: #FFFFFF;
    padding-left: 1rem;
}

.drawer .drawer__header .drawer__close{
    top: 0;
    right: 0;
  color:#FF6600;
}

.drawer .cart-drawer__form{
  padding: 0 1.5rem;
}

.drawer .drawer__footer{
     padding: 0 1.5rem;
}
  
.drawer .drawer__close svg{
    height: 1.1rem;
    width: 2.4rem;
}

.drawer .cart-drawer__footer .totals {
    text-transform: uppercase;
    padding: 0 10px;
}

.drawer .cart-drawer__footer .totals>h2{
    font-size: 10px !important;
    font-family: neue-haas-grotesk-text;
}

.drawer .cart-drawer__footer .totals__total-value{
    font-size: 11px;
    padding-right: 10px;
    font-family: neue-haas-grotesk-text;
}

.drawer .cart-drawer .tax-note{
    margin: .4rem 0 0.2rem auto;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 9px;
     font-family: neue-haas-grotesk-text;
}

.drawer__cart-items-wrapper .cart-items thead{
    display: none;
}

.cart-item__details a.cart-item__name.h4.break {
    font-size: .7vw;
    letter-spacing: 0;
    color: #000;
    font-family: neue-haas-grotesk-text;
    text-decoration: none;
}

.cart-item__details .product-option{
    font-size: .6vw;
    letter-spacing: 0;
    opacity: .44;
  font-family: neue-haas-grotesk-text;
    color: #000;
}

.cart-item__details .product-option{
    font-size: .6vw;
    letter-spacing: 0;
    opacity: .44;
    font-family: neue-haas-grotesk-text;
    color: #000;
}

.cart-items .cart-item__totals.right{
    display: none;
}

.drawer .cart__ctas .cart__checkout-button {
    text-transform: uppercase;
    margin-bottom: 1%;
  font-size: 0.7vw;
  font-family: 'neue-haas-grotesk-display';
}

quantity-popover .cart-item__quantity-wrapper .quantity-popover-container .quantity{
    min-height: 4vh;
}

quantity-popover .quantity{
    border:none;
    border-radius: 0;
    background:white;
    width: 100px;
}

quantity-input.quantity{
    --inputs-border-width: 0px;
}

quantity-popover .cart-item__quantity-wrapper .quantity-popover-container .quantity .quantity__input{
    font-family: neue-haas-grotesk-text;
    width: 30%;
    font-size: 13px;
    opacity:50%;
}

.quantity__button{
    width: 35% !important;
}

.cart-drawer .cart-item__details {
    grid-column: 2 / 5 !important;
}

.cart-drawer .cart-item{
  border-bottom:1px solid #707070;
}

.cart-drawer .cart-item__media {
    grid-row: 1 / 4;
}

 .cust-cart-count-bubble {
    position: absolute;
    background-color:#1A1A1A; 
    color: #FF6600;
    height: 1.7rem;
    width: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7vw;
    bottom: 35%;
    left: 5.2vw;
    line-height: calc(1 + .1 / var(--font-body-scale));
    font-family: neue-haas-grotesk-text;
} 
  
/*--------------------- Cart Drawer----------------------*/




  
/*----------------------- Filter Drawer ----------------------*/
.facets-container .mobile-facets__summary {
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-text';
    font-size: 0.7vw;
}

.mobile-facets__heading.small-hide {
    font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
  text-transform: uppercase;
}

.facets-container .mobile-facets__footer>* {
    text-transform: uppercase;
    font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.facets-container .mobile-facets__close-button{
  text-transform:uppercase;
   font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.facets-container .mobile-facets__label{
  text-transform:uppercase;
   font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.facets-container .mobile-facets__info {
    padding: 0 2.6rem;
    text-transform: uppercase;
   font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.filter-span .mobile-facets__count {
    text-transform: uppercase;
    font-size: 0.7vw;
    font-family: 'neue-haas-grotesk-text';
}

.filter-span .facets-wrapper{
  justify-content:center;
  width: max-content;
}

.gradient .section-header.shopify-section-group-header-group {
    z-index: 1; 
}

.drawer .cart-drawer__footer .totals {
    border-top: 1px solid #707070;
    margin-top:0;
}

.drawer .cart-item__link {
    height: 85%;
}

.drawer .cart-drawer .cart-item {
  align-items: end;
    row-gap:0;
}

.drawer .cart-drawer .cart-items td {
    padding-top:0;
}

.drawer .cart-drawer .cart-items td:nth-child(2) {
    padding-top:1rem;
}
  
.drawer .cart-drawer .cart-items td:nth-child(4) {
    padding-top:0;
}

.drawer .cart-item__image {
    height: 87%;
}


/*----------------------- Cart Drawer ----------------------*/


 /* ------ cart footer recom ----- */

.cart-drawer .drawer__footer{
  border-top:none;
}

.cust-add {
          /* display:none; */
    position: absolute;
    min-width: 25%;
    aspect-ratio: 1 / 1;
    z-index: 99;
    bottom: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    font-size: 110%;
}

.cust-add svg{
  width: 40%;
}

  .product-recommendations-x .price--on-sale .price-item--regular {
    font-size: 0.6vw;
    color: #f60;
}
          
  .product-recommendations-x {
    height: 100%;
    width: 100%;
            /* padding-left: 2%; */
            padding-bottom:0;
  }

          
  .product-recommendations-x .product-grid{
 display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
        gap: 0.1vw;
  }

   .product-recommendations-x .product-grid .card-wrapper .card__content .card__heading{
     opacity: 0;
     display: block;
    position: absolute;
    top: -8vw;
    height: 10vw;
  }

.product-recommendations-x .product-grid .card-wrapper .card__content .card__heading   :after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}


   .product-recommendations-x .product-grid .card-wrapper .card__inner{
       height: 80%;
  }

 .product-recommendations-x .product-grid .card-wrapper .card__content{
  position: relative;
    height: auto;
    width: 100%;
    align-items: flex-start;
    left: 3%;
    bottom: 5px;
  }

  .product-recommendations-x h3{
    color: #000;
    font-size: 11px;
    font-family: "neue-haas-grotesk-display";
font-weight: 500;
font-style: normal;
padding-bottom: 1%;
  }

   .product-recommendations-x .product-grid .card-wrapper .card__content .card__information .price{
       font-size: 0.6vw;
    font-family: neue-haas-grotesk-display;
    opacity: 60%;
     width: 60%;
  }

   .product-recommendations-x .product-grid .card-wrapper .card__content .card__information{
          
     padding: 0;
    height: auto;
   }

 .product-recommendations-x .product-grid .grid__item{
 width: 33%;
    aspect-ratio: 5 / 7;
 }

.product-recommendations-x .product-grid .card-wrapper .card__inner .card__badge{
  display: none;
}

  
  /* ------ cart footer recom ----- */


/* / ----------- remove scale on product hover ------------- / */
.card-wrapper:hover .media--hover-effect img {
  transform: unset !important;
}
/* / ----------- remove scale on product hover ------------- /  */


/* =============================== quick add ============start================= */

.quick-add modal-opener .quick-add__submit {
    width: unset;
    height: unset;
    background: transparent;
    padding: 0;
    min-width: unset;
    min-height: unset;
}

/* .shopify-section .quick-add {
    position: absolute;
    right: 2%;
    margin: 0;
    grid-row-start: 2;
    bottom: 6.5%;
} */

.shopify-section .quick-add {
    position: absolute;
    right: 4%;
    margin: 0;
    grid-row-start: 2;
    /* bottom:3%; */
  /* top: 15%; */
  top: unset;
    background: #F2F2F2;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
      margin-top: 2%;
}

.quick-add .button--secondary:after {
    --border-opacity: none;
}

/* =============================== quick add =============end================ */



/* ------- quick add inner beautifiction ---- */

.quick-add-modal{
  backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.quick-add-modal .pdp-cust-video{
  display: none !important;
}

quick-add-modal.quick-add-modal *:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.quick-add-modal .button--secondary:after {
    --border-opacity: none;
}

quick-add-modal.quick-add-modal .global-settings-popup{
  border: none;
      padding: 0;
}

quick-add-modal.quick-add-modal .product__info-container>*+* {
    margin: 0;
}

quick-add-modal.quick-add-modal product-info .page-width .product .product__media-wrapper .product__column-sticky {
    width: 100%;
  /* --- */
  display: none;
}

quick-add-modal.quick-add-modal product-info .page-width .product .product__media-wrapper .product__media-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1%;
    margin: 0;
  height: 100%;
  /* -- */
      overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

quick-add-modal.quick-add-modal product-info .page-width .product .product__media-wrapper .product__media-list .product__media-item {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
}

 quick-add-modal.quick-add-modal .quick-add-modal__toggle {
        top: 0;
        right: 0;
        z-index: 999999;
        /* background: red; */
        display: flex;
        border: none;
    }

 quick-add-modal.quick-add-modal product-info .page-width .product .product__info-wrapper {
    padding: 0 7%;
    /* height: 55%; */
    display: flex;
    align-items: flex-end;
    position: sticky;
    top: 0;
       padding-top: 7%;
   align-items: flex-start;
   /* --- */
   max-width: 100%;
    min-width: 100%;
   height: 100%;
}

 quick-add-modal.quick-add-modal .my-title-price {
    display: flex;
    justify-content: space-between;
       align-items: flex-start;
    flex-direction: row;
}

 quick-add-modal.quick-add-modal .my-title-price a.product__title h2.h1 {
  font-size: 0.85vw;
    color: #000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}

 quick-add-modal.quick-add-modal product-info .page-width .product .product__info-wrapper .price {
    opacity: 60%;
    font-size: 0.8vw;
     text-align: end;
}

 quick-add-modal.quick-add-modal .product.grid {
    height: 100%;
   background: #FFFFFF;
}

 quick-add-modal.quick-add-modal  product-info .page-width .product .product__info-wrapper .price--on-sale .price-item--regular {
    margin-right: .3rem;
    font-size: .8vw;
   
}

 quick-add-modal.quick-add-modal  .custom-subtitle p {
    font-size: .60vw;
    line-height: 1.5;
}

 quick-add-modal.quick-add-modal product-info .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]+label{
      font-size: 0.7vw;
}

 quick-add-modal.quick-add-modal .page-width {
    padding: 0;
    height: 100%;
}

 quick-add-modal.quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
        /* height: 45%; */
   height: unset;
    }

 quick-add-modal.quick-add-modal .my-stocks{
display: none !important;
 }

 quick-add-modal.quick-add-modal .media--transparent {
    background-color: #F2F2F2;
}

quick-add-modal.quick-add-modal .custom-tag-media{
  display: none !important;
}

quick-add-modal.quick-add-modal .simi-box-d {
  display: none;
}

quick-add-modal.quick-add-modal .product__info-wrapper .badge {
    position: absolute;
    /* top: -7%; */
  top: -1.3vw;
    right: 0;
}

/* quick-add-modal.quick-add-modal .accordion-item-header {
    height: 4vh;
}
 */
quick-add-modal.quick-add-modal .cust-notification-pdp {
    height: 2vw;
    margin: 1% 0 2% !important;
}

quick-add-modal.quick-add-modal product-info .page-width .product .product__media-wrapper .product__column-sticky .slider-mobile-gutter{
  height: 100%;
}

quick-add-modal.quick-add-modal .quick-add-modal__toggle {
    top: 2%;
    right: 10%;
    z-index: 999999;
    display: flex;
    border: none;
    border: .5px solid #C80505;
    border-radius: 0;
    padding: 0;
    height: 1.5vw;
    width: 4.5vw;

  /* --- */
top: 37%;
    right: 11vw;
}

quick-add-modal.quick-add-modal .quick-add-modal__toggle svg{
  display: none;
}

quick-add-modal.quick-add-modal .quick-add-modal__toggle:after{
  content: "CLOSE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0.5vw;
  color: #FF6600;
  /* color: #C80505; */
  font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
}

quick-add-modal.quick-add-modal .cust-notification-pdp{
  display: none;
}

quick-add-modal.quick-add-modal .size-box{
  border-radius: 0;
}

quick-add-modal.quick-add-modal .quick-add-modal__content{
  /* height: 50%; */
  height: auto;
        min-height: 50%;
        background: transparent;
        max-height: 60%;
  top: unset;
  bottom: 2%;
        right: 1%;
}

quick-add-modal.quick-add-modal .simi-box-d {
    display: flex;
}

quick-add-modal.quick-add-modal .product .product__info-wrapper .product__info-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
quick-add-modal .custom-accordion {
    order: 4;
}

quick-add-modal.quick-add-modal .product__info-container .bb-pdp2{
  order: 5;
}

/* ------- quick add inner beautifiction ---- */



/* ------- custom badge -------- */

.product-tags {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    list-style: none;
    /* padding: 0.95vw 0px 0px 0.25vw; */
  padding: 1.5% 1%;
    margin: 0px;
    gap: 1vw;
  justify-content: space-between;
  /* ---/ */
  z-index: 1;
    position: relative;
}

.product-tags li {
    background-color: transparent;
    padding: 0;
    font-size: .6vw;
    color: #333;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    letter-spacing: 0;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: italic;
    text-wrap: nowrap;
    width: fit-content;
    display: flex;
    justify-content: start;
    min-width: unset !important;
}

/* .product-tags li:last-of-type{
  color: #FF6600;
} */


.product-tags li:nth-child(2) {
    color: #f60;
}

/* ------- custom badge -------- */

.shopify-section .card__badge {
    grid-row-start: 1;
      align-self: flex-start;
  width: 100%;
}


/* ------------ card-prodct all image visiable in horizontal scroll ------  */

.grid .grid__item .card-wrapper .card__inner{
      z-index: 99;
}

.grid .grid__item .card-wrapper .card__inner .card__media {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none;    
    width: 100%;
    z-index: 1;
}

.grid .grid__item .card-wrapper .card__inner .card__media::-webkit-scrollbar {
    display: none;
}

.card-wrapper .card .media {
    width: 100%;
    height: 100%;
    position: relative;
}


.grid .grid__item .card-wrapper .card__inner .card__media .media {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    scroll-snap-align: start;
    position: relative;
}



.my-card-product .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
  position: relative;
}




/* ------------ card-prodct all image visiable in horizontal scroll ------  */




.header-center .hero-hover-box .product-recommendations ul li .card-wrapper .card__inner a:before{
  background-color: transparent;
}



/* ============ quick add close button ============ */

quick-add-modal.quick-add-modal .quick-add-modal__content .close_quick_Add_btn {
      height: 3vw;
    background: transparent;
    position: relative;
}

quick-add-modal.quick-add-modal .quick-add-modal__toggle {
    z-index: 1;
    display: flex;
    border: .5px solid #ad1d21;
    border-radius: 0;
    padding: 0;
    height: 1.5vw;
    width: 4.5vw;
    top: 30%;
    right: 10vw;
    position: absolute;
}


/* ============ quick add close button ============ */



/* ------ just for new single page design -----  */


/* --- pdp2 new accordion ----  */
 .pdp2-main-product .accordion-item {
        color: #000;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
        background-color: transparent;
        border: none;
    }
 
  .pdp2-main-product .accordion-item-header {
        position: relative;
        height: 5vh;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #000;
    }
 
   .pdp2-main-product .accordion-item-header p {
        /* padding: 0 0 0 2%; */
        padding: 0;
        font-weight: 500;
        font-size: 0.63vw;;
        text-transform: uppercase;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
    }
 
  .pdp2-main-product .accordion-item-header:after {
        content: "+";
        margin-left: auto;
        margin-right: 10px;
        font-size: 20px;
        transition: transform .3s;
    }
 
  .pdp2-main-product .accordion-item-header.active:after {
        content: "-";
    }
 
    .pdp2-main-product .accordion-item-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s ease-out;
    }
 
   .pdp2-main-product .accordion-item-body-content ul{
      padding-left: 6%;
     list-style-type: disc;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
}
 
 .pdp2-main-product .accordion-item-body-content ul li {
        font-size: 0.63vw;
        /* padding-left: 1vw; */
        text-transform: uppercase;
        opacity: 60%;
    }
 
  .pdp2-main-product .accordion-item-body-content ul li::marker {
        font-size: 9px;
    }
 
.pdp2-main-product .accordion-item-body-content p{
          font-size: 0.63vw;;
        text-transform: uppercase;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
  opacity: 60%;
  padding-left: 6%;
}
/* --- pdp2 new accordion ----  */



    .main-header .header-center {
        /* visibility: hidden; */
    }


/* ================== pdp3 - mystery ----start-----  */

.pdp3-mystery .review-video{
  display: none !important;
}

.pdp3-mystery .simi{
  display: none !important;
}

.pdp3-mystery .my-label-size{
  display: none !important;
}

.pdp3-mystery .page-width .product .product__media-wrapper .pdp-cust-video {
    display: none !important;
}

.pdp3-mystery .page-width .product .product__media-wrapper .product__column-sticky {
    width: 100%;
}

/* --------pdp3--- accordion -------- */
 
 .pdp3-mystery .accordion-item {
        color: #000;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
        background-color: transparent;
        border: none;
    }
 
   .pdp3-mystery .accordion-item-header {
        position: relative;
        height: 5vh;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #000;
    }
 
   .pdp3-mystery .accordion-item-header p {
        /* padding: 0 0 0 2%; */
        padding: 0;
        font-weight: 500;
        font-size: 0.63vw;;
        text-transform: uppercase;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
    }
 
  .pdp3-mystery .accordion-item-header:after {
        content: "+";
        margin-left: auto;
        margin-right: 10px;
        font-size: 20px;
        transition: transform .3s;
    }
 
  .pdp3-mystery .accordion-item-header.active:after {
        content: "-";
    }
 
    .pdp3-mystery .accordion-item-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s ease-out;
    }
 
    .pdp3-mystery .accordion-item-body-content ul{
      padding-left: 6%;
     list-style-type: disc;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
}
 
   .pdp3-mystery .accordion-item-body-content ul li {
        font-size: 0.63vw;
        /* padding-left: 1vw; */
        text-transform: uppercase;
        opacity: 60%;
    }
 
    .pdp3-mystery .accordion-item-body-content ul li::marker {
        font-size: 9px;
    }
 
.pdp3-mystery .accordion-item-body-content p{
          font-size: 0.63vw;;
        text-transform: uppercase;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
  opacity: 60%;
  padding-left: 6%;
}
 
/* -----pdp3------ accordion -------- */

.pdp3-mystery variant-selects{
  flex-direction: column;
    gap: 1vw;
    border: none;
}

.pdp3-mystery .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]+label{
  height: 3vw;
  border-top: .5px solid #B7B7B7;
    border-bottom: .5px solid #B7B7B7;
    border-left: .5px solid #B7B7B7;
}

.pdp3-mystery .product .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]:checked+label{
  height: 3vw;

}

.pdp3-mystery variant-selects .product-form__input .form__label {
    display: flex;
    text-transform: uppercase;
    font-size: 0.6vw;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pdp3-mystery variant-selects {
    height: auto;
}


.pdp3-mystery .my-title-price {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    /* padding-bottom: 2%; */
    position: relative;
}


.pdp3-mystery .my-variant-box{
  margin-top: 1vw;
}

   .pdp3-mystery .simi-box-d{
  overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
 }

     .pdp3-mystery .pdp3-size{
      position: absolute;
      position: absolute;
    right: 0;
    text-decoration: underline;
    color: #000;
    font-size: 0.6vw;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
 }


 .pdp3-mystery .page-width .product .product__media-wrapper .product__column-sticky{
  z-index: 0 !important;
 }

  .pdp3-mystery .s-box-options > p{
    display: none;
 }

 .pdp3-mystery .unit-toggle a:first-of-type{
   font-size: 0.8vw;

 }

 .pdp3-mystery .unit-toggle a:last-of-type {
    font-size: 0.8vw;
}
 quick-add-modal.quick-add-modal .pdp3-mystery .my-title-price {
    flex-direction: column !important;
}

    quick-add-modal.quick-add-modal .pdp3-mystery .my-variant-box {
        z-index: 0;
    }

        quick-add-modal.quick-add-modal .pdp3-mystery .pdp-accordion{
          overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    }

quick-add-modal.quick-add-modal .pdp3-mystery .pdp-accordion {
    order: 4;
}

quick-add-modal.quick-add-modal .quick-add-modal__content {
    min-height: 60% !important;
    max-height: 75% !important;
    bottom: 2%;
    right: 1%;
}

.pdp3-mystery .my-stocks p{
      width: 7.5vw;
    height: 1.5vw;
    font-size: 0.7vw;
}


.pdp3-mystery .custom-subtitle p {
    font-size: 0.75vw;
}

.pdp3-mystery .page-width .product .product__info-wrapper .price{
      display: none;

}

.pdp3-mystery .cust-notification-pdp p {
    font-size: 0.8vw;

}

.pdp3-mystery .product .product__info-wrapper .product-form .product-form__buttons .product-form__submit{
  letter-spacing: 0;
}

 .pdp3-mystery .nored{
  color: #000;
 }

/* ================== pdp3 - mystery ----end-----  */

.shopify-section .pagination__item{
  font-family: neue-haas-grotesk-text;
}

.cust-collection-page2 .collection ul li{
  aspect-ratio: 6 / 8;
}

.cust-collection-page2 .collection ul li .card-wrapper .card__inner {
  height: 90%;
}

.cust-collection-page2 .collection ul li .card-wrapper .card__content {
  height: 10%;
}

/* * =================== Pages ===================== */ */

.page-width.page-width--narrow {
  padding-top: 5vw !important;
  max-width: 100rem;
} 

.page-width.page-width--narrow h1.main-page-title {
  display: none;
}

.bomaachi_pages h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bomaachi_pages p {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

.bomaachi_pages hr {
  margin: 0.2vw;
}

.bomaachi_pages h1 {
  padding-block: 0.5vw;
}

.bomaachi_pages h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: .9vw;
}

.bomaachi_pages ol li,
.bomaachi_pages ul li {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bomaachi_pages ol,
.bomaachi_pages ul {
  list-style-position: outside;
}

.shopify-policy__container {
  padding-top: 5vw;
  max-width: 100rem;
}

.shopify-policy__container h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-block: 0.5vw;
}

.shopify-policy__container .bomaachi_pages h2 {
  padding-block: 0.7vw;
}

/* =================== Pages ===================== */



/* ---- after search ------  */

  .template-search .template-search__header {
    padding-top: 5vw;
}

.template-search .template-search__header h1.h2{
  font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1vw;
}

.template-search .search__input.field__input {
    padding-right: 9.8rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.template-search .facets-container{
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.template-search__results{
  margin: 0;
  padding: 1% 2%;
  width: 100%;
  min-width: 100%;
}

.template-search .product-grid-container .grid .grid__item .card-wrapper .card__inner {
    z-index: 99;
    height: 80%;
}


.template-search .product-grid-container .grid .card-wrapper .card__content .card__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 0.7vw;
    text-transform: uppercase;
}

    .template-search .product-grid-container .grid .card-wrapper .card__content .price {
        margin-bottom: 0;
        margin-top: 0 !important;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 500;
        font-style: italic;
        opacity: 60%;
        font-size: 0.7vw;
    }

       .template-search .template-search__search {
    z-index: 0;
    position: relative;
    margin-bottom: 0;
}

.template-search .facets-wrapper{
  margin: 0;
  min-width: 100%;
}

.template-search .product-tags{
  display: none;
}

/* ---- after search ------  */

.product__tax {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* ---------------------- delivery info bar ------------------------------------  */

.delivery-info-bar{
    display: flex;
    width: 100%;
    height: 1.3vw;
    background: #f60;
        justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4vw;
        /* ---  */
    overflow: hidden;
    padding-left: 1%;
}

.delivery-info-bar > .spanx{
    display: flex;
    gap: 0.3vw;
    padding-left: 0.4vw;
    height: 100%;
    align-items: center;
    /* ---  */
    position: relative;
    overflow: hidden;
}

  .carousel-wrapper {
      display: flex;
      height: 100%;
      transition: transform 0.5s ease-in-out;
       width: max-content;
    }


.delivery-info-bar > .spanx p{
    font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: italic;
font-size: 0.7vw;
color: #fff;
/* ---  */
 white-space: nowrap;
}

.delivery-info-bar .spanx > svg path{
  fill: #fff;
}

.delivery-info-bar > .spanx .caro-box{
        display: flex;
    align-items: center;
    justify-content: start;
    gap: .3vw;
    /* ---  */
    flex-shrink: 0;
    width: 100%;
    
}

.delivery-info-bar > .spanx .caro-box1{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .3vw;
    /* ---  */
    width: 100%;
    flex-shrink: 0;
}

.delivery-info-bar .spany{
  display: flex;
  align-items: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  color: #fff !important;
  font-style: normal;
  /* -----  */
  display: none;
}

.delivery-info-bar .spany > svg path{
  fill: #fff;
}

.delivery-info-bar .spany p{
  padding-left: 0.4vw;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.6vw;
  padding-right: 1vw;
  color: #fff;
}

.delivery-info-bar .only-pdp2-logo svg path{
  fill: #fff;
}

.delivery-info-bar .only-pdp2-logo{
  display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------------- delivery info bar ------------end------------------------  */


.search-input .predictive-search__result-group .predictive-search__heading {
  font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
}

.template-search__search .search .field .field__label{
  font-family: neue-haas-grotesk-text;
        font-weight: 400;
        font-style: normal;
}

.facets-container .mobile-facets__open .mobile-facets__open-label{
      font-family: neue-haas-grotesk-text;
    font-weight: 400;
    font-style: normal;
    font-size: 11.4px;
}

.template-search .product-grid{
  z-index: 0;
  position: relative;
}

    quick-add-modal.quick-add-modal .delivery-info-bar .spany p{
  padding-right: 0.2vw;
  letter-spacing: 0;
}

.shopify-section .customer form {
    z-index: 0;
    position: relative;
}


/* ------ collection page css when grid=6 ----------  */

.collection .add-class-6 .grid__item .card-wrapper .card__content .card__information{
  width: 80%;

}

.collection .add-class-6 {
  /* row-gap: 3%; */
  row-gap: 0;
}

.slider-buttons{
  display:none !important;
}

.collection .add-class-6 .grid__item .card-wrapper .card__content{
  visibility: hidden;
}

/* ------ collection page css when grid=6 ----------  */

quick-add-modal.quick-add-modal product-info .page-width .product .product__info-wrapper .price .money{
  text-wrap: nowrap;
}
 

/* ------ cstm help faq page ----------  */


/* Main container */
.cust_page_new_main {
  width: 100%;
  /* background-color: #ebebeb; */
  background-color: #fff;
  font-family: neue-haas-grotesk-text;
  line-height: 1.5;
  padding: 6vw;
  text-transform: uppercase;
}

/* Content wrapper */
.cust_page_new_main_wrapper {
  width: 100%;
}

.cust_page_new_main_wrapper .about_image {
  height: 35vw;
  width: 100%;
}

.cust_page_new_main_wrapper .about_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Main heading */
.cust_page_new_main_heading {
  font-size: 1.5vw;
  font-weight: bold;
  font-family: neue-haas-grotesk-text;
  text-align: center;
  padding-bottom: 2vw;
}

/* Subheadings (h3) for sections like Headline, Intro, and FAQ categories */
.cust_page_new_main h3 {
  font-size: 0.85vw;
  font-weight: bold;
  padding-bottom: 0.5vw;
  padding-top: 1vw;
  font-family: neue-haas-grotesk-text;
}

/* FAQ Categories heading (h2) */
.cust_page_new_main h2:not(.cust_page_new_main_heading) {
  font-size: 1.5vw;
  font-weight: bold;
  padding-top: 1vw;
  padding-bottom: 0.5vw;
  font-family: neue-haas-grotesk-text;
}

/* Paragraphs */
.cust_page_new_main p {
  font-size: 0.7vw;
  opacity: 0.7;
  padding-bottom: 0.3vw;
  font-family: neue-haas-grotesk-text;
}

/* Strong tags for Q and A labels */
.cust_page_new_main strong {
  font-weight: bold;
}

/* Question and Answer styling */
.cust_page_new_main p strong:first-child {
  display: inline-block;
  width: 1.5vw;
  text-align: right;
  padding-right: 0.8vw;
}

/* Links */
.cust_page_new_main a {
  color:rgb(0, 0, 0);
  text-decoration: underline;
  cursor:pointer;
}

.cust_page_new_main a:hover {
  color: #555555;
}

/* Unordered list styling */
.cust_page_new_main ul {
  list-style-type: disc; 
  padding-left: 2vw;
  padding-bottom: 1.1vw;
  font-size: 0.8vw;
  font-family: neue-haas-grotesk-text;
}

/* List item styling */
.cust_page_new_main li {
  padding-bottom: 0.5vw;
  font-size: 0.7vw;
  opacity: 0.7;
}


/* ------ cstm help faq page ----------  */








/* ======================================== widthout-video-pdp =======start=================================== */

.without-video-pdp .product .pdp-cust-video{
  display: none !important;
}

.without-video-pdp .page-width .product .product__media-wrapper .product__column-sticky {
  /* width: 60%; */
  width: 100%;
}

.without-video-pdp .page-width .product .product__media-wrapper .product__media-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
    margin: 0;
}

.without-video-pdp .page-width .product .product__media-wrapper .product__media-list .product__media-item {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    /* height: 88vh; */
    height: 100vh;
}

/* ======================================== widthout-video-pdp =======end=================================== */

/* -------- size guide entra box add ------  */
.size-box.size-box-active .sizeBoxCustTog{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: grab;
  display: block !important;
}
/* -------- size guide entra box add ------  */

   .product .product__info-wrapper .product-form .product-form__buttons .product-form__submit {
        min-height: 11.4vw;
        font-size: 11px;
        width: 100%;
        letter-spacing: 0;
    }

.mobile-facets__details.large-up-hide{
  display: unset !important;
}

    .facets-container .mobile-facets__sort .select__select {
        text-transform: uppercase;
        font-family: neue-haas-grotesk-text;
    }


    .my-featured-collection .card-wrapper .card__content .card__information .card__heading,
.my-featured-collection .card-wrapper .card__content .card__information .price,
product-recommendations.related-products .card-wrapper .card__content .card__information .card__heading,
product-recommendations.related-products .card-wrapper .card__content .card__information .price,
.cust-collection-page2 .product-grid-container .collection .grid .grid__item .card-wrapper .card__content .card__information .card__heading,
.cust-collection-page2 .product-grid-container .collection .grid .grid__item .card-wrapper .card__content .card__information .price,
.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information h3 a,
.hero-hover-box .h-hover-box-right .tab-preview .product-recommendations ul li .card__content .card__information .price
{
  font-style: normal;
    text-transform: capitalize;
  }




  /* ------- account page ----  */

  .shopify-section .customer {
    display: flex
;
    justify-content: center;
    flex-direction: column;
    padding: 25vh 0;
    width: 100%;
    min-height: 100vh;
}

.login {
    min-width: 35% !important;
    background: transparent;
    border-radius: 10px;
}

.customer h1 {
    font-family: neue-haas-grotesk-text;
    text-transform: uppercase;
    color: #000;
    font-size: 2vw;
  }
  
  .shopify-section .customer p {
  font-family: neue-haas-grotesk-text;
  /* font-size: 0.85vw; */
  font-size: 1.2rem;
  text-transform: uppercase;
}

.customer button {
  margin: 4rem 0 1.5rem;
  min-width: 100%;
  border-radius: 10px;
  border: none;
  --buttons-border-width: 0;
  --buttons-border-opacity: 1;
  font-family: neue-haas-grotesk-text;
  min-height: 3vw;
  font-size: .9vw;
  color: #fff;
  text-transform: uppercase;
}

.shopify-section .customer a {
  font-family: neue-haas-grotesk-text;
  text-transform: uppercase;
  text-decoration: underline;
}

.customer h1 {
  font-family: neue-haas-grotesk-text;
  text-transform: uppercase;
  color: #000;
  font-size: 2vw;
}

.shopify-section .customer label {
  font-family: neue-haas-grotesk-text;
}

.customer .field label {
  padding: 0 0rem;
  /* height: 100%; */
  background: transparent;
  font-size: .75vw;
  font-family: neue-haas-grotesk-text;
    text-transform: uppercase;
    color: var(--custom-text-color);
}
  /* ------- account page ----  */

  .cart-drawer__footer .cust-add {
    display: none;
}