.banner1img{
        padding-left: 0px!important;
    padding-right: 0px!important;
}

.hero-section {

  position: relative;
  overflow: hidden;

  .hero-bg {
    width: 100%;
    object-fit: cover;
    
  }

    .hero-overlay {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      

      .upload-card {
        background-color: #000000;
            color: #ecbb60;
        padding: 30px 40px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        transition: all 0.3s ease;

        .upload-icon {
          font-size: 2.5rem;
          color: #ecbb60; 
          margin-bottom: 12px;
        }

        .upload-text {
          font-size: 24px;
          font-weight: 600;
        }
      }
    }


  &::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}
.hero-section-1 {

  position: relative;
  overflow: hidden;

  .hero-bg {
    width: 100%;
    object-fit: cover;
    
  }

    .hero-overlay {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      

      .upload-card {
        background-color: #000000;
            color: #ecbb60;
        padding: 30px 40px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        transition: all 0.3s ease;

        .upload-icon {
          font-size: 2.5rem;
          color: #ecbb60; 
          margin-bottom: 12px;
        }

        .upload-text {
          font-size: 24px;
          font-weight: 600;
        }
      }
    }


  &::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}

.promo-section {
  padding: 10px 0; 
}

.promo-section .winter-promo {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff; 
  padding: 60px; 
  border-radius: 12px;
  text-align: center;
}

.promo-section .winter-promo h2 {
  font-size: 36px; 
  margin-bottom: 8px; 
}

.promo-section .winter-promo p {
  font-size: 18px; 
  opacity: 0.9;
}


.marquee-wrap2 {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #ff9999, #ff4d4d, #cc0000); 
  padding: 10px 0;
  position: relative;
}

.marquee {
  display: block;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  animation: marqueeAnim 15s linear infinite; 
  gap: 2rem;
}

.sparkle-text2 {
  color: #fffdd0; 
  font-size: 1.5rem;
  font-weight: bold;
}

/* Animation */
@keyframes marqueeAnim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); 
  }
}


.category-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.category-card img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.category-card:hover img {
  transform: scale(1.05); 
}

/* Overlay */
.category-overlay {
  position: absolute;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  background: rgb(0 0 0 / 18%); 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0; 
  transition: opacity 0.3s ease;
  padding: 1rem;
}

.category-card:hover .category-overlay {
  opacity: 1; 
}

.category-overlay p {
  font-size: 1.2rem;
  line-height: 1.3;
}


.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); 
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-btn i {
  color: #fff; 
  font-size: 16px;
}


.carousel-btn.left {
  left: 10px; 
}

.carousel-btn.right {
  right: 10px;
}


#newCollectionScroll1 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 0 0px !important;
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}

#newCollectionScroll1::-webkit-scrollbar {
  display: none;
}

#newCollectionScroll2 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 0 50px;
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}

#newCollectionScroll2::-webkit-scrollbar {
  display: none;
}
.gender-collection{
    margin-top: 40px;
}


#bestScrollContainer{
    gap: 20px;
}

.card-w{
  width: 240px;
}

.fixed-image-size2 {
  /* width: 235px; */
  height: 260px;
  object-fit: cover; 
  display: block; 
  margin: 0 auto; 
  border-radius: 8px;
}

.fixed-image-size {
  width: 235px;
  height: 353px;
  object-fit: cover; 
  display: block; 
  margin: 0 auto; 
}

.image-container {
  position: relative;
  overflow: hidden;
}

.overlay-bottom {
  position: absolute;
  bottom: -25%; /* initially hidden below */
  left: 0;
  width: 100%;
  height: 25%; /* only 1/4th height */
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: bottom 0.3s ease-in-out;
}

.image-container:hover .overlay-bottom {
  bottom: 0;
}



.trending-row {
  display: flex;
  gap: 1rem;                 
  justify-content: center;
  flex-wrap: nowrap;        
  padding: 0 0.5rem;
}


.trending-card {
  flex: 0 0 calc(20% - 0.8rem); 
  max-width: calc(20% - 0.8rem);
  box-sizing: border-box;
}


.trending-card .card {
  border-radius: 8px;
  overflow: hidden;
}


.fixed-image-size {
  width: 100%;
  height: 280px; 
  object-fit: cover;
  display: block;
}


.image-container {
  position: relative;
  overflow: hidden;
}

.overlay-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;                 
  bottom: -25%;                
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: bottom 0.28s ease, opacity 0.28s ease;
  opacity: 0;
  padding: 0.4rem 0;
}


.image-container:hover .overlay-bottom {
  bottom: 0;
  opacity: 1;
}


.product-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}

.product-price {
  font-size: 0.85rem;
  margin: 0;
  color: #ffd700; 
}


.trending-row::-webkit-scrollbar { height: 6px; }
.trending-row::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 999px;
}

@media (max-width: 1199px) {
  .trending-card { flex: 0 0 calc(25% - 0.8rem); max-width: calc(25% - 0.8rem); } 
}
@media (max-width: 991px) {
}
@media (max-width: 575px) {
  .trending-card { flex: 0 0 calc(50% - 0.8rem); max-width: calc(50% - 0.8rem); } 
  .fixed-image-size { height: 220px; }
}


.trending-row .trending-card:last-child { margin-right: 0.5rem; }




.marquee-wrap {
  width: 100%;
  overflow: hidden;
  background: #000; 
  padding: 10px 0;
  position: relative;
}


.marquee-wrap {
  width: 100%;
  overflow: hidden;

  background: linear-gradient(90deg, #c3aaff, #ae8bff, #8f6cff);
  padding: 10px 0;
  position: relative;
}


.marquee {
  display: block;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  animation: marqueeAnim 15s linear infinite;
  gap: 4rem;
}


.sparkle-text {
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;


  background: linear-gradient(
    90deg,
    #fff8e7 0%,    
    #fefefe 20%,  
    #fff8e7 40%,
    #fefefe 60%,
    #fff8e7 80%,
    #fff8e7 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 3s linear infinite;
}


@keyframes marqueeAnim {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}


@keyframes shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}



/* header */

/* Header Base */
.main-header {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #f1f1f1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

/* Logo */
.logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ccff66;
  text-decoration: none;
  letter-spacing: 1px;
}

/* Desktop Navigation */
.desktop-nav .nav-list {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .nav-list li a {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.desktop-nav .nav-list li a:hover {
  color: #257aa6;
}

.desktop-nav .nav-list li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #257aa6;
  transition: 0.3s ease;
}
.desktop-nav .nav-list li a:hover::after {
  width: 100%;
}

/* Right Side Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-actions a {
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.header-actions a:hover {
  color: #ccff66;
}

.offer-btn {
  padding: 0.4rem 1rem;
  background: #ccff66;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.3s ease;
  text-decoration: none;
}

/* Hamburger (Mobile) */
.hamburger {
  background: none;
  border: none;
  font-size: 1.4rem;
  display: none;
  cursor: pointer;
}

/* Offcanvas Menu */
.offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  transition: 0.4s ease;
  z-index: 1000;
  padding: 1rem;
}

.offcanvas.active {
  left: 0;
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.offcanvas-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-menu li {
  margin: 1rem 0;
}

.offcanvas-menu li a {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Responsive */
@media (max-width: 992px) {
  .desktop-nav {
    display: none;
  }
  .hamburger {
    display: block;
  }
}


.header-actions {
  display: flex;
  align-items: center;
  gap: 40px; 
}

/* footer */

.main-footer {
  padding: 40px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-nav {
  text-align: center;
  margin-bottom: 30px;
}

.footer-nav a {
  color: black;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-middle {
  margin-bottom: 30px;
}

.brand-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.brand-desc {
  font-size: 14px;
  line-height: 1.6;
color: black;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-left span,
.footer-left a {
  color: black;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
}



.social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 50%;
  background: #222;
  color: white;
  transition: all 0.3s;
  text-decoration: none;
}


.social-links a:hover {
  background: #fff;
  color: #ecbb60;
  outline: 2px solid #ecbb60;
}
       .product-thumb {
  height: 70px;
  width: 70px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}
.product-thumb:hover {
  transform: scale(1.05);
  border-color: black;
}
 
.size-btn {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
}
.size-btn.active, .size-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
 
.shipping-box {
  background: #f9f9f9;
}






.modal-header {
      border-bottom: none;
    }
    .size-table th {
      background-color: #f8f9fa;
      font-weight: 600;
      text-align: center;
    }
    .size-table td {
      text-align: center;
    }
    .unit-toggle {
      float: right;
      font-size: 14px;
    }
    .unit-toggle input {
      margin-left: 8px;
    }



    
.addtocart {
  /* background: linear-gradient(120deg, #D7A659, #FBD182); */
  /* background: #ecbb60;
  border-radius: 12px;
  padding: 25px;
  color: #000;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  border: none!important;
  font-size: 14px; */
   /* background: linear-gradient(120deg, #D7A659, #FBD182); */
    background: #ecbb60;
    /* border-radius: 8px; */
    /* padding: 25px; */
    color: #000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s 
ease;
    border: none !important;
    /* font-size: 14px; */
}

.addtocart:hover {
  transform: scale(1.03);
}
.search-wrap{
  height: 32px;
}
.carousel-btn i {
color: #000 !important;
}

/*-------*/
.card-footers{
  padding: 8px 27px;
  border: 2px solid #ecbb60;
  border-radius: 12px;
}

.fixed-image-size2
 {
    /* width: 235px; */
    height: 260px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px;
}

.fix-img-style{
  border-radius: 5px !important;
}

.collection-section{background: #efefef;
    padding: 10px;
  }
.faq-card {
    /* background: linear-gradient(270deg, #ff3c3c, #ff9800, #ff3c3c); */
    background: transparent;
    border: 2px solid #fff;
    color: #FFF;
    padding: 3px 17px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.faq-card:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.toast-warning {
    background-color: #f39c12 !important;
    color: #fff !important;
}
 
.buy-now-btn{
  background-color: #ecbb60;
  color: #000;
  border: 1px solid #ecbb60;

}
/* .buy-now-btn:hover{
  background: none;
  color: #ecbb60;
  border: 1px solid #ecbb60;
} */