/** Shopify CDN: Minification failed

Line 984:0 Unexpected "{"

**/
/* .theme-switch {
    --toggle-size: 100%;
    --container-width: 5.625em;
    --container-height: 2.5em;
    --container-radius: 6.25em;
    --container-light-bg: #e2e2e2;
    --container-night-bg: #1D1F2C;
    --circle-container-diameter: 3.375em;
    --sun-moon-diameter: 2em;
    --sun-bg: #e2e2e2;
    --moon-bg: #C4C9D1;
    --spot-color: #e2e2e2;
    --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1.6);
    --stars-color: #fff;
    --clouds-color: #F3FDFF;
    --back-clouds-color: #d0cfcf;
    --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
    --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch, .theme-switch *, .theme-switch *::before, .theme-switch *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}

.theme-switch__container {
      width: 100%;
  height: 100%;
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
    position: absolute;
    top: 0;
    left: 0;
}

.theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius)
}

.theme-switch__checkbox {
  display: none;
}

.theme-switch__circle-container {
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  pointer-events: none;
}

.theme-switch__sun-moon-container {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__moon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}

.theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__checkbox:checked + .theme-switch__container {
  background-color: var(--container-night-bg);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container:hover {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em)
}

.theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__clouds {
  bottom: -4.062em;
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__stars-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */



/*evemen search  */
.evemen-search-container {
    position: fixed;
  z-index:99999;
    /* padding-top: 15vh; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 5vh 5% 0;
    height: 100vh;
    /* background: #000; */
  background: var(--custom-svg-fill-color);
    transform: translateY(-130%);
    transition: transform 0.8s;
}
/* .evemen-search-container .product-recommendations ul li .card-wrapper{
 aspect-ratio:9/10; 
} */
.evemen-search-container.e-search {
transform: translateY(0%);
}
.evemen-search-container .search-modal{
opacity: 1;
    background: transparent;
    justify-content: start;
  align-items:start;
  border:none;
}
.parent-search-modal{
  position:relative;

  height: 12%;
}
.evemen-search-container .search-modal .search-modal__content .search-modal__form {
    padding-left: 0;
}
.evemen-search-container .search-modal .search-modal__content .search-modal__form{
    padding-left: 0;
      min-width: 100%;
}
.product-recommendations1{
 margin-top: 1vw;
}
.evemen-search-container .product-recommendations ul li{
  aspect-ratio:6/9;
}
.product-recommendations1 h2{
  margin-bottom:1vw;
      font-family: var(--custom-text-font-family);
    text-transform: uppercase;
    font-size: 1vw;
}
.product-recommendations1 ul{
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    gap: 1vw;
      scrollbar-width: none;
      
    }
.product-recommendations1 ul li a p{
  color:#fff;
  padding: 0 0.5vw;
  font-size:0.7vw;
}
.evemen-search-container .product-recommendations1 ul li {
    background: transparent;
    border-radius: 8px;
}
.evemen-search-container .field .search__input{
 background: transparent;
    border: 1px solid var(--custom-evemen-search-border);
    border-radius: 30px; 
   color: var(--custom-text-color);
}
.evemen-search-container .field .field__label{
    color: var(--custom-card-fill-color);
    left: 2%;
    top: 30%;
    font-size:0.8vw;
    background:#fff;
}
.evemen-search-container .field .field__input:focus~.field__label{
      color: var(--custom-card-fill-color);
    left: 2%;
    top: -17%;
   font-size:0.6vw;
}
.field .field__input {
    padding: 2.2rem 1.5rem 0.8rem 2%;
  font-size:0.8vw;
}
.evemen-search-container .search__button svg{
   fill:var(--custom-card-fill-color);
  height: 100%;
    width: 70%;
}
.evemen-search-container .search__button {
    right: 2%;
    top: 2%;
  height:100%;
}
.evemen-suggestion-container h1{
    margin-bottom: 1vw;
    font-size: 0.9vw;
    color: var(--custom-text-color);
  font-family:var( --custom-text-font-family);
}
 #closeButton1{
    position: absolute;
    right: 1vw;
    top: 3vw;
}
  #closeButton1 svg{
    height: 1.5vw;
    width: 1.5vw;
    fill:var(--custom-card-fill-color);
}
.evemen-search-container .card-wrapper .card .card__inner{
  background:transparent;
}
/* .evemen-search-container .card-wrapper .card .card__inner .card__badge span{
  position:unset;
} */
.evemen-search-container .card-wrapper .card .card__inner .card__content .full-unstyled-link{
  display:none;
}

.evemen-search-container .card__information .card__information-left .card__heading {
    color: #fff;
}
.evemen-search-container .card__information-left .price .price__container .price__regular .price-item {
     color: var(--custom-text-color);
}
.evemen-search-container .select-the-var {
    background: #1e1e1e;
}
.evemen-search-container .select-the-var .variant-picker-button {
    border: 1px solid #fff;
    color: #fff;
}
.evemen-search-container .wishlist_button svg {
    border: none;
    height: 2.2vw;
    width: 2.2vw;
    fill: #fff;
}
.evemen-suggestion-list ul {
    display: flex;
    align-items: center;
    gap: 0.2vw;
    flex-wrap: wrap;
    row-gap: 0.3vw;
    list-style: none;                        
}
.product-recommendations1 ul{
  flex-wrap: nowrap;
}
.evemen-suggestion-list ul li a {
    padding: 0.3vw 1vw;
    border-radius: 30px;
       border: 1px solid var(--custom-evemen-search-border);
    color: var(--custom-text-color);
  font-family:var( --custom-text-font-family);
  text-transform:uppercase;
  font-size: var(--custom-chart-label-font-size);
}
/*announcement-bar start  */

.announcment-div {
    height: 5.2vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--custom-header-bg-color);
    position: relative;
    /* top: 0; */
    /* left: 0; */
    z-index: 1000;
}
.announcment-div.off-canvas {
  top: -88px;
}

.announcment-div .announcment-left{
    height: 100%;
    width: 25%;
    padding-left: 1.5vw;
    display: flex;
    align-items: center;
  gap:2vw;
}
.announcment-div .announcment-center{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcment-div .announcment-right{
    height: 100%;
    width: 25%;
    padding-right: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  gap:1.3vw;

}

.announcment-div .announcment-left p{
     font-size: var(--custom-text-font-size);
      color: var(--custom-text-color);
     font-family: var(--custom-text-font-family);
}
.announcment-div .announcment-left a {
    font-size: var(--custom-text-font-size);
    color: var(--custom-secondary-text-color);
    background: #202020;
    font-family: var(--custom-text-font-family);
    padding: 0 0 0 0.75vw;
    border-radius: 20px;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    box-shadow: 0px 0px 10px 3px var(--custom-header-box-shadow-color)
}
.announcment-div .announcment-left a svg{
        background: var(--custom-secondary-bg-color);
    height: 100%;
    border-radius: 60%;
    width: 26%;
    padding: 0.4vw;
}
.announcment-div .announcment-left a svg.athletz{
    width: 60%;
    border-radius: 0;
    background: transparent;
}
.announcment-div .announcment-right p{
    font-size: var(--custom-text-font-size);
      font-family: var(--custom-text-font-family);
      color: var(--custom-text-color);
}


.marquee {
  overflow: hidden;
  height: 3.5vh;
  background-color: var(--custom-secondary-bg-color);
  position: relative;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translate(-50%, 17%); */
  z-index: 1000;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.announcment_bar {
  width: max-content;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 3.47vw;
  position: absolute;
  overflow: hidden;
  /* animation: marquee 50s linear infinite; */
}
.marquee .cover{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  overflow: hidden;
  /* width: 80%; */
}
.marquee .cover .ext{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 50%;
  overflow: hidden;
}
.marquee .cover .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 95s linear infinite;
  width: 100%;
}
@keyframes marquee-rotate{
  0% {
    transform: translateY(0);
  }
  
  100% {
    transform: translateY(-100%);
  }
}

.marquee .cover .ext ul li{
      color: #fff;
    /* font-size: var(--custom-small-text-font-size); */
    font-size:.7vw;
  font-family: var(--custom-text-font-family);
}

/*announcement-bar end  */

/* header start  */
.nav1{
    height: 5vh;
    width: 100%;
    /* position: fixed; */
    /* top: 6vh; */
    left: 0;
    display: flex;
    z-index: 1000;
    background-color:var(--custom-header-bg-color);
  transition: top 0.6s;
}
.custom-header{
   position: fixed;
    top: 0;
    left: 0;
   transition: top 0.8s;
  width:100%;
}
.custom-header.off-canvas {
  top: -150px;
}
.header-wrapper--border-bottom {
    border-bottom: none !important;
}
.custom-header.fixed {
  top:0;
  z-index: 9999;
}
.nav-left{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5vw;
}

.nav-left ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 2vw;
  height:100%;
}
.nav-left ul li{
  display: flex;
  height:100%;
  align-items:center;
}
.nav-left ul li.red a{
  color:#a30101;
}

.nav-left ul a{
    text-decoration: none;
    text-wrap:nowrap;
    color: var(--custom-text-color);
     /* font-size: var(--custom-text-font-size); */
     font-size: .7vw;
   font-family: var(--custom-text-font-family);
   text-transform:uppercase;
}
.dropdown {
  position: unset;
  display: flex;
  height:100%;
  align-items:center;
}

.dropdown-content.down{
  transform:translateY(0vw);
  opacity:1;
}

.dropdown-content {
display: flex;
        justify-content: space-between;
    position: fixed;
    /* background: #fff !important; */
    z-index: -2;
    top: 0%;
    padding: 0 1%;
    transform: translateY(-200%);
    padding-top: 5vw;
    left: 0;
    width: 100%;
    height: 100vh;
    /* height: auto; */
    /* padding-bottom: 100px; */
    /* transition: 0.35s linear; */
    transition-duration: 0.35s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    /* background: rgba(0, 0, 0, .4); */
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    background-color: var(--custom-header-bg-color);
}

.dropdown:hover .dropdown-content{
  transform:translateY(0vw);
}

.drawer-flex1{
      width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.dropdown-content .drawer-flex{
  display: flex;
  justify-content:flex-start;
  align-items:baseline;
  gap:5vw;
  width:100%;
    padding-top: 1vw;
    border-top: 1px solid var(--custom-accordion-hr-color);
}
.drawer-flex ul li{
  height:auto;
}
.dropdown-content .drawer-media{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 1% 1% 0.5% 1%;
    padding-top: 0;
}
.dropdown-content .drawer-media img,.dropdown-content .drawer-media video{
  width:100%;
  height:100%;
  object-fit:cover;
}


.dropdown-content:before{
   content:"";
  width:100%;
  height:inherit;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  /* border:1px solid #fff5; */
  border-radius: 0px 0px 10px 10px;
}

.dropdown-content:after{
  /* content:"";
  width:100%;
  height:100vh;
  position:absolute;
  top:0;
  left:0;
  z-index:-2;
     background: rgba(0,0,0,0.3);
    border-radius: 0px 0px 10px 10px;
      background: rgba(0,0,0,.6);
    backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: blur(3.9px); */
}
.drawer-flex-best-seller{
  width:100%;
height: 50%;
      border-top: 1px solid var(--custom-accordion-hr-color);
}

.drawer-flex-best-seller .product-recommendations1 {
    height:100%;
}
.dropdown-content::-webkit-scrollbar {
    width: 0.4vw;
    border-radius: 2vw;
    background: transparent !important;
  }

.dropdown-content::-webkit-scrollbar-thumb{
  background-color: transperant !important;
}

  
  .dropdown-content::-webkit-scrollbar-track {
    background-color: transparent !important;
  }

.dropdown-content ul{
  list-style:none;
}

.dropdown-content ul li a {
  color: var(--custom-text-color);
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  transition:0.3s linear;
  /* color: #ececec90; */
    text-transform: uppercase;
  letter-spacing:0.031vw;
  font-size:0.7vw;
   font-family: var(--custom-text-font-family);
  font-weight:normal;
}

.dropdown-content ul li h3 {
color: var(--custom-text-color);
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  transition:0.3s linear;
  /* color: #ececec90; */
    text-transform: uppercase;
  letter-spacing:0.031vw;
  font-size:0.6vw;
   font-family: var(--custom-text-font-family);
}

.dropdown-content ul.important li a,.dropdown-content ul li:nth-child(1) h3{
 color: var(--custom-text-color);
  font-size:0.77vw;
   font-family: var(--custom-text-font-family);
      font-weight: bold;
}

/* .dropdown-content a:hover{
  color:#fff;
} */
.nav-center{
    width: 20%;
    /* border: 1px solid var(--custom-text-color); */
    display: flex;
    justify-content: center;
    align-items:center;
}

.nav-center .logo-div{
      height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-div svg path{
fill: var(--custom-text-color);
}

.nav-center .header-logo{
    height: 100%;
    width: 100%;
    /* height: 3vh;
    width: 11.5vw; */
    object-fit: cover;
}
.nav-center .logo-div a{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.nav-center .logo-div a svg{
  width: 100%;
  height: 100%;
}
.nav-center .logo-div a svg text{
  font-size:6vw;
}
.nav-right{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.5vw;
}

.nav-right ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 0.2vw;
  height:auto;
}
.nav-right ul li{
    display: flex;
  height:100%;
  align-items:center;
}
.nav-right ul li.drop-brand{
margin-right:2.5vw;
}

.nav-right ul li a svg {
  stroke:var(--custom-text-color);
}
.nav-right ul li a svg path{
  stroke:var(--custom-text-color);
}
.nav-right ul a{
    text-decoration: none;
    color: var(--custom-text-color);
  font-size: var(--custom-text-font-size);
    font-family: var(--custom-text-font-family);
  cursor:pointer;
  display: flex;
    align-items: center;
    justify-content: center;
}
.header__icon .cart-count-bubble {
    position: absolute;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--custom-text-font-family);
    font-size: var(--custom-text-font-size);
    bottom: 1.4vw;
    left: 1.1vw;
    line-height: 0;
}
/* .cart-count-bubble:before {
    content: "(";
}
.cart-count-bubble:after {
    content: ")";
} */
.header__search .for-desktop {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: var(--custom-text-color);
   font-family: var(--custom-text-font-family);
    font-size: var(--custom-text-font-size);
}
.hero-hover-box{
  position: relative;
}

.hero-hover-box:hover .dh-left-opt-container{
  display: flex;
}

.hero-hover-box .dh-left-opt-container{
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
      height: 13vh;
    width: 100%;
    justify-content: center;
  display: none;
      backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.opt-container-option{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8vh;
  width: 100%;
  background: #F2F2F2;
}


.dh-left-opt-container .opt-container-option a{
 font-size: var(--custom-small-text-font-size);
  color: var(--custom-text-color);
  height: 100%;
  width: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
 font-family: var(--custom-text-font-family);
}
.toggle-button {
  -webkit-appearance: none;
  outline: none;
     height: 100%;
    min-width: 100%;
    position: relative;
  /* background-color: #212121; */
   background-color: transparent;
  border-radius: 50px;
  transition: 0.4s;
  border:1px solid var(--custom-text-color);
}
/* .toggle-svg-container{
height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5vw;
    z-index: -1;
}
.toggle-button:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  background-color: var(--custom-bg-color);
  transition: 0.4s;
} */

.toggle-button:checked {
  /* background-color:var(--custom-bg-color); */
}

/* .toggle-button:checked:before {
  transform: translate(100%);
  background-color: #212121;
  transition: 0.4s;
} */
.icon-close{
  display:none !important;
}
.toggle-container {
    position: relative;
     /* width: 20%; */
    /* height: 75%; */
}
/* .toggle-container .switch .icon svg{
    height: 60%;
} */
.drawer-flex ul{
  gap:0.5vw;
  flex-direction:column;
  align-items:start;
}
.mobile-header {
        position: fixed;
        bottom: 3%;
        display: flex !important;
        align-items: center;
        left: 0;
        height: 50px;
        justify-content: center;
        width: 100%;
        transition:bottom .8s;
      gap:10px;
    }
.mobile-header-content.off-canvas{
  transform: translateX(-150%);
  transition:0.6s ease;
}
{
  /* transform: translateX(0%); */
}
.mobile-header-content.fixed {
  transform: translateX(0%);
   transition:0.6s ease;
}
.toggle-container.off-canvas{
  transform: translateX(200%);
}
.toggle-container.fixed {
  transform: translateX(0%);
}
/* .mobile-header.off-canvas {
  bottom: -150px;
} */

.mobile-header.fixed {
  bottom: 3%;
  z-index: 9999;
}


    .blur-bg {
        position: absolute;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        top: -100vh;
        left: 0;
        height: 110vh;
        width: 100vw;
        display: none;
        overflow-y: hidden;
    }

    .blur-open {
        display: block;
    }

    .mobile-header-content {
        height: 100%;
        min-width: 70%;
        display: flex;
        align-items: center;
        background: var(--custom-bg-color);
        /* -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px); */
        border-radius: 30px;
        position: relative;
        padding: .5% 2% .5% 1%;
        gap: 5px;
       transition: .5s ease-in-out;
    }

    .mobile-header-content li {
        width: 50%;
        height: 90%;
        display: flex;
        align-items: center;
        list-style: none;
        justify-content: center;
        transition: .3s ease-in-out;
    }

    .mobile-header-content li a {
        color: #fff;
        font-family: TwentiethCentury-medium;
        font-size: 12px;
    }

    .toggle12 ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 5px 15px;
        justify-content: space-between;
    }

    .toggle12 ul h2 {
        color: #ff0111;
        font-family: TwentiethCentury-bold;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .toggle12 ul h1 {
        color: #ff0111;
        margin: 3vw 0 0;
        font-family: TwentiethCentury-bold;
    }

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

    .toggle12 ul li a {
        font-size: 16px;
        font-family: TwentiethCentury-medium;
    }

    .parent {
        width: 40%;
        height: 90%;
        background: var(--custom-toggle-bg-color);
        align-items: center;
        border-radius: 30px;
        transition: .3s ease-in-out;
    }

    .toggle12 {
        position: absolute;
        bottom: 100%;
        width: 99%;
        height: 0;
        flex-direction: column;
        display: flex;
        align-items: start;
        justify-content: start;
        color: #fff;
        background-color: #000;
        overflow: hidden;
        transition: height .3s ease-in-out;
        -webkit-backdrop-filter: blur(60px);
        backdrop-filter: blur(60px);
        border-radius: 10px 10px 0 0;
        opacity: .7;
    }

    #menu-text {
        font-family: var(--custom-text-font-family);
        font-size: 12px;
      color:var(--custom-cart-button-text-color);
    }

    .toggle12.open {
        height: 55vh;
    }

    .mobile-header-content {
        transition: min-width .5s;
    }

    .menu-header-li span {
        height: 100%;
        color: #fff;
         font-family: var(--custom-text-font-family);
        font-size: 16px;
    }

    .menu-icon {
        width: 20px;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .bar {
        width: 100%;
        height: 1px;
        background-color: var(--custom-cart-button-text-color);
        transition: transform .3s,opacity .3s;
    }

    .parent button {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        height: 100%;
        color: #fff;
        border-radius: 50px;
        background: transparent;
        border: none;
        justify-content: center;
    }

.bar-1-close {
    transform: rotate(45deg) translate(0, 1vw);
}

   .bar-2-close {
    transform: rotate(-45deg) translate(0, -1vw);
}

    /* .bar-3-close {
        transform: rotate(-45deg) translate(4px,-6px);
    } */

    .child {
        width: 50%;
        text-align: center;
        padding: 10px;
    }

.moible-icons {
    display: flex;
    align-items: center;
    height: 100%;
    width: 60%;
    justify-content: center;
    padding: 0 3px;
}
.moible-icons ul{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.moible-icons ul li{
      height: 100%;
  display: flex;
    align-items: center;
}
.moible-icons ul li a{
      height: 100%;
    display: flex;
    align-items: center;
}
.moible-icons ul li a svg{
    width: 20px;
  fill:var(--custom-text-color);
}
.moible-icons .m-heart path{
  stroke:var(--custom-text-color);
}

/* .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transition: 0.4s;
    border-radius: 25px;
    border: 1px solid #000;
      background: var(--custom-secondary-bg-color);
}

.slider1:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 55%;
    left: 0px;
    bottom: 0;
    background-color: white;
    transition: 0.4s;
    border-radius: 30px;
    
}

input:checked + .slider1 {
    / background-color: #000; /
    background-color: #fff;
}


input:checked + .slider1:before {
    transform: translate(80%);
    / background: transparent; /
    background: black;
}

.icon {
position: absolute;
    top: 0;
    font-size: 20px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.sun svg path{
stroke:var(--custom-text-color);
}

.moon {
 right:0;
}
.moon svg path{
  stroke: var(--custom-svg-fill-color);
} */
  .slider1 {
    background:transparent;
    border:none;
  }
  .slider1:before {
    position: absolute;
    content: url(https://cdn.shopify.com/s/files/1/0867/9967/9772/files/eve_dark_1.svg?v=1717501069);
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    /* padding-right: 2px; */
     /* border: 4px solid #393939;
    background:#fff; */
}
  .toggle-container .switch input{
    opacity:0;
  }
  input:checked+.slider1:before {
    transform: translate(0);
    content: url(https://cdn.shopify.com/s/files/1/0867/9967/9772/files/eve_white_1.svg?v=1717500814);
    /* background: #393939;
    border: 3px solid #fff; */
}
  .toggle-container {
    position: relative;
    /* width: 48px; */
    /* height: 47px; */
     transition:transform .8s;
}
  .icon{
    display:none;
  }
.drawer-flex-best-seller .product-recommendations ul li .card-wrapper{
 width:100%;
  padding:0;
}
.drawer-flex-best-seller .product-recommendations ul li a {
    padding: 0;
}
.drawer-flex-best-seller .product-recommendations ul li h3 {
    padding: 0px;
}
.drawer-flex-best-seller .product-recommendations ul{
  gap:0.8vw;
}


/* responsive css for header start */
@media screen and (max-width: 950px) {
  .product-recommendations1 h2 {
    font-size: 12px;
}
  .evemen-search-container {
    overflow-y: scroll;
}
  /* .evemen-search-container .card-wrapper .card .card__inner {
        min-height: inherit;
} */
  .evemen-search-container .field .field__input:focus~.field__label {
    left: 7%;
    top: -12%;
    font-size: 10px;
}
  .evemen-search-container .field .search__input {
    font-size: 12px;
            padding-left: 20px;
}
  .evemen-search-container {
    padding: 10vw 5% 0;
}
  .header__icon{
    width:100%;
  }
  .parent-search-modal {
    height: 12%;
    width:88%;
  }
  #closeButton1 {
    right: 6vw;
    top: 13vw;
  }
  .evemen-search-container .field .field__label {
    left: 7%;
    top: 25%;
    font-size: 12px;
}
  #closeButton1 svg {
    height: 25px;
    width: 25px;
  }
  .evemen-suggestion-container h1 {
    margin-bottom: 10px;
    font-size: 12px;
}
  .evemen-suggestion-list ul li a {
    padding: 5px 10px;
    font-size: 10px;
}
  .evemen-search-container .search__button svg {
    width: 50%;
}
.product-recommendations1 ul{
  gap:3vw;
}
  .product-recommendations1 ul li{
    min-width:75%;
    height:300px;
    aspect-ratio: 3 / 4;
    min-height:300px !important;
  }
  .product-recommendations1 ul li .card-wrapper .card .card__content {
    padding: 3%;
    min-height: 15%;
    /* position: absolute; */
    bottom: 0%;
    background: transparent;
  }
  .product-recommendations1 {
    margin-top: 20px;
  }
  .hero-video-section {
    padding: 0;
    border-radius: 0;
}
  .header__search .header__icon{
    height: 100%;
    width: 100%;
}
  .header__search .header__icon span svg g path{
    fill:var(--custom-text-color);
  }
  .hero-video-section video {
    border-radius: 0;
}
  .c-logo{
    height: 60px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
  .c-logo svg{
    /* width:120px; */
    width : 100%;
    fill:var(--custom-text-color);
    height:100%;
  }
  .c-logo.active svg text{
    fill:#fff;
  }
    .slider1 {
      background:transparent;
      border:none;
    }
    .slider1:before {
      position: absolute;
      content: url(https://cdn.shopify.com/s/files/1/0867/9967/9772/files/svgviewer-png-output_8.png?v=1717402154);
      height: 100%;
      width: 100%;
      left: 0;
      bottom: 0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 8px;
      /* padding-right: 2px; */
       border: 4px solid #393939;
      background:#fff;
  }
    .toggle-container .switch input{
      opacity:0;
    }
    input:checked+.slider1:before {
      transform: translate(0);
      content: url(https://cdn.shopify.com/s/files/1/0867/9967/9772/files/svgviewer-png-output_9.png?v=1717402154);
      background: #393939;
      border: 3px solid #fff;
  }
    .toggle-container {
      position: relative;
      width: 48px;
      height: 47px;
       transition:transform .8s;
  }
    .icon{
      display:none;
    }
    .predictive-search__item-content .predictive-search__item-heading{
    font-size: 9px;
  }
  .predictive-search #predictive-search-results-products-list li {
    max-height: 100%;
    min-width: 70%;
}
  .predictive-search__result-group #predictive-search-products {
    margin-top: 0;
}
  .predictive-search #predictive-search-results-products-list {
    flex-direction: row;
    width: 100%;
    overflow: hidden;
            flex-wrap: nowrap;
    overflow-x: scroll;
}
  .predictive-search .predictive-search__results-groups-wrapper {
    min-height: auto;
}
  .field input{
       background: transparent;
    min-width: 100%; 
  }
  .search-modal__content .field{
           background: transparent;
    min-width: 100%;
  }
 .search-modal__content .search-modal__form{
              background: transparent;
    min-width: 100%;
 }
  .header__icon .cart-count-bubble {
    background-color: var(--custom-primary-bg-color);
    color: var(--custom-secondary-text-color);
    height: 15px;
    width: 15px;
    font-size: 10px;
    top: -5px;
    left: 10px;
}
  .cart-count-bubble:before {
    content: "";
}
    .cart-count-bubble:after {
    content: "";
}
  .drawer__inner {
  width: 50rem !important;
}

.mobile-header{
  z-index:3;
}
  .moible-icons ul{
    width:100%;
  }
  .moible-icons{
    justify-content:end;
  }




  /* ------ mobile marquee ---- */

 .h-bottom-label {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
     overflow: hidden;
 }

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

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

  .h-bottom-label .ext ul {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style-type: none;
    /* gap: 5px; */
    gap: 10vw;
    flex-direction: row;
    animation: marquee-rotate 20s linear infinite;
    width: 100%;
            height: 100%;
}



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

 .h-bottom-label .ext ul li {
color: #fff;
        font-size: 2.8vw;
        line-height: normal;
        letter-spacing: normal;
    font-family: var(--custom-text-font-family);
    width: 100%;
        text-wrap: nowrap;
}

  .mob-marquee-span{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
            height: 8vw;
  }

  .marquee-close{
position: absolute;
        height: 10px;
        width: 10px;
        /* background: red; */
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
        display: none !important;
  }

    .marquee-close svg{
      height: 100%;
      width: 100%;
    }

   .marquee-close svg path{
     fill: #fff;
   }

  .close {
  display: none !important;
}
  
  /* ------ mobile marquee ---- */


}



/* responsive css for header end */