.toprated{
      background: white;
    position: absolute;
    bottom: 42%;
    padding: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: 3%;
    border-radius: 5px;
    color: var(--main-clr);
}

::-webkit-scrollbar html{
  display: none;
  scrollbar-width: none;
}

    


.filter{
  display: flex;
  gap: 10px;
    padding: 2% 5%;
  overflow: scroll;
}
.cate_filter{
  
    width: 100%;

    border-radius: 15px;
    margin-right: 8px;
 

}
.off img{
  display: none;
}
.title{
        position: relative;
            bottom: 20%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        /* border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px; */
}


.cate_filter p{
      font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: start;
    font-weight: 900;
    margin-left: 6%;
    color: var(--swal2-validation-message-background);
}
.cate_filter img{

     width: 192px;
    height: 243px;
    aspect-ratio: 139 / 97;
    object-fit: cover;
    object-position: top;

}
.cate_filter h5{
  color: white;
  text-align: start;
  font-weight: 700;
}

.product-box{
  display: none;
}

.banner_product{
  display: none;
}

.btn-primary {
  display: none !important;
}
.product-boxs{
  display: none;
}

.banner_products{
  display: none;
}

.banner_kids{
  display: none;
}

.product-kids{
  display: none;
}



.Category-box img{
 height: 243px;
        width: 192px;
        border-radius: 0px;
        object-fit: cover;
        object-position: top;
        border: 1px solid gray;

} */




.banner_section_middle{
  display: flex
;
    overflow: scroll;
    width: 100%;
    padding: 12px 1%;
    gap: 10px;
    margin-bottom: 20px;
    /* animation: img 1s linear infinite; */
}



/* @keyframes img {
  0%{
    transform: translateX(0);
  }
  50%{
    transform: translateX(-50px);
  }
  100%{
    transform: translateX(100px);
  }
} */

.banner_section_middle img{
   width: 100%;
    min-width: calc(100% / 3 - 60px / 3);
    min-height: 250px;
    aspect-ratio: 477 / 247;
    position: relative;
      border-radius: 10px;
    object-fit: cover;
}

.banner_images{
  display: flex;
      align-items: center;
    justify-content: flex-start;
    gap: 7px;
    overflow: scroll;
    width: 100%;
}


.card {
  position: relative;
  /* border-radius: 10px;
  overflow: hidden; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  /* background: #fff; */
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
}

.card h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
        font-family: var(--font-fm2);
}
.owl-nav {
  display: block !important;
}

.owl-nav button {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 20px;
}

@keyframes activedots {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}






/* .deal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-inline: 3%;
  margin-top: 20px;
} */

.deal-title {
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
          font-family: var(--font-fm2);
}

.countdown-box {
  background: #8a1344;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
}

.shop-link {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  text-underline-offset: 7px;
}

.categray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 5%;
  margin-top: 20px;
}

.cat-divded {
  font-weight: 800;
  font-size: 40px;
}





.container {
  /* margin: 70px auto; */
  padding: 0 2%;
  /* 👈 Reduced left/right padding */
  margin-bottom: 60px;
}

/* Header */
.home_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 24px; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  padding: 10px;
  flex-wrap: wrap;
  row-gap: 20px;
      padding-block: 3%;
  /* display: none; */
}

.home_header h2 {
  font-size: 30px;
  font-weight: 400;
  /* line-height: 1.36em; */
          font-family: var(--font-fm2);
}

.underline-link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.underline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background-color: #000;
  transition: width 0.4s ease-out;
}

.underline-link:hover::after {
  width: 100%;
}


.categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 9px;
  row-gap: 20px;
  padding: 40px 0 10px;
  margin-left: -13px;
  max-height: 230px;
  overflow-y: auto;
}


.categories.expanded {
  max-height: 1000px; 
}

/* Each category item */
.category-item {
  width: 160px;
  min-width: 160px;
  padding: 0 13px;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 0.5rem;
}

.category-item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.category-item img:hover {
  transform: scale(1.1);
  /* Smooth zoom-in */
}

.category-item p {
  margin-top: 10px;
  font-size: 15px;
          font-family: var(--font-fm2);
  color: #333;
}















.icon-container {

  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  opacity: 0;
  flex-direction: column;
  transition: opacity 0.3s ease;
}





.product:hover .icon-container {
  opacity: 1;
}

.icon-container i {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s;
}

.icon-container i:hover {
  background: #8a1344;

}


/* top text cateries section  */

.tabs-container {
padding-inline: 5%;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    /* border-bottom: 1px solid #eee; */
    flex-wrap: wrap;
    row-gap: 15px;
    width: 100%;
}

.tabs-container h2 {
  margin-right: auto;
  font-size: 30px;
  font-weight: 400;
          font-family: var(--font-fm2);
}

.tabs {
  display: flex;
  gap: 20px;
          font-family: var(--font-fm2);
          width: 100%;
}

.tab {
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
  color: #555;
  line-height: 22px;
}

.tab.active {
  color: black;
}

.tab:hover {
  color: black;
}

/* .tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: black;
} */

.tab::after {
  content: '';
  width: 0;
  transform: translateX(0);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  /* background-color: #000; */
  transition: all 0.45s ease-in-out;
}


.tab.active::after {
  transform: translateX(1);
  width: 100%;
}




/* 2 .categray section css  */


.custom-card-container {
  max-width: 100%;
  /* margin: 85px auto 40px; */
  display: flex;
  gap: 30px;
  padding: 0 5%;
}

.custom-card {
  position: relative;
  width: 100%;
  /* flex: 1; */
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.1);
  height: 240px;
}

.custom-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.custom-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.custom-card-price {
  color: #f45a3b;
  font-weight: bold;
  font-size: 18px;
}

.custom-card-old-price {
  text-decoration: line-through;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}

.custom-card-title {
  font-size: 24px;
  color: #000;
  margin: 10px 0;
  font-weight: 500;
}

.custom-card-link {
  text-decoration: underline;
  color: #000;
  font-size: 22px;
  margin-top: 10px;
  text-underline-offset: 5px;
  font-weight: 800;
}

.owl-carousel img{
      height: 40vw;
    width: -webkit-fill-available;
    /* padding: 1px 1%; */
    border-radius: 20px;

}



.owl-carousel .owl-item img {
    display: block;
    width: -webkit-fill-available;
    object-fit: cover;
    object-position: top;
}


.Collection_name{
  padding-block: 2%;
  padding-inline: 2%;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .custom-card-container {
    flex-direction: column;
          margin-top: 10px;
          padding: 0px 3%;
  }
.deal-title{
         font-size: var(--txt-font-mobile);
        font-weight: 600;
        display: flex;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: end;
}

.off{
  width: 46%;
    /* height: 70px; */
    display: flex;
    flex-direction: column-reverse;
    margin-top: -38px;
}

.off img{
  height: 79px;
  display: block;
}

/*  */

  .custom-card {
    height: 250px;
            border-radius: 10px;
  }
.card img{
  height: unset;
}
  .custom-card-img {
    object-fit: fill;
    transform: scale(1.4);
  }

  .owl-carousel img{
               height: 125vw;
        /* padding: 0px 2%; */
        object-fit: cover;
        object-position: top;
  }
/* 
  .owl-carousel .item {
    padding: 0px 2%;
} */
}











/* shop categray  */
.shop_category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding-inline: 2%;
  flex-wrap: wrap;
    /* animation: scroll 2s  infinite linear; */
}

  @keyframes scroll {
    0%{
      transform: translateX(-100px);
    }
    
    100%{
transform: translateX(100px);
    }
  }

.shop2 {

  width: calc(100%/3 - 60px/3);
  min-width: calc(100%/3 - 60px/3);
  min-height: 250px;
  aspect-ratio: 400/250;
  /* width: 400px;
  height: 250px;
  margin-top: 20px; */
  position: relative;
}

.shop2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}

.shop2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease-in-out;
}

.shop2-content:hover+.shop2-img img {
  transform: scale(1.2);
}




.shop2-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
          font-family: var(--font-fm2);
}

.shop2-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
          font-family: var(--font-fm2);
}


.shop2-text h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.shop2-text h2 {
  color: #8a1344;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  width: fit-content;
  padding-inline: 2%;
  border-radius: 8px;
  border: 1px solid #8a1344;
  background-color: #ffffff8d;
  filter: blur(0.4px);
          font-family: var(--font-fm2);
}

.dark h1 {
  color: #000;
  font-size: 30px;
}




.img-text {
  height: 45px;
}

.img-text a {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  transition: transform .3s ease-in-out;

}

.shop2-content:hover>.img-text a {
  transform: scale(1.13);
}

.dark a {
  background-color: #000;
  color: #fff;
}




/* .shop2 {
  position: relative;
  width: fit-content;
} */

/* .shop2 a {
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: white;
  text-decoration: none;
  width: 150px;
  height: 60px;
  font-size: 20px;
  color: black;
  text-align: center;
  border-radius: 10px;
  padding-top: 20px;
} */
/* 
.shop2 h1 {
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
  top: 50px;
  width: 150px;
  height: 60px;
  font-size: 20px;
  color: black;
  color: #fff;
}

.shop2 h2 {
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
  top: 90px;
  width: 150px;
  height: 60px;
  font-size: 17px;
  color: #fff;
} */

.black h1 {
  color: #000;
}

.b {
  color: #000;
}


@media (width <=768px) {
  .shop_category {
            flex-direction: row;
        padding-block: 5%;
        overflow: scroll;
        flex-wrap: nowrap;
                justify-content: flex-start;
  }
  .Collection_name {
    padding-block: 5%;
    padding-inline: 5%;
    /* font-family: var(--font-fm2); */
   font-size: var(--txt-font-mobile);
  font-weight: var(--txt-weight-mobile);
}

}


/* = product section style start here ==== */

.product-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-inline: 5%;
}

.product {
  width: calc(100%/5 - 80px/5);
  min-width: calc(100%/5 - 80px/5);
}



.product-relative h1 {
    padding-block: 2%;
    padding-inline: 5%;
    font-size: 30px;
    font-weight: 400;
        font-family: var(--font-fm2);
}


.product {
  position: relative;
  background: #fff;

  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.product:hover {
  transform: translateY(0px);
}



.product img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  margin-bottom: 10px;
  object-fit: cover;
  cursor: pointer;
  aspect-ratio: 244/325;

}



.discount-price {
  color: #018C20;
    font-size: 8px;
    font-weight: 900;
}


.product:hover .icon-container {
  opacity: 1;
  /* transform: translateX(0); */
  pointer-events: auto;
}

.icon-with-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 40px;
}

.icon-with-label i {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}

.icon-with-label i:hover {
  background-color: #8a1344;
  color: white;
  transform: scale(1.1);
}

.icon-with-label.active i {
  background-color: #8a1344;
  color: white;
  transform: scale(1.1);
}



.icon-label {
  position: absolute;
  right: 100%;
  margin-right: 8px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.icon-with-label:hover .icon-label {
  opacity: 1;
  transform: translateX(0);
}

.add-to-cart {
  padding: 10px 16px;
  background: white;
  /* Default is white */
  color: transparent;
  /* Hide text initially */
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;

  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* On hover of entire product */
.product:hover .add-to-cart {
  background-color: #8a1344;
  /* Icon hover color */
  color: white;
  /* Show text */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  border: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
      width: 100%;
}

/* Star Ratings ke liye CSS */
.star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #facc15;
  /* Tailwind ka yellow-400 */
  font-size: 0.7rem;
}



@media(width < 768px) {
  .product-section {
    gap: 20px;
  }

  .product {
    width: calc(100%/2 - 40px/2);
    min-width: calc(100%/2 - 40px/2);
  }
}





/* = product section style end here ==== */






.bd-top-header {
  background: #944c13;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

.bd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.bd-logo img {
  height: 40px;
}

.bd-menu {
  display: flex;
  gap: 20px;
  font-weight: bold;
}

/* // */
.bd-icons {
  display: flex;
  gap: 15px;
}


/* // */
.bd-icon-btn {
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

/* // */
.bd-icon-badge {
  position: absolute;
  top: -8px;
  right: -3px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  padding: 2px 5px;
}

/* Cart Drawer */
.bd-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.bd-cart-item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.bd-cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
}

.bd-cart-item h4 {
  margin-bottom: 5px;
          font-family: var(--font-fm2);
}

.bd-cart-item p {
  margin-bottom: 5px;
  color: #555;
          font-family: var(--font-fm2);
}

.bd-cart-item div {
  display: flex;
  align-items: center;
}

.bd-cart-item button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 3px;
}

.bd-cart-item a {
  color: red;
  margin-left: 0px;
  cursor: pointer;
  text-decoration: none;
          font-family: var(--font-fm2);
}

.bd-empty-cart-img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 20px auto;
}

.bd-cart-btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}




/* oppsinal css cart cheakout  */
.bd-cart-footer {
  border-top: 1px solid #eee;
  padding: 16px;
  background-color: #fff;
}

.bd-cart-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  text-align: center;
}

.bd-cart-option {
  flex: 1;
  color: #999;
  font-size: 14px;
}

.bd-cart-option i {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.bd-cart-summary .bd-cart-line {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  font-size: 14px;
}

.bd-cart-summary .bd-cart-total {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.bd-cart-btn-checkout {
  width: 100%;
  padding: 12px;
  background-color: #8a1344;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 12px 0;
  cursor: pointer;
}

.bd-view-cart {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: underline;
  font-size: 14px;
}



.bd-cart-footer {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
}

.bd-cart-footer i {
  margin-right: 8px;
}

.bd-cart-note,
.bd-cart-shipping,
.bd-cart-coupon {
  margin: 8px 0;
  font-size: 14px;
}

.bd-cart-summary {
  margin: 10px 0;
}

.bd-cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}

.bd-cart-buttons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}


/* viewcar css  */



/* responsive */
/* product  */



/* owl careaswell  */

/* slider-responsive.css */
.slider-container {
  padding: 0 10px;
  /* margin-top: 146px; */
}

.card {
  /* background: #fff; */
/* border-bottom: 5px solid var(--btn-bg-color); */
  text-align: center;
  border-radius: 20px;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card h2 {
  margin: 10px 0;
  font-size: 1rem;
          font-family: var(--font-fm2);
}


.slider-container .owl-prev,
.slider-container .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid #8a1344fc !important;
  background: rgba(241, 108, 57, 0.31) !important;
  color: #fff !important;
  font-size: 20px !important;
  position: absolute;
  top: calc(50% - 45px);
  transition: all 0.1s ease-in;
}



.slider-container .owl-next {
  right: 2%;
}

.slider-container .owl-prev {
  left: 2%;
}

.slider-container .owl-prev:hover,
.slider-container .owl-next:hover {
  background-color: #8a1344 !important;
  color: #fff !important;
  transform: scale(1.12);
}


.page-scroll-up {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #8a1344;
  position: fixed;
  bottom: 5%;
  right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateY(200%);
  font-size: 20px;
  cursor: pointer;
  transition: transform .3s ease-in-out;
  z-index: 767;
}

.page-scroll-up.show {
  transform: translateY(0);
}

.shopby_other{
  padding-inline: 5%;
  /* margin-top: 20px; */
}


.shopby_other h4{
      font-size: 30px;
    font-weight: 700;
            font-family: var(--font-fm2);
}

.shop_cate_box{
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom , #8a1345ab , white);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    height: 20vw;
    cursor: pointer;
}


.shop_cate_box h5{
   position: relative;
    /* margin-top: 34px; */
    top: -28%;
    font-size: 20px;
            font-family: var(--font-fm2);
            padding: 2% 0%;
}

.shop_cate{
  display: flex;
  align-items: center;
  gap: 20px;
      padding-block: 2%;
}

.shopby_other .shop_cate_box img{
  height: 23vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fliter_section{
      display: flex
;
    gap: 23px;
    align-items: center;
    padding-block: 2%;
        padding-inline: 5%;
            /* justify-content: center; */

}
.filter_box{
      
background: radial-gradient(white, #8a1344);
    padding: 36px;   
    display: flex
;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.budgets_text{
   /* padding-block: 2%; */
        padding-inline: 5%;
            font-size: 30px;
    font-weight: 400;
            font-family: var(--font-fm2);
}

.filter_box h4{
  color: brown;
    font-weight: 900;
            font-family: var(--font-fm2);
            width: max-content;
}

@media (max-width: 1080px) {

.fliter_section{
  justify-content: flex-start;
  /* gap: 15px; */
  padding-inline: 3%;
        margin-bottom: 20px;
}

.budgets_text{
  font-size: var(--txt-font-mobile);
  font-weight: var(--txt-weight-mobile);
          font-family: var(--font-fm2);
          padding: 5%;
}


.filter{
  display: flex;
    gap: 10px;
    padding: 2% 5%;
    /* height: 31%; */
    overflow: scroll;
    margin-bottom: -57px;
}

.filter_box{
      
background: radial-gradient(white, #8a1344);
    padding: calc(4% + 3.5vw);   
    display: flex
;
overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .add-to-cart {
    transform: translateY(0);
    opacity: 1;
    background-color: #8a1344;
    color: #fff;
  }

  .product {
    width: calc(100% / 4 - 60px / 4);
    min-width: calc(100% / 4 - 60px / 4);
  }

.title{
            position: relative;
        top: -61px;
        background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 4%));
        /* border-bottom-left-radius: 9px; */
        /* border-bottom-right-radius: 9px;*/
}





/* .image_overlay{
      background: #00000014;
    padding: 23px;
    position: relative;
    bottom: 25%;
    border-radius: 10px;

} */

  .header {

          padding-inline: 2%;
    padding-block: 1%;
    /* margin-top: 15px; */

            padding-inline: 3%;
        padding-block: 1%;
      /* margin-top: 15px; */
      /* background: red; */

  }

  .categories {
    padding-inline: calc(5% - 20px);
  }
.banner_product{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_product button{
         position: relative;
        bottom: 80px;
        padding: 7px;
        /* background: black; */
        color: white;
        width: 83px;
        border-radius: 7px;
        border: 1px solid black;
}
  .products .img{
      height: 178px;
        width: 124px;
        object-fit: cover;
        border-radius: 9px;
        position: relative;
        border: 1px solid gray;
  }

  .product-box{
               display: flex;
        gap: 10px;
        overflow: scroll;
        position: relative;
          background: linear-gradient(to bottom, rgb(166 146 82), rgb(255 255 255 / 76%));
        bottom: 62px;
        margin-bottom: -51px;
        justify-content: flex-start;
        padding: 0px 10px;
        height: fit-content;
        overflow-y: hidden;
        height: fit-content;
  }

  .label-img{
         position: absolute;
        /* left: 7%; */
        margin-left: -109px;
        width: 23px;
        /* bottom: 227%; */
        top: 0%;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        height: 36px;
  }

#today-best-deal-section{
  background: url('/assets/images/blue\ bg.png');
   background-repeat: no-repeat;
        padding: 10px 0px;
        background-size: cover;
        background-position: bottom;
}


   .product-kids{
        display: flex;
        gap: 10px;
        overflow: scroll;
        position: relative;
        background: linear-gradient(to top, rgb(212 210 195), rgb(86 76 76));
        bottom: 62px;
        margin-bottom: -51px;
        justify-content: flex-start;
        padding: 0px 10px;
        height: fit-content;
        overflow-y: hidden;
        height: fit-content;
    }

  .products{

        height: 100%;
        /* height: 23px; */

  }

  .product-boxs{
          display: flex;
        gap: 10px;
        overflow: scroll;
        position: relative;
        background: linear-gradient(to top, rgb(171 169 162 / 23%), rgb(247 239 239));
        bottom: 62px;
        margin-bottom: -51px;
        justify-content: flex-start;
        padding: 0px 10px;
        height: fit-content;
        overflow-y: hidden;
        height: fit-content;
    }

     .products .p-name{
      position: absolute;
    bottom: 2%;
    display: -webkit-box;
    overflow: hidden;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 124px;
    border-radius: 9px;
    padding: 4px 1%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }
  .shop2 {

    width: 100%;
    min-width: 96%;
    height: 240px;
    min-height: 240px;
    /* animation: scroll 2s  infinite linear; */

  }
  .shop2-content {
    padding: 15px;
  }
.slider-container {
    padding: 0 10px;
    margin-top: 12px;
}


.owl-carousel .owl-item img{
      height: 100vw;
}

.toprated{
  bottom: 32%;
          font-size: 12px;
}

}




@media (max-width: 820px) {
  .category-item {
    width: calc(100% / 4 - 90px / 4);
    min-width: calc(100% / 4 - 90px / 4);
  }

 


}


@media (max-width: 768px) {

  .page-scroll-up {
    bottom: 10%;
  }


  
  /* .tabs::-webkit-scrollbar { 
    height: 3px;
  }


  .tabs::-webkit-scrollbar-track {
    height: 3px;
    background-color: red;
  }

  .tabs::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: blue;
  } */




  .tab {
            padding: 11px 13px;
        /* padding-inline-end: 12px; */
        border-bottom: 2px solid transparent;
        cursor: pointer;
        border-radius: 22px;
        white-space: nowrap;
        border: 1px solid var(--btn-bg-color);
  }

  .tab.active {
                padding: 11px 13px;
        /* padding-inline-end: 12px; */
        border-bottom: 2px solid transparent;
        cursor: pointer;
        border-radius: 22px;
        white-space: nowrap;
        border: 1px solid var(--btn-bg-color);
        background-color: var(--btn-bg-color);
        color: white;
  }





  .price-container {
       display: flex;
        justify-content: flex-start;
        gap: 6px;
        font-size: var(--txt-font-mobile);
        /* margin-top: 10px; */
        flex-direction: column;
        align-items: flex-start;
                padding-block: 5%;

    color: #fff;

    font-size: 12px;
    
            font-family: var(--font-fm2);
    border-radius: 4px;
  }

  .price-container {
         display: flex
;
        justify-content: space-between;
        gap: 6px;
        font-size: var(--txt-font-mobile);
        /* margin-top: 10px; */
        flex-wrap: nowrap;

  }

  .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 9px;
            font-family: var(--font-fm2);
  }

  .new-price {
           font-weight: bold;
        color: black;
        font-size: 10px;
        font-weight: 800;
        font-family: var(--font-fm2);
  }

  .icon-container {
    display: flex;
    justify-content: space-between;
    /* margin-top: 15px; */
    opacity: 1;
            font-family: var(--font-fm2);

  }

  .icon-with-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #333;
            font-family: var(--font-fm2);
  }



  .add-to-cart {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background: #8a1344;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .categories {
    gap: 10px;
    row-gap: 20px;
    margin-left: 0;
  }

  

  .category-item {
    width: calc(100% / 2 - 20px / 2);
    min-width: calc(100% / 2 - 20px / 2);
  }

  .deal-header {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }

  .deal-header-content {
    justify-content: space-between;
    width: 100%;
    /* flex-wrap: wrap; */
    row-gap: 20px;
  }

  .card img{
        display: block;
    width: 100%;
    border-radius: 0px;
    /* padding: 1px 1%; */
    object-fit: fill;
        object-position: top;
        height: auto;
  }

   



     

      .Category-box a h1{
    font-size: 60px;
  font-weight: 900;
  font-family: var(--font-fm2);
  background: linear-gradient(180deg, rgba(255,255,255,0.69) 0%, rgba(153,153,153,0.69) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
        filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
        height: 63px;
      }


     

      .Category-box a h1{
        font-size: 60px;
        font-weight: 800;
        font-family: var(--font-fm2);
        line-height: 100%;
      background: gray;
  -webkit-background-clip: text;
  color: transparent;


  text-shadow: 
    0px 4px 10px rgba(0,0,0,0.2),
    0px -2px 5px rgba(255,255,255,0.8);
  



      }
}

@media (max-width: 480px) {
  .card h2 {
    font-size: .9rem;
  }


  .banner_section_middle img{
    aspect-ratio: 262/140;
    width: 100%;
    height: max-content;
    min-width: unset;
    object-fit: cover;
    object-position: center;
    max-height: 89vw;
    border-radius: 6%;
}

  .countdown-box{
        background: #8a1344;
    color: white;
    padding: 5px 17px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
  }
.shopby_other h4{
          font-size: var(--txt-font-mobile);
        font-weight: var(--txt-weight-mobile);
                font-family: var(--font-fm2);
                padding:  2% 0%;
}

  .shop_cate_box h5{
      margin-top: 97px;
        font-size: var(--txt-font-mobile);
        font-weight: var(--txt-weight-mobile);
        text-align: center;
                font-family: var(--font-fm2);
        top: unset;
        position: absolute;
      
  }
.shopby_other .shop_cate_box img {
    height: 33vw;
  }

  .shop_cate_box{
        margin-bottom: 34px;
  }

    .owl-prev {
    display: none !important;
  }

  .owl-next{
    display: none !important;
  }
}


/*my search bar*/

    #search-results {
      max-width: 1100px;
      margin: 18px auto;
      padding: 12px;
      box-sizing: border-box;
      display: none;
    }

    /* Product card — responsive single-row list */
    .product-card {
      display: flex;
      gap: 12px;
      align-items: center;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 10px;
      padding: 10px;
      margin-bottom: 12px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.03);
      transition: transform .12s ease, box-shadow .12s ease;
    }
    .product-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    }

    /* Thumbnail */
    .product-thumb {
      width: 72px;            /* small image */
      height: 72px;
      flex: 0 0 72px;
      border-radius: 8px;
      overflow: hidden;
      background: #f7f7f7;
      display: grid;
      place-items: center;
    }
    .product-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Info - grows to fill */
    .product-info {
      flex: 1 1 auto;
      min-width: 0; /* allow text truncation */
    }
    .product-title {
      margin: 0 0 6px 0;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 600;
      color: #111;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .product-meta {
      margin: 0;
      font-size: 13px;
      color: #666;
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .product-price {
      font-weight: 700;
      color: #0b7a4a;
      margin-left: 6px;
    }

    /* Action area */
    .product-actions {
      display: flex;
      flex-direction: column;
      gap: 6px;
      align-items: flex-end;
      margin-left: 12px;
    }
    .btn {
      background: #0b79ff;
      color: white;
      border: none;
      padding: 8px 10px;
      border-radius: 8px;
      font-size: 13px;
      cursor: pointer;
      white-space: nowrap;
    }
    .btn.secondary {
      background: transparent;
      color: #0b79ff;
      border: 1px solid #cfe0ff;
      padding: 7px 9px;
    }

    /* Small screens - stack neatly */
    @media (max-width: 640px) {
      .product-card {
        gap: 10px;
        padding: 10px;
      }
      .product-actions {
        align-items: stretch;
        margin-left: 0;
      }
      .product-card {
        flex-direction: row;
      }
      .product-title {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .product-meta {
        flex-wrap: wrap;
      }

   

  }

  
    
    /*my search bar*/

.search-container {
  position: relative;
}

.search-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;   /* default for large screens */
  max-height: 220px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Tablets */
@media (max-width: 992px) {
  .search-popup {
    width: 60%;   /* wider on tablets */
  }
  #toggleCategoriesBtn:hover {
  border: none;
  font-size: 16px;
  }
}

/* Mobiles */
@media (max-width: 576px) {
  .search-popup {
    width: 90%;   /* almost full width */
    left: 5%;     /* center it */
    right: 5%;
  }
  #slider-img {
    margin-top: unset;
  }

  .shop_cate {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-block: 2%;
    margin-bottom: 20px;
}

.search-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-popup li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-popup li:hover {
  background-color: #f0f0f0;
}
}


@media (max-width: 820px) {
    /* Scrollable categories */
.categories {
  display: flex;
   justify-content: space-between;
  padding: 40px 0 10px;
  margin-left: -13px;
  flex-wrap: wrap;
max-height: 230px;
  overflow: hidden;
  overflow-y: auto;
}
}










#toggleCategoriesBtn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background-color: #8a1344;
  color: #fff;
  font-size: 20px;
  font-family: Work Sans-Serif;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

#toggleCategoriesBtn:hover {
  background-color: #333;
}

@media screen and (max-width: 360px) {
  .tabs{
               /* margin-top: calc(-34px - 4vh); */
  }
}


