/** Shopify CDN: Minification failed

Line 2125:9 Expected ":"

**/
    /* <!-- ------ marquee start ----- --> */

.marquee {
    overflow: hidden;
    position: relative;
    height: 2vw;
    background-color: #001B3D;
    width: 100%;
}

.announcment_bar {
    width: max-content;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    position: absolute;
    overflow: hidden;
    animation: marqueex 60s linear infinite;
    color: #fff;
}

.marquee .announcment_bar ul {
    list-style-type: none;
}

@keyframes marqueex {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}

.marquee .announcment_bar ul li {
    position: relative;
    display: flex;
    gap: 3vw;
}


.meline{
     height: 15px;
    width: 2px;
    background-color: #fff;
}


.marquee .announcment_bar ul li p {
  font-family: Graphik-Medium-Trial;
  /* font-size: 0.55vw; */
  font-size: 0.9vw;
  text-transform: capitalize;
}

    /* <!-- ------ marquee end ----- --> */


   /* <!-- ======== main-header ===== start ====== --> */

  .main-header {
      height: auto;
      width: 100%;
  }

  .main-header .header-box-main {
      display: flex;
      align-items: center;
      height: 4vw;
      width: 100%;
      border-bottom: 1px solid #000;
    background: #FFFFFF;
  }

  .header-box-main .header-box-left {
      height: 100%;
      width: 10%;
      padding-left: 2%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .header-box-main .header-box-center {
      height: 100%;
      width: 82%;
      display: flex;
      align-items: center;
      /* border-right: 1px solid #000; */
  }

  .header-box-main .header-box-right {
      height: 100%;
      width: 8%;
      padding-right: 2%;
      display: flex;
      align-items: center;
      justify-items: flex-end;
  }

  .header-box-main .header-box-left a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }

  .header-box-main .header-box-left a svg {
      height: 100%;
      width: 60%;
  }

  .header-box-main .header-box-right ul{
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      list-style: none;
      /* gap: 2.5vw; */
      gap: 28%;
  }

  .header-box-main .header-box-right ul li a svg{
      height: 100%;
      width: 100%;
  }

  .header-box-main .header-box-right ul li.cart-li .header__icon--cart{
    margin: 0;
        height: unset;
    width: unset;
  }

  .header-box-main .header-box-right ul li.cart-li .header__icon{
          height: unset;
    width: unset;
    display: unset;
}

  .header-box-main .header-box-right ul li.cart-li .header__icon .svg-wrapper{
            height: unset;
    width: unset;
    display: unset;
}

  .header-box-center .header-box-center-left {
      height: 100%;
      width: 65%;
      display: flex;
      align-items: center;
  }

  .header-box-center .header-box-center-right {
      height: 100%;
      width: 35%;
      display: flex;
      align-items: center;
      /* border-left: 1px solid #000; */
  }

  .header-box-center .header-box-center-left ul{
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      list-style: none;
    /* gap: 2.5vw; */
    gap: 1.8vw;
  }

  .header-box-center .header-box-center-left ul li {
      height: 100%;
      width: auto;
      display: flex;
      align-items: center;
  }

  .header-box-center .header-box-center-left ul li a {
      height: 100%;
      width: auto;
      display: flex;
      align-items: center;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      font-family: Graphik-Medium-Trial;
    font-size: 0.7vw;
  }

  .header-box-center .header-box-center-left ul li a > .pinkme{
  background: #FF009E;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.5vw;
    text-transform: uppercase;
    font-family: Graphik-Medium-Trial;
    margin-left: 0.2vw;
    /* padding: 0.20vw 0.3vw; */
    padding: .23vw .3vw 0.27vw;
    line-height: 1;
}

.header-box-center-right .search-input{
      width: 100%;
    padding: 0;
    height: 100%;
}

  .header-box-center-right .search-input  .search-modal__content {
        padding: 0 1%;
    }

    .header-box-center-right .search-input  .search-modal__content  .search-modal__form {
        max-width: 100%;
          outline: none;
    outline-offset: 0;
    box-shadow: none;
    border: none;

    }

.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before{
      outline-offset: 0;
    box-shadow: none;
    border: none;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
  border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
      box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.header-box-center-right .search-input .field__input{
  border: 1px solid #0003;
    border-radius: 1rem;
}

.header-box-center-right .field__input:not(:placeholder-shown){
      padding: 1.2rem 1.5rem .8rem 4rem;
}

.header-box-center-right .field__input:not(:placeholder-shown) ~ .field__label {
  display: none !important;
  transition: all 3s ease;
}

.header-box-center-right .search-input .search-modal__content .field{
/* --inputs-border-width: 0; */
  --inputs-border-width: 0;
}


.header-box-center-right .search-input .search-modal__content .field .field__label {
  height: 100%;
    display: flex;
    align-items: center;
    /* padding-left: 7%; */
  padding-left: 2.5vw;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 0.7vw;
    font-family: Graphik-Medium-Trial;
  opacity: 50%;
}

.header-box-center-right .search-input .search-modal__content .field .reset__button {
  display: none;
}

.header-box-center-right .search-input .field__input:focus ~ .field__label {
  display: none !important;
  transition: all 3s ease;
}


.header-box-center-right .search-input .search-modal__content .field .field__input:focus{
      padding: 1.2rem 1.5rem .8rem 4rem;
}

.header-box-center-right .predictive-search__loading-state {
  display: none;
}

.header-box-center-right .search-input .search-modal__content .field .search__button{
  left: 0;
    opacity: 80%;
}

   /* <!-- ======== main-header ===== end ====== --> */

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

.predictive-search .predictive-search__item-content .predictive-search__item-heading{
    font-family: Graphik-Regular-Trial;
}

.predictive-search *{
    font-family: Graphik-Regular-Trial;
  
}

.predictive-search .predictive-search__result-group:first-child {
        /* flex: 0 0 13.5rem; */
}

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


/* ===================== hover boxes ========start ================================== */


/* ------ shopall / eliquid / nicpouch --> hover box ------- */
.shopall-hover-box,
.brand-hover-box,
.eliquid-hover-box,
.nicpouch-hover-box,
.vape-hover-box,
.prefilled-hover-box {
  clip-path: inset(0% 0% 100% 0%);
  height: 90svh;
  width: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 100%;
  left: 0;
  transition: clip-path 0.5s ease;
    display: flex;
}

.shopall-hover:hover .shopall-hover-box,
.brand-hover:hover .brand-hover-box,
.eliquid-hover:hover .eliquid-hover-box,
.nicpouch-hover:hover .nicpouch-hover-box,
.prefilled-hover:hover .prefilled-hover-box {
  clip-path: inset(0% 0% 0% 0%);
}

.shopall-hover .shoppink,
.brand-hover .brandpink,
.eliquid-hover .eliquidpink,
.nicpouch-hover .nicpouchpink,
.prefilled-hover .prefilledpink {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.shopall-hover:hover .shoppink,
.brand-hover:hover .brandpink,
.eliquid-hover:hover .eliquidpink,
.nicpouch-hover:hover .nicpouchpink,
.prefilled-hover:hover .prefilledpink {
  color: #FF009E;
  border-bottom-color: #FF009E;
}


.shopall-hover-box .hover-box-left,
.eliquid-hover-box .hover-box-left,
.nicpouch-hover-box .hover-box-left,
.prefilled-hover-box .hover-box-left{
    height: 100%;
    width: 20%;
    /* border-right: 1px solid #000; */
    display: flex;
    flex-direction: column;
    padding: 1% 0.5% 2% 1.5%;
}

.shopall-hover-box .hover-box-right,
.eliquid-hover-box .hover-box-right,
.nicpouch-hover-box .hover-box-right,
.prefilled-hover-box .hover-box-right{
      height: 100%;
    width: 80%;

}

.shopall-hover-box .hover-box-left .hover-box-left-main,
.eliquid-hover-box .hover-box-left .hover-box-left-main,
.nicpouch-hover-box .hover-box-left .hover-box-left-main,
.prefilled-hover-box .hover-box-left .hover-box-left-main{
      height: 75%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* ------  */
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 3%;
}

.shopall-hover-box .hover-box-left .hover-box-left-footer,
.eliquid-hover-box .hover-box-left .hover-box-left-footer,
.nicpouch-hover-box .hover-box-left .hover-box-left-footer,
.prefilled-hover-box .hover-box-left .hover-box-left-footer{
      height: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
  /* border-top: 1px solid #000; */
  justify-content: end;
  gap: 0.5vw;
  position: relative;
}


.main-header .hover-box-left .hover-box-left-footer p{
    font-family: Graphik-Regular-Trial;
  font-size: 0.6vw;
  color: #000;
  line-height: 1;
  opacity: 50%;
  text-transform: uppercase;
}
.main-header .hover-box-left .hover-box-left-footer a{
    font-family: Graphik-Regular-Trial;
  font-size: 0.6vw;
  color: #000;
  line-height: 1;
  height: unset;
}


.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul{
  display: flex;
  flex-direction: column;
  height: unset;
  width: 100%;
gap: 0.6vw;
    align-items: start;
  position: absolute;
    top: 0;
}

.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul li a{
  font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 0.65vw;
}

.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul li a > span{
background: #ff009e;
    color: #fff;
    line-height: 1;
    font-size: 0.4vw;
    padding: 0.2vw 0.3vw;
    margin-left: 0.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1vw;
}

.hover-box-left-main-label {
font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.75vw;
    line-height: 1;
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul{
      font-family: Graphik-Regular-Trial;
      display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    align-items: start;
    gap: 0.7vw;
  padding-top: 10%;
  padding-bottom: 10%;
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul li a{
      font-family: Graphik-Regular-Trial;
    font-size: 0.6vw;
    line-height: 1;
}


/* -- brand hover box --- */

.brand-hover-box {
  display: flex;
  flex-direction: column;
}

.brand-hover-box .brand-hover-box-top{
  height: 45%;
  width: 100%;
  display: flex;
  /* border-bottom: 1px solid #0003; */
  padding-top: 1.5%;
  padding-left: 1%;
    padding-right: 0.5%;
}

.brand-hover-box .brand-hover-box-bottom{
  height: 55%;
  width: 100%;
  display: flex;
  padding-left: 1.5%;
    padding-right: 0.5%;
}

.brand-hover-box .brand-hover-box-top ul{
    display: flex;
    flex-wrap: wrap;
    height: 90%;
    align-items: flex-start;
    /* justify-content: center; */
  justify-content: start;
    gap: 0;
  row-gap: 1%;
  column-gap: 0.3%;
}

.brand-hover-box .brand-hover-box-top ul li{
  height: 48%;
    width: auto;
     max-width: 8%;
    min-width: 8%;
  border: .5px solid #707070;
    border-radius: 2.5rem;
    overflow: hidden;
  justify-content: center;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations{
  height: 90%;
    width: 100%;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul{
  height: 97%;
    width: 100%;
    align-items: start;
    justify-content: flex-start;
    gap: 0;
  row-gap: 0;
    column-gap: 0.5%;
  flex-wrap: nowrap;
  /* -----  */
      height: 93%;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li{
height: 100%;
    width: auto;
    min-width: 16%;
    max-width: 16.2%;
    border: .1vw solid #DBDBDB;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper{
  width: 100%;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .product-tags{
      height: unset;
    border: none;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .product-tags li{
      height: unset;
    border: none;
    width: 100%;
    max-width: 100%;

}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper .card__content h3.card__heading a{
  font-size: 0.6vw;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper .card__content .card-information .price{
  margin-top: 0;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .cust-quick-btn svg rect{
  fill: transparent !important;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations h4{
  line-height: 1;
    font-family: Graphik-Medium-Trial;
  font-size: 1.1vw;
  padding-bottom: 0.5vw;
}

/* -- brand hover box --- */

/* ------ hover box -> border animation on hover -----  */

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul a{
  position: relative;
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul a:before {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 50%;
  width: 0%;
  height: .5px;
  background-color: #ff009e;
  transition: all .4s ease-in-out;
  transform: translate(-50%);
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul a:hover:before {
  width: 100%;
}


.offers-hover-box ul li a{
  position: relative;
}

.offers-hover-box ul li a:before {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 50%;
  width: 0%;
  height: .5px;
  background-color: #ff009e;
  transition: all .4s ease-in-out;
  transform: translate(-50%);
}

.offers-hover-box ul li a:hover:before {
  width: 100%;
}

/* ------ hover box -> border animation on hover -----  */

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

.hover-box-left .hover-box-left-main .accordion-item {
    color: #000;
  font-family: Graphik-Regular-Trial;
    background-color: transparent;
    border-radius: 0;
}

.hover-box-left .hover-box-left-main .accordion-item-header {
    height: 3.5vh;
   position: relative;
   display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
  padding-right: 35%;
}

.hover-box-left .hover-box-left-main .accordion-item-header p {
  font-family: Graphik-Regular-Trial;
    font-size: .6vw;
  display: flex;
    cursor: pointer;
    margin: 0;
  color: #000;
}

.hover-box-left .hover-box-left-main .accordion-item-header:after {
    content: ">";
    margin-left: auto;
    font-size: 0.8vw;
    transition: transform .3s;
    /* opacity: 50%; */
    font-family: monospace;

}


.hover-box-left .hover-box-left-main .accordion-item-header.active::after {
    transform: rotate(90deg);
}

.hover-box-left .hover-box-left-main .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content {
    padding: 0% 0 1% 0%;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content .line1 {
    padding: 0;
  display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
  opacity: 80%;
    font-family: Graphik-Regular-Trial;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content .line1 ul {
    padding-left: 3%;
    list-style-type: none;
    font-size: 2.5vw;
    font-family: Graphik-Regular-Trial;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
      justify-content: space-between;
}

 .hover-box-left .hover-box-left-main .accordion-item-body-content .line1 ul li a {
    font-size: .5vw;
       opacity: 60%;
}

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

/* ---- products ----- */
.hover-box-right .product-recommendations{
  height: 100%;
    width: 100%;
    /* -----  */
    padding-top: 0.5%;
}

.hover-box-right .product-recommendations ul{
  height: 95%;
    width: 100%;
    align-items: start;
    justify-content: flex-start;
    gap: 0;
  row-gap: 1.3%;
    column-gap: 0.5%;
}

.hover-box-right .product-recommendations ul li{
  height: 50%;
    width: auto;
max-width: 19.4%;
    min-width: 19.4%;
  border: .1vw solid #DBDBDB;
  align-items: unset;
}

.hover-box-right .product-recommendations .product-tags{
      height: unset;
    border: none;
}

.hover-box-right .product-recommendations .product-tags li{
      height: unset;
    border: none;
    width: 100%;
    max-width: 100%;

}

.hover-box-right .product-recommendations ul li .card-wrapper .card__content h3.card__heading a{
  font-size: 0.6vw;
}

.hover-box-right .product-recommendations ul li .card-wrapper .card__content .card-information .price{
  margin-top: 0;
}

.hover-box-right .product-recommendations .cust-quick-btn svg rect{
  fill: transparent !important;
}

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


/* ------ shopall / eliquid / nicpouch --> hover box ------- */

.header-box-center-left  .card .card__inner .card__media {
    z-index: 1;
}

.header-box-center-left ul li .card-wrapper .card__content .card__information{
  background: #fff;
}


/* ===================== hover boxes ======== end ================================== */


/* ----header cart-bubble --- */

.cart-count-bubble{
      left: 2rem;
  font-family: Graphik-Regular-Trial;
}

/* ----header cart-bubble --- */
















/* ================================================================== responsive - start  ================================================================================ */

@media screen and (max-width: 950px){
/* ----- marquee --- */
  .marquee {
      height: 6vw;
      display: flex;
     background: #001b3d;
  }

  .announcment_bar {
      gap: 5vw;
    animation: marqueex 50s linear infinite;
  }

  .marquee .announcment_bar ul li p {
      font-size: 2.5vw;
    color: #000;
  }

  .meline {
      height: 15px;
      width: 1.5px;
    background: #000;
  }

  .marquee-x{
      position: absolute;
      right: 0;
      height: 96%;
      width: 8%;
      background-color: #C9F249;
      display: flex;
      align-items: center;
      justify-content: center;
  }  
/* ----- marquee --- */

  /* ----- haader ----- */

.main-header .header-box-main{
    height: 12vw;
}

  .header-box-main .header-box-left{
        order: 2;
    width: 60%;
            padding: 0;
  }

  .header-box-main .header-box-center{
    width: 20%;
    order: 1;
    padding-left: 1%;
    gap: 23%;
  }

  .header-box-main .header-box-right{
        order: 3;
    width: 20%;
  }

  .header-box-main .header-box-left a{
        justify-content: center;
        width: auto;
  }
  
  .header-box-main .header-box-left a svg {
 height: 50%;
        width: 100%;
}

  .header-box-main .header-box-right ul li a svg {
    height: 100%;
    width: 85%;
}
  /* ----- haader end----- */

  /* --- cart-bubble ---- */
  .cart-count-bubble{
    left: 0.1rem;
    height: 1.2rem;
    width: 1.2rem;
    font-size: 2vw;
    bottom: -12%;
  }
  /* --- cart-bubble ---- */

/* -------mobile menu x design------- */

      .main-header .toggle-btn-d {
        width: 30px;
        height: 32px;
        position: relative;
        cursor: pointer;
    }

      .toggle-btn-d span {
        position: absolute;
        left: 50%;
        width: 19px;
        height: 1px;
        background-color: #000;
        border-radius: 2px;
        transition: .3s ease;
        transform: translate(-50%);
    }

      .toggle-btn-d span:nth-child(1) {
        top: 11px;
    }

      .toggle-btn-d span:nth-child(2) {
        top: 20px;
    }

      .toggle-btn-d.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

      .toggle-btn-d.active span:nth-child(2) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
  
/* -------mobile menu x design------- */

  /* ----- mobile search ---- */

 .main-header .mob-search-icon{
    height: 100%;
    width: 30%;
  }
  
 .main-header .mob-search-icon svg{
    height: 100%;
    width: 70%;
  }
  
  /* ----- mobile search ---- */


  /* ------- mobile menu box ------ */

  .mob-menu-box{
    position: absolute;
        top: -125vh;
        left: 0;
        height: 100dvh;
        width: 100%;
        background: #F5F5F5;
        z-index: -1;
        transition: top .5s ease-in;
        flex-direction: column;
        padding: 0 2%;
        padding-top: 10vh;
  }

      .mob-menu-box.active {
        top: 0;
        left: 0;
    }

 .mob-menu-box .mob-menu-box-usefull-ul{
        font-family: Graphik-Regular-Trial;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    align-items: start;
    gap: 2vw;
    padding-top: 0%;
    padding-bottom: 10%;
   justify-content: flex-start;
    list-style: none;
           line-height: 1;
  }

  .mob-menu-box .mob-menu-box-usefull-ul li a {
        font-family: Graphik-Regular-Trial;
    font-size: 2.7vw;
    line-height: 1;
    height: 100%;
  }

  /* --menu-accordion-- */
 .mob-menu-box .accordion-item {
    color: #000;
    font-family: Graphik-Regular-Trial;
    background-color: transparent;
    border-radius: 0;
}

.mob-menu-box .accordion-item-header {
    height: 4vh;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    padding-right: 3%;
}

.mob-menu-box .accordion-item-header p {
  font-family: Graphik-Medium-Trial;
    font-size: 3vw;
    display: flex;
    cursor: pointer;
    margin: 0;
    color: #000;
}

.mob-menu-box .accordion-item-header:after {
    content: ">";
    margin-left: auto;
    font-size: 3.5vw;
    transition: transform .3s;
    opacity: 50%;
}

.mob-menu-box .accordion-item-header.active:after {
    transform: rotate(90deg);
}

.mob-menu-box .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
}
  
.mob-menu-box .accordion-item-body-content {
    padding: 0% 0 1% 0%;
}

.mob-menu-box .accordion-item-body-content .line1 {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
    opacity: 80%;
    font-family: Graphik-Regular-Trial;
}

.mob-menu-box .accordion-item-body-content .line1 ul {
    padding-left: 3%;
    list-style-type: none;
    font-size: 2.5vw;
    font-family: Graphik-Regular-Trial;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    align-items: flex-start;
    justify-content: space-between;
  height: 100%;
    width: 100%;
  padding-top: 0.5%;
        padding-bottom: 0.5%;
}

.mob-menu-box .accordion-item-body-content .line1 ul li a {
  font-size: 2.6vw;
    opacity: 60%;
  height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
font-family: Graphik-Regular-Trial;
        line-height: 1;
}
  
  /* --menu-accordion-- */



 .mob-menu-box .mob-menu-box-usefull-ul-n {
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    gap: 3vw;
    align-items: start;
   justify-content: flex-start;
    list-style: none;
   padding-top: 10%;
}

   .mob-menu-box .mob-menu-box-usefull-ul-n a{
     font-family: Graphik-Regular-Trial;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
     color: #000;
    line-height: 1;
    height: unset;
     width: auto;
        display: flex;
     text-transform: uppercase;
   }

     .mob-menu-box .mob-menu-box-usefull-ul-n a > span {
   background: #ff009e;
        color: #fff;
        line-height: 1;
        font-size: 2vw;
        padding: .2vw .3vw;
        margin-left: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: .1vw;
}
  

   .mob-menu-box .mob-menu-box-footer p{
     font-family: Graphik-Regular-Trial;
    font-size: 2.5vw;
    color: #000;
    line-height: 1;
    opacity: 50%;
    text-transform: uppercase;
   }

   .mob-menu-box .mob-menu-box-footer a{
  font-family: Graphik-Regular-Trial;
    font-size: 2.5vw;
    color: #000;
    line-height: 1;
    height: unset;
     width: auto;
    display: flex;
    align-items: center;
     text-decoration: none;
    text-transform: uppercase;
  }
  

  .mob-menu-box-footer {
   height: 15%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 1.7vw;
        position: absolute;
        bottom: 3%;
  }
  
  
  /* ------- mobile menu box ------ */


  .header-box-center .search-input {
        position: absolute;
    width: 70%;
    left: 35px;
    /* clip-path: inset(0 100% 0% 0%);  */
     /* transition: clip-path 0.3s ease; */
    display: none !important;
  transition: all 0.3s ease;
  }

    .header-box-center .search-input.active{
      display: flex !important;
  }

  .header-box-center .search-input .search-modal__content{
    padding: 0;
  }

  .header-box-center .search-input .search-modal__content .field__input{
    background: #F5F5F5;
    border: 1px solid #D8D8D8;
    height: 4rem;
    border-radius: 5px;
  }

  .header-box-center .search-input .search-modal__content .search__button{
    left: 0;
    width: 3rem;
  }

  .header-box-center .search-input .search-modal__content .field__button>.svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
}

 .search-input .field .field__label {
    font-size: 1rem;
      font-family: Graphik-Medium-Trial;
   padding-top: 1.3%;
        padding-left: 2%;
        opacity: 60%;
  }

 .header-box-center .search-input .search__input.field__input {
    padding-right: 5.8rem;
}

   .header-box-center .search-input .reset__button {
    display: none;
  }

    .header-box-center .search-input .field__input:focus,
  .header-box-center .search-input .field__input:not(:placeholder-shown)
  {
    padding: 2.2rem 1.5rem .8rem 2.6rem;
  }

   .header-box-center .search-input .mob-search-close {
    position: absolute;
    right: 4%;
    opacity: 60%;
}
  

  /* -----950px ------ */
}

/* ================================================================== responsive - end  ================================================================================ */
    /* <!-- ------ marquee start ----- --> */

.marquee {
    overflow: hidden;
    position: relative;
    height: 2.0vw;
    background-color: #001B3D;
    width: 100%;
}

.announcment_bar {
    width: max-content;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    position: absolute;
    overflow: hidden;
    animation: marqueex 60s linear infinite;
    color: #fff;
}

.marquee .announcment_bar ul {
    list-style-type: none;
}

@keyframes marqueex {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}

.marquee .announcment_bar ul li {
    position: relative;
    display: flex;
    gap: 3vw;
}


.meline{
     height: 15px;
    width: 2px;
    background-color: #fff;
}


.marquee .announcment_bar ul li p {
  font-family: Graphik-Medium-Trial;
  /* font-size: 0.55vw; */
  font-size: 0.90vw;
  text-transform: capitalize;
}

    /* <!-- ------ marquee end ----- --> */


   /* <!-- ======== main-header ===== start ====== --> */

  .main-header {
      height: auto;
      width: 100%;
  }

  .main-header .header-box-main {
      display: flex;
      align-items: center;
      height: 4vw;
      width: 100%;
      border-bottom: 1px solid #000;
    background: #FFFFFF;
  }

  .header-box-main .header-box-left {
      height: 100%;
      width: 10%;
      padding-left: 2%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .header-box-main .header-box-center {
      height: 100%;
      width: 82%;
      display: flex;
      align-items: center;
      /* border-right: 1px solid #000; */
  }

  .header-box-main .header-box-right {
      height: 100%;
      width: 8%;
      padding-right: 2%;
      display: flex;
      align-items: center;
      justify-items: flex-end;
  }

  .header-box-main .header-box-left a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }

  .header-box-main .header-box-left a svg {
      height: 100%;
      width: 60%;
  }

  .header-box-main .header-box-right ul{
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      list-style: none;
      /* gap: 2.5vw; */
      gap: 28%;
  }

  .header-box-main .header-box-right ul li a svg{
      height: 100%;
      width: 100%;
  }

  .header-box-main .header-box-right ul li.cart-li .header__icon--cart{
    margin: 0;
        height: unset;
    width: unset;
  }

  .header-box-main .header-box-right ul li.cart-li .header__icon{
          height: unset;
    width: unset;
    display: unset;
}

  .header-box-main .header-box-right ul li.cart-li .header__icon .svg-wrapper{
            height: unset;
    width: unset;
    display: unset;
}

  .header-box-center .header-box-center-left {
      height: 100%;
      width: 65%;
      display: flex;
      align-items: center;
  }

  .header-box-center .header-box-center-right {
      height: 100%;
      width: 35%;
      display: flex;
      align-items: center;
      /* border-left: 1px solid #000; */
  }

  .header-box-center .header-box-center-left ul{
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      list-style: none;
    /* gap: 2.5vw; */
    gap: 1.8vw;
  }

  .header-box-center .header-box-center-left ul li {
      height: 100%;
      width: auto;
      display: flex;
      align-items: center;
  }

  .header-box-center .header-box-center-left ul li a {
      height: 100%;
      width: auto;
      display: flex;
      align-items: center;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      font-family: Graphik-Medium-Trial;
    font-size: 0.7vw;
  }

  .header-box-center .header-box-center-left ul li a > .pinkme{
  background: #FF009E;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.5vw;
    text-transform: uppercase;
    font-family: Graphik-Medium-Trial;
    margin-left: 0.2vw;
    padding: 0.20vw 0.3vw;
    line-height: 1;
}

.header-box-center-right .search-input{
      width: 100%;
    padding: 0;
    height: 100%;
}

  .header-box-center-right .search-input  .search-modal__content {
        padding: 0 1%;
    }

    .header-box-center-right .search-input  .search-modal__content  .search-modal__form {
        max-width: 100%;
          outline: none;
    outline-offset: 0;
    box-shadow: none;
    border: none;

    }

.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before{
      outline-offset: 0;
    box-shadow: none;
    border: none;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
  border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
      box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.header-box-center-right .search-input .field__input{
  border: 1px solid #0003;
    border-radius: 1rem;
}

.header-box-center-right .field__input:not(:placeholder-shown){
      padding: 1.2rem 1.5rem .8rem 4rem;
}

.header-box-center-right .field__input:not(:placeholder-shown) ~ .field__label {
  display: none !important;
  transition: all 3s ease;
}

.header-box-center-right .search-input .search-modal__content .field{
/* --inputs-border-width: 0; */
  --inputs-border-width: 0;
}


.header-box-center-right .search-input .search-modal__content .field .field__label {
  height: 100%;
    display: flex;
    align-items: center;
    /* padding-left: 7%; */
  padding-left: 2.5vw;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 0.7vw;
    font-family: Graphik-Medium-Trial;
  opacity: 50%;
}

.header-box-center-right .search-input .search-modal__content .field .reset__button {
  display: none;
}

.header-box-center-right .search-input .field__input:focus ~ .field__label {
  display: none !important;
  transition: all 3s ease;
}


.header-box-center-right .search-input .search-modal__content .field .field__input:focus{
      padding: 1.2rem 1.5rem .8rem 4rem;
}

.header-box-center-right .predictive-search__loading-state {
  display: none;
}

.header-box-center-right .search-input .search-modal__content .field .search__button{
  left: 0;
    opacity: 80%;
}

   /* <!-- ======== main-header ===== end ====== --> */

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

.predictive-search .predictive-search__item-content .predictive-search__item-heading{
    font-family: Graphik-Regular-Trial;
}

.predictive-search *{
    font-family: Graphik-Regular-Trial;
  
}

.predictive-search .predictive-search__result-group:first-child {
        /* flex: 0 0 13.5rem; */
}

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


/* ===================== hover boxes ========start ================================== */


/* ------ shopall / eliquid / nicpouch --> hover box ------- */
.shopall-hover-box,
.brand-hover-box,
.eliquid-hover-box,
.nicpouch-hover-box,
.vape-hover-box,
.refills-hover-box,
.prefilled-hover-box {
  clip-path: inset(0% 0% 100% 0%);
  height: 90svh;
  width: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 100%;
  left: 0;
  transition: clip-path 0.5s ease;
    display: flex;
}

.shopall-hover:hover .shopall-hover-box,
.brand-hover:hover .brand-hover-box,
.eliquid-hover:hover .eliquid-hover-box,
.nicpouch-hover:hover .nicpouch-hover-box,
.vape-hover:hover .vape-hover-box,
.refills-hover:hover .refills-hover-box,
.prefilled-hover:hover .prefilled-hover-box {
  clip-path: inset(0% 0% 0% 0%);
}

.shopall-hover .shoppink,
.brand-hover .brandpink,
.eliquid-hover .eliquidpink,
.nicpouch-hover .nicpouchpink,
.vape-hover .vapepink,
.refills-hover .refillspink,
.offers-hover:hover .offerspink,
.prefilled-hover .prefilledpink {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.shopall-hover:hover .shoppink,
.brand-hover:hover .brandpink,
.eliquid-hover:hover .eliquidpink,
.nicpouch-hover:hover .nicpouchpink,
.vape-hover:hover .vapepink,
.refills-hover:hover .refillspink,
.offers-hover:hover .offerspink,
.prefilled-hover:hover .prefilledpink {
  color: #FF009E;
  border-bottom-color: #FF009E;
}


.shopall-hover-box .hover-box-left,
.eliquid-hover-box .hover-box-left,
.nicpouch-hover-box .hover-box-left,
.vape-hover-box .hover-box-left,
.refills-hover-box .hover-box-left,
.prefilled-hover-box .hover-box-left{
    height: 100%;
    width: 20%;
    /* border-right: 1px solid #000; */
    display: flex;
    flex-direction: column;
    padding: 1% 0.5% 2% 1.5%;
}

.shopall-hover-box .hover-box-right,
.eliquid-hover-box .hover-box-right,
.nicpouch-hover-box .hover-box-right,
.vape-hover-box .hover-box-right,
.refills-hover-box .hover-box-right,
.prefilled-hover-box .hover-box-right{
      height: 100%;
    width: 80%;

}

.shopall-hover-box .hover-box-left .hover-box-left-main,
.eliquid-hover-box .hover-box-left .hover-box-left-main,
.nicpouch-hover-box .hover-box-left .hover-box-left-main,
.vape-hover-box .hover-box-left .hover-box-left-main,
.refills-hover-box .hover-box-left .hover-box-left-main,
.prefilled-hover-box .hover-box-left .hover-box-left-main{
      height: 75%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.shopall-hover-box .hover-box-left .hover-box-left-footer,
.eliquid-hover-box .hover-box-left .hover-box-left-footer,
.nicpouch-hover-box .hover-box-left .hover-box-left-footer,
.vape-hover-box .hover-box-left .hover-box-left-footer,
.refills-hover-box .hover-box-left .hover-box-left-footer,
.prefilled-hover-box .hover-box-left .hover-box-left-footer{
      height: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
  /* border-top: 1px solid #000; */
  justify-content: end;
  gap: 0.5vw;
  position: relative;
}


.main-header .hover-box-left .hover-box-left-footer p{
    font-family: Graphik-Regular-Trial;
  font-size: 0.8vw;
  color: #000;
  line-height: 1;
  opacity: 50%;
  text-transform: uppercase;
}
.main-header .hover-box-left .hover-box-left-footer a{
    font-family: Graphik-Regular-Trial;
  font-size: 0.8vw;
  color: #000;
  line-height: 1;
  height: unset;
}


.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul{
  display: flex;
  flex-direction: column;
  height: unset;
  width: 100%;
gap: 0.6vw;
    align-items: start;
  position: absolute;
    top: 0;
}

.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul li a{
  font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 0.65vw;
}

.hover-box-left .hover-box-left-footer .hover-box-left-footer-ul li a > span{
background: #ff009e;
    color: #fff;
    line-height: 1;
    font-size: 0.4vw;
    padding: 0.2vw 0.3vw;
    /* padding: 0.4vw .3vw 0.3vw; */
    margin-left: 0.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1vw;
    border-radius: .4rem;
}

.hover-box-left-main-label {
font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.8vw;
    line-height: 1;
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul{
      font-family: Graphik-Regular-Trial;
      display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    align-items: start;
    gap: 0.7vw;
  padding-top: 10%;
  padding-bottom: 10%;
}

.hover-box-left .hover-box-left-main .hover-box-left-main-usefull-ul li a{
      font-family: Graphik-Regular-Trial;
    font-size: 0.8vw;
    line-height: 1;
}


/* -- brand hover box --- */

.brand-hover-box {
  display: flex;
  flex-direction: column;
}

.brand-hover-box .brand-hover-box-top{
  height: 45%;
  width: 100%;
  display: flex;
  /* border-bottom: 1px solid #0003; */
  padding-top: 1.5%;
  padding-left: 1%;
    padding-right: 0.5%;
    /* ---- */
    height: 40%;

}

.brand-hover-box .brand-hover-box-bottom{
  height: 55%;
  width: 100%;
  display: flex;
  padding-left: 1.5%;
    padding-right: 0.5%;
    /* -----  */
    height: 60%;
}

.brand-hover-box .brand-hover-box-top ul{
    display: flex;
    flex-wrap: wrap;
    height: 90%;
    align-items: flex-start;
    /* justify-content: center; */
  justify-content: start;
    gap: 0;
  row-gap: 1%;
  column-gap: 0.3%;
  /* ------  */
  flex-wrap: nowrap;
    scrollbar-width: none;
    align-items: start;
    column-gap: 1%;
    overflow: auto hidden;
}

.brand-hover-box .brand-hover-box-top ul li{
  height: 48%;
    width: auto;
     max-width: 8%;
    min-width: 8%;
  border: .5px solid #707070;
    border-radius: 2.5rem;
    overflow: hidden;
  justify-content: center;
  /* -----  */
    height: 75%;
    max-width: 11.7%;
    min-width: 11.7%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations{
  height: 90%;
    width: 100%;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul{
  height: 97%;
    width: 100%;
    align-items: start;
    justify-content: flex-start;
    gap: 0;
  row-gap: 0;
    column-gap: 0.5%;
  flex-wrap: nowrap;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li{
height: 100%;
    width: auto;
    min-width: 16%;
    max-width: 16.2%;
    border: .1vw solid #DBDBDB;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper{
  width: 100%;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .product-tags{
      height: unset;
    border: none;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .product-tags li{
      height: unset;
    border: none;
    width: 100%;
    max-width: 100%;

}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper .card__content h3.card__heading a{
  font-size: 0.6vw;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations ul li .card-wrapper .card__content .card-information .price{
  margin-top: 0;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations .cust-quick-btn svg rect{
  fill: transparent !important;
}

.brand-hover-box .brand-hover-box-bottom .product-recommendations h4{
  line-height: 1;
    font-family: Graphik-Medium-Trial;
  font-size: 1.1vw;
  padding-bottom: 0.5vw;
}

/* -- brand hover box --- */

/* ----- offer hover box -----  */
.header-box-center .header-box-center-left ul li.offers-hover{
  position: relative;
}

.offers-hover-box {
  clip-path: inset(0% 0% 100% 0%);
  height: auto;
    min-height: 15svh;
    width: 200%;
  background: #F5F5F5; 
  position: absolute;
  top: 100%;
  left: 0;
  transition: clip-path 0.5s ease;
    display: flex;
    align-items: center;
}

.offers-hover:hover .offers-hover-box {
  clip-path: inset(0% 0% 0% 0%);
}

.offers-hover-box ul {
  flex-direction: column;
gap: 0.4vw !important;
  height: 100%;
  justify-content: center;
}

/* ----- offer hover box -----  */


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

.hover-box-left .hover-box-left-main .accordion-item {
    color: #000;
  font-family: Graphik-Regular-Trial;
    background-color: transparent;
    border-radius: 0;
}

.hover-box-left .hover-box-left-main .accordion-item-header {
    height: 3.5vh;
   position: relative;
   display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
  padding-right: 35%;
}

.hover-box-left .hover-box-left-main .accordion-item-header p {
  font-family: Graphik-Regular-Trial;
    font-size: .8vw;
  display: flex;
    cursor: pointer;
    margin: 0;
  color: #000;
}

.hover-box-left .hover-box-left-main .accordion-item-header:after {
    content: ">";
    margin-left: auto;
    font-size: 0.8vw;
    transition: transform .3s;
    /* opacity: 50%; */
    font-family: monospace;
}


.hover-box-left .hover-box-left-main .accordion-item-header.active::after {
    transform: rotate(90deg);
}

.hover-box-left .hover-box-left-main .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content {
    padding: 0% 0 1% 0%;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content .line1 {
    padding: 0;
  display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
  opacity: 80%;
    font-family: Graphik-Regular-Trial;
}

.hover-box-left .hover-box-left-main .accordion-item-body-content .line1 ul {
    padding-left: 3%;
    list-style-type: none;
    font-size: 2.5vw;
    font-family: Graphik-Regular-Trial;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
      justify-content: space-between;
}

 .hover-box-left .hover-box-left-main .accordion-item-body-content .line1 ul li a {
    font-size: .7vw;
       opacity: 60%;
}

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

/* ---- products ----- */
.hover-box-right .product-recommendations{
  height: 100%;
    width: 100%;
}

.hover-box-right .product-recommendations ul{
  height: 95%;
    width: 100%;
    align-items: start;
    justify-content: flex-start;
    gap: 0;
  row-gap: 1.3%;
    column-gap: 0.5%;
}

.hover-box-right .product-recommendations ul li{
  height: 50%;
    width: auto;
max-width: 19.4%;
    min-width: 19.4%;
  border: .1vw solid #DBDBDB;
  align-items: unset;
}

.hover-box-right .product-recommendations .product-tags{
      height: unset;
    border: none;
    /* --- */
    z-index: 2;
}

.hover-box-right .product-recommendations .product-tags li{
      height: unset;
    border: none;
    width: 100%;
    max-width: 100%;

}

.hover-box-right .product-recommendations ul li .card-wrapper .card__content h3.card__heading a{
  font-size: 0.6vw;
}

.hover-box-right .product-recommendations ul li .card-wrapper .card__content .card-information .price{
  margin-top: 0;
}

.hover-box-right .product-recommendations .cust-quick-btn svg rect{
  fill: transparent !important;
}

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


/* ------ shopall / eliquid / nicpouch --> hover box ------- */

.header-box-center-left  .card .card__inner .card__media {
    z-index: 1;
}

.header-box-center-left ul li .card-wrapper .card__content .card__information{
  background: #fff;
}


/* ===================== hover boxes ======== end ================================== */


/* ----header cart-bubble --- */

.cart-count-bubble{
      left: 2rem;
  font-family: Graphik-Regular-Trial;
}

/* ----header cart-bubble --- */
















/* ================================================================== responsive - start  ================================================================================ */

@media screen and (max-width: 950px){
/* ----- marquee --- */
  .marquee {
      height: 6vw;
      display: flex;
    background: #001b3d;
    color#fff;
  }

  .announcment_bar {
      gap: 5vw;
    animation: marqueex 50s linear infinite;
  }

  .marquee .announcment_bar ul li p {
      font-size: 2.5vw;
    color: #ffffff;
  }

  .meline {
      height: 15px;
      width: 1.5px;
    background: #fff;
  }

  .marquee-x{
      position: absolute;
      right: 0;
      height: 96%;
      width: 8%;
      background-color: #001b3d;
      display: flex;
      align-items: center;
      justify-content: center;
  }  
/* ----- marquee --- */

  /* ----- haader ----- */

.main-header .header-box-main{
    height: 12vw;
}

  .header-box-main .header-box-left{
        order: 2;
    width: 60%;
            padding: 0;
  }

  .header-box-main .header-box-center{
    width: 20%;
    order: 1;
    padding-left: 1%;
    gap: 23%;
  }

  .header-box-main .header-box-right{
        order: 3;
    width: 20%;
  }

  .header-box-main .header-box-left a{
        justify-content: center;
        width: auto;
  }
  
  .header-box-main .header-box-left a svg {
 height: 50%;
        width: 100%;
}

  .header-box-main .header-box-right ul li a svg {
    height: 100%;
    width: 85%;
}
  /* ----- haader end----- */

  /* --- cart-bubble ---- */
  .cart-count-bubble{
    left: 0.1rem;
    height: 1.2rem;
    width: 1.2rem;
    font-size: 2vw;
    bottom: -12%;
  }
  /* --- cart-bubble ---- */

/* -------mobile menu x design------- */

      .main-header .toggle-btn-d {
        width: 30px;
        height: 32px;
        position: relative;
        cursor: pointer;
    }

      .toggle-btn-d span {
        position: absolute;
        left: 50%;
        width: 19px;
        height: 1px;
        background-color: #000;
        border-radius: 2px;
        transition: .3s ease;
        transform: translate(-50%);
    }

      .toggle-btn-d span:nth-child(1) {
        top: 11px;
    }

      .toggle-btn-d span:nth-child(2) {
        top: 20px;
    }

      .toggle-btn-d.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

      .toggle-btn-d.active span:nth-child(2) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
  
/* -------mobile menu x design------- */

  /* ----- mobile search ---- */

 .main-header .mob-search-icon{
    height: 100%;
    width: 30%;
  }
  
 .main-header .mob-search-icon svg{
    height: 100%;
    width: 70%;
  }
  
  /* ----- mobile search ---- */


  /* ------- mobile menu box ------ */

  .mob-menu-box{
    position: absolute;
        top: -125vh;
        left: 0;
        height: 100dvh;
        width: 100%;
        background: #F5F5F5;
        z-index: -1;
        transition: top .5s ease-in;
        flex-direction: column;
        padding: 0 2%;
        padding-top: 10vh;
  }

      .mob-menu-box.active {
        top: 0;
        left: 0;
    }

 .mob-menu-box .mob-menu-box-usefull-ul{
        font-family: Graphik-Regular-Trial;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    align-items: start;
    gap: 2vw;
    padding-top: 0%;
    padding-bottom: 10%;
   justify-content: flex-start;
    list-style: none;
           line-height: 1;
  }

  .mob-menu-box .mob-menu-box-usefull-ul li a {
    font-family: Graphik-Regular-Trial;
    font-size: 2.9vw;
    line-height: 1;
    height: 100%;
    text-transform: uppercase;
  }

  /* --menu-accordion-- */
 .mob-menu-box .accordion-item {
    color: #000;
    font-family: Graphik-Regular-Trial;
    background-color: transparent;
    border-radius: 0;
}

.mob-menu-box .accordion-item-header {
    height: 3vh;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    padding-right: 3%;
}

.mob-menu-box .accordion-item-header p {
  font-family: Graphik-Medium-Trial;
    font-size: 3vw;
    display: flex;
    cursor: pointer;
    margin: 0;
    color: #000;
}

.mob-menu-box .accordion-item-header:after {
    content: ">";
    margin-left: auto;
    font-size: 3.5vw;
    transition: transform .3s;
    opacity: 50%;
}

.mob-menu-box .accordion-item-header.active:after {
    transform: rotate(90deg);
}

.mob-menu-box .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
}
  
.mob-menu-box .accordion-item-body-content {
    padding: 0% 0 1% 0%;
}

.mob-menu-box .accordion-item-body-content .line1 {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1vw;
    opacity: 80%;
    font-family: Graphik-Regular-Trial;
}

.mob-menu-box .accordion-item-body-content .line1 ul {
    padding-left: 3%;
    list-style-type: none;
    font-size: 2.5vw;
    font-family: Graphik-Regular-Trial;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 2.3vw;
    align-items: flex-start;
    justify-content: space-between;
  height: 100%;
    width: 100%;
  padding-top: 0.5%;
        padding-bottom: 0.5%;
}

.mob-menu-box .accordion-item-body-content .line1 ul li a {
  font-size: 2.9vw;
    opacity: 80%;
  height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
font-family: Graphik-Regular-Trial;
        line-height: 1;
}
  
  /* --menu-accordion-- */



 .mob-menu-box .mob-menu-box-usefull-ul-n {
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    gap: 3vw;
    align-items: start;
   justify-content: flex-start;
    list-style: none;
   padding-top: 10%;
}

   .mob-menu-box .mob-menu-box-usefull-ul-n a{
     font-family: Graphik-Regular-Trial;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
     color: #000;
    line-height: 1;
    height: unset;
     width: auto;
        display: flex;
     text-transform: uppercase;
   }

     .mob-menu-box .mob-menu-box-usefull-ul-n a > span {
   background: #ff009e;
        color: #fff;
        line-height: 1;
        font-size: 2vw;
        padding: .2vw .3vw;
        margin-left: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: .1vw;
}
  

   .mob-menu-box .mob-menu-box-footer p{
     font-family: Graphik-Regular-Trial;
    font-size: 2.5vw;
    color: #000;
    line-height: 1;
    opacity: 50%;
    text-transform: uppercase;
   }

   .mob-menu-box .mob-menu-box-footer a{
  font-family: Graphik-Regular-Trial;
    font-size: 2.5vw;
    color: #000;
    line-height: 1;
    height: unset;
     width: auto;
    display: flex;
    align-items: center;
     text-decoration: none;
    text-transform: uppercase;
  }
  

  .mob-menu-box-footer {
   height: 15%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 1.7vw;
        position: absolute;
        bottom: 3%;
  }
  
  
  /* ------- mobile menu box ------ */


  .header-box-center .search-input {
        position: absolute;
    width: 70%;
    left: 35px;
    /* clip-path: inset(0 100% 0% 0%);  */
     /* transition: clip-path 0.3s ease; */
    display: none !important;
  transition: all 0.3s ease;
  }

    .header-box-center .search-input.active{
      display: flex !important;
  }

  .header-box-center .search-input .search-modal__content{
    padding: 0;
  }

  .header-box-center .search-input .search-modal__content .field__input{
    background: #F5F5F5;
    border: 1px solid #D8D8D8;
    height: 4rem;
    border-radius: 5px;
  }

  .header-box-center .search-input .search-modal__content .search__button{
    left: 0;
    width: 3rem;
  }

  .header-box-center .search-input .search-modal__content .field__button>.svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
}

 .search-input .field .field__label {
    font-size: 1rem;
      font-family: Graphik-Medium-Trial;
   /* padding-top: 1.3%; */
   padding-top: 1%;
        padding-left: 2%;
        opacity: 60%;
  }

 .header-box-center .search-input .search__input.field__input {
    padding-right: 5.8rem;
}

   .header-box-center .search-input .reset__button {
    display: none;
  }

    .header-box-center .search-input .field__input:focus,
  .header-box-center .search-input .field__input:not(:placeholder-shown)
  {
    padding: 2.2rem 1.5rem .8rem 2.6rem;
  }

   .header-box-center .search-input .mob-search-close {
    position: absolute;
    right: 4%;
    opacity: 60%;
}
  

  /* -----950px ------ */
}

/* ================================================================== responsive - end  ================================================================================ */