

/* slider */
.slider-dis-offer-wrap {
      width: max-content;
    margin: 0 auto 20px;
    display: flex
}
#slider{
      padding: 10% 0;
      position: relative;
}
/* #slider::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);

} */
.slider-img{
    width: 645px;
    height: 375px;
    margin: -55px auto 0;
    position: relative;
}
.slider-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-product-wrap h1 a{
  text-transform: uppercase;
  color: #000;
  top: 20px;
    position: relative;
}
.slider-product-wrap h1 a{
  text-transform: uppercase;
  color: #000;
}
.slider-price{
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.slider-price del{
  display: none;
}
.slider-price p{
    line-height: 32px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
.slider-price  .woocommerce-Price-amount bdi{
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider .slider-inner{
      /* padding: 5% 0; */
 
}
.dots-wrapper{
  position: relative;
  text-align: center;
  top: 60px;
}
.dots-wrapper svg{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
}
.owl-dots .owl-dot{
  border: none;
  background: #000000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
}

button.owl-dot.active{
  background: var(--purple);
  height: 20px;
  width: 20px;
}
.owl-dot:nth-child(1){
  position: relative;
  top: -16px;
  left: -5px;
}
.owl-dot:nth-child(2){
  position: relative;
  top: -3px;
}
.owl-dot:nth-child(3){
  position: relative;
  top: 3px;
}
.owl-dot:nth-child(4){
  position: relative;
  top: -4px;
}
.owl-dot:nth-child(5){
  position: relative;
  top: -18px;
}
/* marquee */
#marquee{
    background: #6248FF;
    padding: 13px 5px
}
.marquee {
      overflow: hidden;
    display: flex;
    gap: 15px;
    list-style: none;
}
.marquee li {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;

}
.marquee svg{
    width: 15px;
    margin-right: 12px;
      animation: orbit 8s linear infinite;
  transform-origin: center;

}
.marquee .marquee-icon{
      width: 15px;
      height: 15px;
}
@keyframes orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* feature */
.feature-overlay{
  height: 80px;
  width: 80px;
  background: #EEEEEE;
  padding: 18px;
  border-radius: 50%;
}
.feature-overlay img{
  height: 100%;
  width: 100%;
}

.feature-inner-content:hover img{
    transition: 1s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* top category */
#top-category .category-wrap{
  background: #F7F7FF;
  padding: 25px 20px 45px;
  border-radius: 30px;
  gap: 20px 0;
}
.category-row{
  background: #FFFFFF;
  padding: 20px 20px;
  margin: 10px;
  border-radius: 30px;
  height: 100%;
  position: relative;
}
.category-row::before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--purple);
  border-radius: 30px;
  content: "";
  z-index: 0;
  transition: all 0.5s 
  ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
  opacity: 0;
  z-index: -1;
}
.category-row:hover::before{
opacity: 0.2;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
}
.category-row:hover  .category-img {
  transform: scale(1.1);
   transition: transform 0.8s ease;
}
.category-img {
    height: 130px;
}
.category-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sub-cat-list a{
  color: var(--black);
}
.sub-cat-list:hover{
  padding-left: 10px;
  transition: 1s ease-in-out;
}
.sub-cat-list:hover a,.sub-cat-list:hover i{
    color: var(--purple);
}
/* dicount banner */

#discount-banner h2{
  text-transform: uppercase;
  font-weight: 700;
    background: linear-gradient(to top, #fff, #000);
  /* background-size: 300% 300%; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headphone-img{
  width: 460px;
  height: 420px;
  object-fit: cover;
  text-align: center;
  position: relative;
  margin-top: -10%;
  
}

.offer-wrap{
  width: max-content;
  margin: 0 auto 20px;
  display: flex;
}
.offer-per{
  background: var(--purple);
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: #fff;
  position: relative;
    clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
        z-index: 1;
}
.offer-left{
    background: #b7acfa;
    width: 24px;
    padding: 10px;
    position: relative;
    left: 9px;
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 70% 50%);
}
.offer-right{
    background: #b7acfa;
    width: 20px;
    padding: 10px;
    position: relative;
    right: 13px;
    clip-path: polygon(0 0, 100% 0, 64% 50%, 100% 100%, 0 98%, 0 47%);
    z-index: 0;
}

/* offer banner */
#banner{
      /* background: linear-gradient(to right, #6248FF 33.8%, #F7F7FF 31%); */
}
.banner-left{
  position: relative;
      left: 50%;
        transition: all 0.5s ease;
}
.banner-left-one{
  position: relative;
  right: 90px;
}
.banner-left-two{
  position: absolute;
  right: -25px;
}
#timer{
  display: flex;
  gap: 10px;
      margin-bottom: 20px;
}
.timer_days{
    background: #000000;
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 15px 15px;
    border-radius: 10px;
}
.nofont{
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.banner-right {
    /* display: flex;
    flex-direction: column;
    gap: 30px; */
    padding-left: 5%;
}
.banner-right .theme-btn{
  width: max-content;
}
.dis-offer-wrap{
  width: max-content;
  display: flex;
  position: absolute;
  transition: all 0.5s ease;
  left: 50px;
  top: -200px;
  opacity: 0;
}
#banner svg{
  position: absolute;
  top: 0;
}

.timmer-btm{
  position: absolute;
  bottom: -330px;
  opacity: 0;
  left: 65px;
  width: 100%;
  transition: all 0.5s ease;
}


 #banner  .main-head{
     position: absolute;
    /* left: -75%; */
    bottom: -134px;
    /* transform: scale(1.6); */
    text-transform: uppercase;
    transform: translateX(-110%) scale(2); /* start left & slightly larger */
    transition: transform 0.8s ease; /* smooth animation */
}
.main-head-two{
      font-family: var(--theme-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    transform: scale(2);
    position: absolute;
    text-transform: uppercase;
    top: -150px;
    right: 115px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
 #banner:hover .main-head-two{
    opacity: 0;

 }
.banner-left-img{
    position: absolute;
    width: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
     transition: width 1s ease;
}
 #banner:hover .banner-left-img{
     width: 35%;
 }
 #banner::after{
  content: '';
  position: absolute;
  background-color: #F7F7FF;
  transition: width 1s ease;
  right: 0;
  height:100%;
  width: 0;
  top: 0;
  z-index: -1;
 }
#banner:hover::after{
  width:75%;
}
#banner:hover .banner-left{
left: 0;
}
#banner:hover .dis-offer-wrap {
    top: -95px;
    opacity: 1;
} 
#banner:hover .main-head{
    bottom: -10px;
         transform: translateX(20px) scale(1);
}
#banner:hover .timmer-btm{
  bottom: -180px;
  opacity: 1;
} 
#banner:hover svg{
  opacity: 0;
}
/* deal product */
.timer-wrapper{
  display: flex;
  gap: 20px; 
}
.dot {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dot i {
    font-size: 7px;
    position: relative;
    top: 5px;
}
.deal-content p{
    font-size: 15px;
    line-height: 26px;
    width: 80%;
}
.the_timer .numbers{
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
.the_timer .nofont{
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
} 
#deal-product .container{
 background: #F7F7FF;
    padding: 30px;
    border-radius: 20px; 
}
.deal-product-wrap{
      background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
}
.deal-img{
      width: 320px;
    height: 406px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.product-wish-meta{
    position: absolute;
    top: 15px;
    right: 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#deal-product .owl-nav{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 31%;
    top: 40%;
}
/* #deal-product .owl-nav i{
    background: #6248FF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#deal-product .owl-nav i:hover{
  background: var(--black)
} */
.discount-off{
  clip-path: polygon(49.86% 0%, 56.195% 7.975%, 64.598% 2.221%, 68.3% 11.709%, 78.026% 8.688%, 78.768% 18.845%, 88.951% 18.826%, 86.666% 28.75%, 96.404% 31.733%, 91.295% 40.543%, 99.72% 46.264%, 92.242% 53.176%, 98.607% 61.126%, 89.422% 65.527%, 93.161% 75%, 83.088% 76.499%, 83.869% 86.652%, 73.801% 85.115%, 71.554% 95.049%, 62.387% 90.612%, 57.312% 99.442%, 49.86% 92.5%, 42.408% 99.442%, 37.333% 90.612%, 28.166% 95.049%, 25.919% 85.115%, 15.852% 86.652%, 16.632% 76.499%, 6.559% 75%, 10.298% 65.527%, 1.114% 61.126%, 7.479% 53.176%, 0% 46.264%, 8.426% 40.543%, 3.317% 31.733%, 13.054% 28.75%, 10.769% 18.826%, 20.953% 18.845%, 21.694% 8.688%, 31.42% 11.709%, 35.122% 2.221%, 43.526% 7.975%, 49.86% 0%);
  height: 150px;
  width: 150px;
  background: #6248FF;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tada 4s linear infinite;
}
.timer-dis-wrap{
    gap: 50px;
}
.deal-row .dis-offer-wrap{
  position: unset;
  opacity: 1;
}
.discount-off h4{
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    display: flex;
    color: #fff;
}
.deal-product-wrap::after{
    content: "";
    height: 0;
    border-radius: 20px 20px 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #6248FF;
    opacity: 0.2;
    transition: all 0.4s ease-in-out;
}
.deal-product-wrap:hover::after{
    height: 100%;
    border-radius: 20px;
}
/* variation product */
.custom-single-gallery .woocommerce-product-gallery__trigger{
  display: none;
}
.custom-single-gallery .flex-viewport{
      width: 80%;
}
.custom-single-gallery  .woocommerce-product-gallery__image{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--white);
        border-radius: 20px;
}
.custom-single-gallery  .woocommerce-product-gallery__image img{
  height: 485px;
  width: 100%;
  object-fit: contain;
  padding: 40px;
}
.flex-control-nav li {
    background: #fff;
    width: 110px;
    height: 110px;
        border-radius: 10px;
}
.custom-single-gallery{
    background: #F7F7FF;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.custom-single-gallery .flex-control-nav{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 10px;
    gap: 15px;
    margin: 20px;
}
.custom-single-gallery .flex-control-nav img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
}
.custom-single-gallery img.flex-active{
border-color: var(--purple);
}
.flex-control-nav li {
   list-style-type: none;
}
.variable-product-title{
  margin: 10px 0;
}
.variation-btn-wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-option input:checked + .option-text,
.custom-option input:checked ~ .option-text {
  background-color: var(--purple);
  /* color: #fff; */
}
.variable-product-wrap .woocommerce-variation-price .price{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.variable-product-wrap .woocommerce-Price-amount bdi{
  font: 700 25px / 26px var(--theme-font);
}
.variable-product-wrap del .woocommerce-Price-amount bdi{
  font: 500 15px / 20px var(--theme-font);
}
.qib-button-wrapper .quantity input.input-text.qty.text{
    border: none !important;
    background: transparent  !important;
        width: 100%;
            padding: 0 !important;
    height: 20px !important;
}
.qib-button-wrapper div.quantity.wqpmb_quantity{
      height: 20px !important;
}
.quantity-size-wrap{
    gap: 45px;
    margin-bottom: 20px;
}
.variable-product-wrap label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
/* end */

/* Default option style */
 .option-text {
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--theme-font);
    font-weight: 600;
    color: var(--white);
    background: #000000;
} 

/* For color attribute */
.color-label .option-text {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px; /* hide label text */
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Highlight selected color */
.color-label input:checked + .option-text {
  box-shadow: 0 0 0 2px #000;
}

/* Example color mappings */
.color-cream { background-color: #f3e5ab; }
.color-dark-golden { background-color: #c2881e; }
.color-black { background-color: #000; }
.color-white { background-color: #fff; border: 1px solid #ccc; }
.color-red { background-color: #f00; }
/* Add more as needed */


.color-swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    vertical-align: middle;
}
.custom-option input:checked + .color-swatch {
     border: 2px solid #000;
}
.variations td:last-child{
  display: flex !important;
  align-items: center;
}
.top-chart-size{
  background: #231F20;
    padding: 1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
     visibility: hidden;
}


td:has(> [data-attribute="size"]) .top-chart-size {
  visibility: visible;
}

.coupon-text{
  background: #F7F7FF;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

/* #trending-product .owl-stage-outer{
  padding: 0;
} */

