
    body {
      margin: 0;
       font-family: "Lora", serif;
    }
a{
  text-decoration:none;
}
    /* Top Banner */
    /* Top Banner */
.top-banner {
  background: #f5e7e7;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 35px;
  display: flex;
  align-items: center;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 39s linear infinite;
}

.marquee span {
  font-size: 14px;
  color: #5a1d1d;
  font-weight: 500;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

    /* Header */
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      background: #fff;
      border-bottom: 1px solid #ddd;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    /* Logo */
    .logo img {
      height: 40px;
    }

    /* Search bar */
    .search-bar {
      flex: 1;
      margin: 0 20px;
      display: flex;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 25px;
      padding: 5px 10px;
      background: #f8f8f8;
    }
    .search-bar input {
      border: none;
      outline: none;
      flex: 1;
      padding: 8px;
      background: transparent;
    }
    .search-bar i {
      color: #5a1d1d;
      margin: 0 5px;
      cursor: pointer;
    }

    /* Icons on right */
    .header-icons {
      display: flex;
      gap: 15px;
    }
    .header-icons i {
      font-size: 18px;
      cursor: pointer;
      color: #5a1d1d;
    }

    /* Navigation */
    .nav {
      display: flex;
      justify-content: center;
      background: #fff;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      flex-wrap: wrap;
    }
    .nav a {
      margin: 5px 10px;
      text-decoration: none;
      color: #5a1d1d;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .nav a i {
      font-size: 16px;
    }

    /* Navigation */
    .nav {
      display: flex;
      justify-content: center;
      background: #fff;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
    }

    .nav-item {
      position: relative;
      margin: 0 1px;
    }

    .nav-item > a {
      text-decoration: none;
      color: #5a1d1d;
      font-size: 14px;
      font-weight: 500;
      padding: 8px 5px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* Mega Menu */
      .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* left: -305px; */
  width: 1100px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  padding: 25px;
  z-index: 1000;
  border-top: 2px solid #d51b5b;
  justify-content: space-between;
}


.nav-item:hover .mega-menu {
  display: flex;
}

.mega-col {
  flex: 1;
  padding: 0 25px;
  border-right: 1px solid #eee;
}

.mega-col:last-child {
  border-right: none;
}

.mega-col h3 {
  font-size: 15px;
  font-weight: 600;
  color: #5a1d1d;
  border-bottom: 1px solid #f1d6d6;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-col ul li {
  margin: 8px 0;
  font-size: 14px;
  color: #5a1d1d;
  cursor: pointer;
}
.mega-col ul li img{
  width: 18px;
  height: 17px;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
}

.category-list a {
  text-decoration: none;
  color: #5a1d1d;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-list a img {
  width: 28px;
  height: 28px;
}

.promo img {
  width: 220px;
  border-radius: 8px;
  margin-top: 20px;
}

.mega-Earrings{
left: -305px;

}
.mega-Pendants{
left:-424px;

}
.mega-Gold{
left:-456px;

}
.mega-Diamond{
left:-623px;

}
.mega-Rings{
left:-636px;

}
.mega-morejewellery {
 
  gap: 30px;
  background: #fff;
  padding: 20px 40px;
  position: absolute;
  top: 100%;
  left: -217px;
  width: 1200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-top: 2px solid #d51b5b;
}
/*.mega-morejewellery {
  width: 1150px;
  left: -836px; /* adjust based on nav alignment 
  padding: 15px;
}*/

.mega-morejewellery .mega-col {
  flex: 1;
  /* padding: 0 30px;
  border-right: 1px solid #eee; */
}

.mega-morejewellery .silver-col {
  flex: 3; /* or flex: 2 for even wider */
   padding: 20px 2px;
}


.mega-morejewellery .mega-col:last-child {
  border-right: none;
}

.mega-morejewellery h3 {
  font-size: 15px;
  font-weight: 600;
  color: #5a1d1d;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1d6d6;
  display: inline-block;
  padding-bottom: 4px;
}

.mega-morejewellery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-morejewellery ul li {
  font-size: 14px;
  color: #5a1d1d;
  margin: 6px 0;
  cursor: pointer;
}

.mega-morejewellery .category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
}

.mega-morejewellery .category-list a {
  text-decoration: none;
  color: #5a1d1d;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.mega-morejewellery .category-list a img {
  width: 29px;
  height: 29px;
}

/* gift mega menu*/

.mega-gifting {
  /* display: flex; */
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  padding: 20px 40px;
  position: absolute;
  top: 100%;
  left: -868px;
  width: 1250px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-top: 2px solid #d51b5b;
  z-index: 1000;
}

.mega-gifting .gift-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex: 1;
  min-width: 280px;
}

.mega-gifting .gift-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.mega-gifting .gift-card:hover img {
  transform: scale(1.05);
}

.mega-gifting .gift-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  max-width: 80%;
}

.mega-gifting .gift-text h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
}

.mega-gifting .btn-shop {
  background: #d51b5b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.3s;
}

.mega-gifting .btn-shop:hover {
  background: #b3154d;
}





    /* Responsive */
    .menu-toggle {
      display: none;
      font-size: 22px;
      cursor: pointer;
      color: #5a1d1d;
    }

    @media (max-width: 992px) {
      .search-bar {
        margin: 0 10px;
      }
      .nav {
        display: none;
        flex-direction: column;
        text-align: center;
      }
      .nav.show {
        display: flex;
      }
      .menu-toggle {
        display: block;
      }
    }

    /* start hero slider section */

 /* slider bsnner */

 .carousel-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
    height:85vh;
}

.carousel img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.caption {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 1.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#button {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 100;
    transform: translateY(-50%);
}

#button.prev {
    left: -3px;
}

#button.next {
    right: -3px;
}

#button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .caption {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .caption {
        font-size: 1rem;
    }
}
/* banner video  */

.video-background {
  position: relative;
  /*height: 100vh;  Full screen height */
  width: 100%;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(70%); /* Optional: darken video for readability */
}
    /* end hero slider section */

   /* start jwellary collection section */

        /* ==========================
       SECTION LAYOUT
    ========================== */
    .collection-section {
      display: flex;
      align-items: stretch;
      justify-content: center;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin: 40px auto;
      max-width: 1300px;
      /* height: 450px; */
    }

    /* ==========================
       LEFT IMAGE SECTION
    ========================== */
    .collection-left {
      flex: 1.4; /* Bigger width for left image */
      background: url("https://www.zoya.in/dw/image/v2/BKCK_PRD/on/demandware.static/-/Sites-Zoya-Library/default/dw4715bc30/Gifting%20%E2%80%93%202.jpg") center/cover no-repeat;
      position: relative;
    }

    /* .collection-left::after {
      content: "NEW COLLECTION";
      position: absolute;
      top: 25px;
      right: 25px;
      background: #a64bf4;
      color: #fff;
      padding: 8px 14px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 600;
    } */

    /* ==========================
       RIGHT CAROUSEL SECTION
    ========================== */
    .collection-right {
      flex: 1;
      /* background: linear-gradient(180deg, #f5eaff, #ffffff); */
      background:linear-gradient(180deg, #dcb7af 0%, #FFFFFF 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* padding: 25px 20px; */
      position: relative;
    }

    .carousel-container-collection {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 617px;
      gap: 5px;
    }

    .carousel-track {
      display: flex;
      overflow: hidden;
      width: 94%;
      scroll-behavior: smooth;
    }

    .card-collection {
      min-width: 147px;
      /* background: #fff; */
      border-radius: 12px;
      /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
      text-align: center;
      padding: 15px;
      margin: 0 10px;
    }

    .card-collection img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 10px;
    }

    .card-collection h4 {
      font-size: 12px;
      color: #707070;
      margin-bottom: 6px;
    }

    .card-collection p {
      color: #8f3666;
      font-weight: 600;
    }

    /* ==========================
       BUTTON STYLES
    ========================== */
    .btn {
      background: #bf9543e0;
      border: none;
      color: white;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }

    .btn:hover {
      background: #c7a25aab;
    }

    .view-btn {
      /* margin-top: 25px; */
      background: #8e3465;
      color: #fff;
      padding: 10px 22px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 600;
      transition: 0.3s;
    }

    .view-btn:hover {
      background: #5e2443;
    }

    @media (max-width: 900px) {
      .collection-section {
        flex-direction: column;
        height: auto;
      }

      .collection-left {
        width: 100%;
        height: 250px;
      }

      .collection-right {
        padding: 20px;
      }
    }
    .newadd{
        display: flex;
         justify-content: center;
         gap: 309px;
         margin: 4px;
    }
    .btnprenext{
        display: flex;
         justify-content: center;
          gap: 10px;
        
    }
    /* .view{

    } */

   /* end jweallary collection  section */


   /* start SHOP BY CATEGORY */
        /* ===== Section Wrapper ===== */
    .category-section {
      text-align: center;
      padding: 0px 40px;
      background: #fff;
    }

    /* .category-section h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #2e2e2e;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
    } */

    .category-section h2 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #832729;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
      padding-top: 36px; /* space for the ::before icon */
    }

    /* Diamond icons over the heading */
    /* .category-section h2::before{
      content: "💎";
      font-size: 18px;
      color: #c2872a;
      position: absolute;
      top: -30px;
    } */
   
    .category-section h2::before {
      content: "";
      position: absolute;
      top: -22px; /* position above the text */
      left: 50%;
      transform: translateX(72%);
      width: 113px; /* set your width */
      height: 80px; /* set your height */
      background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
   
    .category-section h2::before {
      left: -25px;
    }
    .category-section h2::after {
      right: -25px;
    }

    .category-section p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }

    /* ===== Grid Layout ===== */
    .category-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 20px;
      max-width: 1300px;
      margin: 0 auto;
    }

    /* ===== Category Card ===== */
    .category-card {
      text-align: center;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      /* background: #f8f8f8; */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    /* .category-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    } */

    .image-slider {
      width: 100%;
      height: 180px;
      overflow: hidden;
      position: relative;
      border-radius: 10px;
    }

    .image-slider img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 100%;
      opacity: 0;
      transition: all 1s ease;
    }

    .image-slider img.active {
      left: 0;
      opacity: 1;
    }

    .image-slider img.prev {
      left: -100%;
    }

    .category-card h3 {
      /* margin-top: 15px; */
      font-size: 16px;
      color: #222;
      font-weight: 500;
      position: relative;
      /* padding-top: 15px; */
    }

    /* .category-card h3::before {
      content: "💍";
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 18px;
      color: #c2872a;
    } */

    @media (max-width: 768px) {
      .category-section {
        padding: 40px 20px;
      }

      .image-slider img {
        height: 180px;
      }
    }
    /* ---- Centered Button ---- */
    .view-all-btn {
      display: inline-block;
      margin-top: 5px;
      padding: 8px 84px;
      border: 1.5px solid #8d3464;
      color: #8d3464;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      /* border-radius: 6px; */
      transition: all 0.3s ease;
    }

    .view-all-btn:hover {
      background: #8d3464;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(192, 3, 51, 0.2);
    }

   /* end SHOP BY CATEGORY */

  /* diamond section start */


   .diamond-section {
      padding: 50px 5%;
      text-align: center;
    }

    
    .diamond-section h3 {
        font-size: 22px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #832729;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
      padding-top: 36px;
    }

    .diamond-section h3::before {
      content: "";
      position: absolute;
      top: -22px; /* position above the text */
      left: 50%;
      transform: translateX(72%);
      width: 113px; /* set your width */
      height: 80px; /* set your height */
      background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

     .diamond-section h3::before {
      left: -25px;
    }
    .diamond-section h3::after {
      right: -25px;
    }

    .diamond-section p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }

    /* Main Grid: 2 equal columns */
    .diamond-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      height: 600px; /* You can adjust height as per your design */
    }

     /* Ensure all containers hide overflow for zoom effect */
    .left-column,
    .right-top,
    .right-bottom div {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    /* Left Full Image */
    .left-column img {
         /* Left Full Image */
    
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    /* Right Column Grid */
    .right-column {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 15px;
    }

    /* Top Image in Right Column */
    .right-top img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    /* Bottom Row: 3 equal small columns */
    .right-bottom {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }

    .right-bottom  img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;  
    }

   

       /* === ZOOM EFFECT INSIDE DIV === */
    .left-column:hover img,
    .right-top:hover img,
    .right-bottom div:hover img {
      transform: scale(1.1);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .diamond-grid {
        grid-template-columns: 1fr;
        height: auto;
      }

      .right-column {
        grid-template-rows: auto auto;
      }

      .right-bottom {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .right-bottom {
        grid-template-columns: 1fr;
      }
    }


  /* diamond section end */
  


   /* Product earring page start -----------------------------------------*/
   /* top carousel section start */

   /* top carousel section */
  .body{
  background-color: #fffaf7;
        display: flex;
        justify-content: center;
        align-items: center;
      
  }
  .carousel-container-product {
      
        position: relative;
        width: 90%;
        max-width: 1200px;
        overflow: hidden;
      
        
      }

      .carousel-wrapper {
        display: flex;
        gap: 15px;
        transition: transform 0.4s ease;
          margin:30px 12px;
      }

      .category-card-product {
        flex: 0 0 160px;
        background-color: #fff;
        border: 1px solid #f4b081;
        border-radius: 8px;
        text-align: center;
        padding: 8px 0px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
      gap: 14px;
      
      }

      .category-card-product:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }

      .category-card-product img {
        width: 29px;
        height: 38px;
        object-fit: contain;
        margin-left: 30px;
      }

      .category-card-product p {
        font-size: 15px;
        color: #1f2a44;
        font-weight: 500;
      }

      .arrow {
        /* position: absolute; */
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border: 1px solid #f4b081;
        color: #1f2a44;
        font-size: 22px;
        cursor: pointer;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        z-index: 10;
      }

      .arrow:hover {
        background-color: #f4b081;
        color: #fff;
      }

      .arrow.left {
        left: -20px;
      }

      .arrow.right {
        right: -20px;
      }

      @media (max-width: 768px) {
        .category-card-product {
          flex: 0 0 120px;
        }
        .arrow {
          width: 28px;
          height: 28px;
          font-size: 18px;
        }
      }
      .product-button{
          display: flex;
      gap: 14px;
      }


   /* top carousel section end */

      .top-of-product{
        padding: 10px 40px;
      }
      
   /* product item :start */

    

   /* product item end */
   /* Product earring page end------------------------------------------------ */

   /* single product page :start -------------------------------------------*/

.main-img-wrapper img { max-width: 100%; display: block; }

    .container { 
      max-width: 1200px;
       margin: auto; 
       padding: 20px; }
    .product-page { display: flex; flex-wrap: wrap; gap: 40px; }
    .product-images, .product-details { background: #fff; padding: 20px; border-radius: 10px; }

    /* Product Images */
    .product-images { 
      flex: 1 1 400px; 
      position: relative; 
      overflow: hidden; 
      border-radius: 10px;
    }

    .main-img-wrapper {
      position: relative;
      width: 100%;
      height: 536px;
      overflow: hidden;
      /* border-radius: 10px; */
    }

    .main-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
      transform-origin: center center;
    }

    .product-images:hover .main-img {
      transform: scale(1.6);
      cursor: pointer;
    }

    .thumbnails {
      display: flex;
      gap: 10px;
      margin-top: 10px;
      justify-content: center;
    }

    .thumbnails img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border: 2px solid #ccc;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
    }

    .thumbnails img.active {
      border-color: #ff4081;
    }

    /* Product Details */

     .product-details { 
      flex: 1 1 400px;
       display: flex; 
       flex-direction: column;
        gap: 5px;
     }
    .product-details h1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 5px;
  font-weight: 400;
}

.product-code {
  color: #777;
  font-size: 17px;
  margin-top: -4px;
  margin-bottom: 10px;
}

.see-details {
  color: #c2185b;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
}

.price-section {
  margin-bottom: 10px;
}

.price2 {
  font-size: 22px;
  color: #222;
  font-weight: 400;
}

.price2 del {
  color: #aaa;
  margin-left: 8px;
  font-size: 18px;
}

.discount {
  color: #388e3c;
  font-weight: 600;
  margin-top: 5px;
}

.discount span {
  color: #444;
  font-weight: 400;
}

.product-info-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  padding: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1a1a1a;
  position: relative;
}

.icon-box {
  background-color: #fbecee;
  color: #b3122a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 8px;
  font-size: 14px;
}

.text.red {
  color: #b3122a;
}

.tooltip-icon {
  color: #777;
  font-size: 13px;
  margin-left: 4px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .product-info-icons {
    gap: 15px 20px;
  }
  .info-item {
    flex: 1 1 45%;
  }
}

/* Buttons */
    .btn-group { 
      display: flex;
       gap: 15px;
       /* margin-top: 15px;  */
        flex-wrap: wrap; 
      }
    .btn { padding: 24px 25px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; transition: 0.3s; }
    .btn-add { background: #8e3465; color: #fff; flex: 1; }
    .btn-buy { background: #333; color: #fff; flex: 1; }
    .btn:hover { opacity: 0.9; }

    /* Pincode Checker */
    .pincode { margin-top: 15px; display: flex; gap: 10px; flex-wrap: wrap; }
    .pincode input { padding: 16px; flex: 1; border-radius: 5px; border: 1px solid #ccc; }
    .pincode button { padding: 10px 20px; border-radius: 5px; border: none; background: #8e3465; color: #fff; cursor: pointer; }
    .availability { margin-top: 10px; font-weight: bold; }

    /* Additional Features */
    .features { display: flex; gap: 20px; margin-top: 15px; flex-wrap: wrap; }
    .features div { display: flex; align-items: center; gap: 5px; font-size: 14px; }
    .description, .metal-info { font-size: 16px; line-height: 1.5; color: #555; }

    /* Related Products
    .related-products { margin-top: 50px; }
    .related-products h2 { margin-bottom: 20px; }
    .related-list { display: flex; gap: 20px; overflow-x: auto; }
    .related-item { background: #fff; padding: 10px; border-radius: 10px; min-width: 180px; flex: 0 0 auto; text-align: center; }
    .related-item img { border-radius: 10px; }
    .related-item h4 { margin: 10px 0 5px; font-size: 16px; }
    .related-item .price { font-size: 14px; color: #ff4081; } */
    .related-products {
  background: #faf7fb;
  padding: 50px 30px;
  border-radius: 20px;
  margin-top: 50px;
}

.related-products .section-title-related {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #4b2b4b;
  margin-bottom: 30px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  justify-items: center;
}

.related-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.related-item img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.related-item .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7f2b91;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.related-item .wishlist-icon:hover {
  background: #7f2b91;
  color: #fff;
}

.related-item .price-related {
  margin: 12px 15px 5px;
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.related-item .title {
  margin: 0 15px 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .related-products {
    padding: 30px 15px;
  }
  .related-list {
    gap: 20px;
  }
}
  
/* related product end */

    .wishlist-share { display: flex; gap: 15px; margin-top: 15px; }
    .wishlist-share i { cursor: pointer; font-size: 22px; color: #ff4081; }

    @media(min-width: 992px) {
      .product-details.sticky { position: sticky; top: 20px; }
    }

    @media(max-width: 768px) {
      .product-page { flex-direction: column; }
    }


    /* new product details */


.container-jewllery {
  width: 92%;
  max-width: 1200px;
  margin: 60px auto;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tab {
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}

.tab button {
  background: #fff;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
  font-size: 12px;
  color: #8e3465;
  transition: 0.3s;
}

.tab button.active {
  background: #8e3465;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  font-size: 12px;
}

/* Content */
.tab-content {
  display: none;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Layout */
/* .details-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
} */

.left-section-jewllery {
  flex: 1 1 55%;
}

.right-section-jewllery {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-section-jewllery img {
  max-width: 90%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.right-section-jewllery img:hover {
  transform: scale(1.05);
}

/* Accordion */
.accordion {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #eee;
}

.accordion-header {
  padding: 14px 20px;
  font-weight: 400;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c5c3c3;
    /* border-radius: 8px; */
    font-size: 14px;
}

.accordion-header i {
  transition: transform 0.3s;
}

.accordion-header.active i {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 20px;
  background: #fff;
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Details Grid */
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 40px;
}

.details-grid div {
  font-size: 15px;
  color: #333;
}

.details-grid strong {
  display: block;
  font-weight: 600;
  color: #000;
}

/* Price Table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.price-table th {
  background: #c5c5c542;
  color: #222;
  padding: 12px;
  text-align: left;
      font-size: 14px;
    font-weight: 500;
}

.price-table td {
  border-bottom: 1px solid #eee;
  padding: 10px 12px;
  color: #333;
}

@media (max-width: 768px) {
  /* .details-container {
    flex-direction: column;
  } */
  .tab button {
    padding: 10px 20px;
  }
}

/* offer section start */


.offers-container {
  max-width: 1120px;
  margin: auto;
}

/* Exchange Offer */
.exchange-offer {
  display: flex;
  align-items: center;
  background-color: #fff3dc;
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  gap: 60px;
}

.exchange-left .exchange-icon {
  /* background-color: #f7e0b4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  color: #5d3d00;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.2); */

  /* background-color: #f7e0b4;
  border-radius: 50%; */
  width: 150px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
}
.exchange-icon img {
  width: 173px;
  height: 123px;
  object-fit: contain;
}

.exchange-right {
  flex: 1;
}

.headline {
  font-size: 16px;
  margin-bottom: 5px;
  color: #4a2f00;
}

.bold {
  font-weight: bold;
  font-size: 18px;
}

.subtext {
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
}

.terms {
  font-size: 10px;
  color: #888;
}

.check-btn2 {
  margin-left: auto;
}

.check-btn2 button {
  background-color: #8b3363;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 13px 36px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}

.check-btn2 button:hover {
  background-color: #8c5d00;
}

/* Flat ₹500 Offer */
.flat-offer {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 9px 20px;
  border-radius: 20px;
  /* box-shadow: 0px 2px 8px rgba(0,0,0,0.05); */
  gap: 15px;
  width: 314px;
}

/* .icon-box2 {
  background-color: #ffecec;
  padding: 10px;
  border-radius: 50%;
  color: #d10000;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  display: flex;
  justify-content: center;
  align-items: center;
} */
.icon-box2 img {
  width: 49px;
  height: 33px;
  object-fit: contain; /* or 'contain' depending on your preference */
  /* border-radius: 50%; */
}

.offer-texts .flat-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.offer-texts .flat-subtitle {
  font-size: 13px;
  color: #555;
      margin-top: -16px;
}

.offer-texts .coupon-codes2 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-top: -9px;
}
/* offer section end */
  
   /* single product page end ----------------------------------------------*/




   /* footer section strat---------------- */


    /* ===== Newsletter Bar ===== */
    .newsletter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 80px;
      background: #fdf5f2;
      border-bottom: 1px solid #8d3464;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .newsletter h3 {
      font-size: 18px;
      margin: 0;
      color: #5c0000;
    }

    .newsletter p {
      margin: 5px 0 0;
      color: #666;
      font-size: 14px;
    }

    .newsletter-left {
      flex: 1;
    }

    .newsletter-right {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .newsletter-input {
      display: flex;
      align-items: center;
      border: 1px solid #d8c8c3;
      border-radius: 4px;
      overflow: hidden;
      background: #fff;
    }

    .newsletter-input input {
      border: none;
      outline: none;
      padding: 10px 15px;
      width: 280px;
      font-size: 14px;
    }

    .newsletter-input button {
      background: none;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      color: #a02c2c;
    }

    .contact-info {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 14px;
      color: #333;
    }

    .contact-info i {
      color: #a02c2c;
    }

    /* ===== Footer Links ===== */
    footer {
      background: #fff;
      padding: 40px 80px;
    }

    .footer-columns {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 30px;
      border-bottom: 1px solid #bebebe;
      padding-bottom: 30px;
    }

    .footer-column h4 {
      color: #5c0000;
      font-size: 16px;
      margin-bottom: 15px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 8px;
    }

    .footer-column ul li a {
      color: #333;
      text-decoration: none;
      font-size: 14px;
    }

    .footer-column ul li a:hover {
      color: #a02c2c;
    }

    /* ===== Bottom Section ===== */
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      flex-wrap: wrap;
    }

    .social-icons {
      display: flex;
      gap: 15px;
    }

    .social-icons a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #f5d9d9;
      color: #a02c2c;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: #a02c2c;
      color: #fff;
    }

    .footer-bottom p {
      font-size: 13px;
      color: #666;
    }

    .payment-icons img {
      height: 24px;
      margin-left: 10px;
    }

    @media (max-width: 992px) {
      .footer-columns {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 768px) {
      .newsletter {
        padding: 20px;
      }

      footer {
        padding: 30px 20px;
      }

      .footer-columns {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .footer-columns {
        grid-template-columns: 1fr;
      }

      .newsletter-right {
        flex-direction: column;
        align-items: flex-start;
      }
    }



    /* footer section end------------ */

  /*------------------ new---------------------------- */
 
/* <!-- ==========================
       Collection carousel Section Start
  ========================== --> */
 
.swiper-container {
  width: 100%;
  height: 100%;
  
}
.swiper-full-mobile {
position: relative;
margin: 50px auto;
padding-bottom: 50px;
}

.swiper-full-mobile:befores {
content: "";
width: 265px;
background: url(http://md-aqil.github.io/images/Pixel-3-XL.png);
background-size: 100%;
background-repeat: no-repeat;
position: absolute;
left: 0;
right: 0;
top: 0px;
height: 565px;
z-index: 2;
margin: auto;
}
.swiper-full-mobile .swiper-slide {
height: 100%;
}
.swiper-full-mobile .swiper-slide img{
width: 100%;
height: 530px;
object-fit: cover;

}
.swiper-slide.swiper-slide-active img {
border-radius: 00px;

}

    .Collection-section {
      padding: 0px 5%;
      text-align: center;
    }

    
    .Collection-section h3 {
        font-size: 22px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #832729;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
      padding-top: 36px;
    }

    .Collection-section h3::before {
      content: "";
      position: absolute;
      top: -22px; /* position above the text */
      left: 50%;
      transform: translateX(72%);
      width: 113px; /* set your width */
      height: 80px; /* set your height */
      background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .Collection-section h3::before {
      left: -52px;
    }
    .Collection-section h3::after {
      right: -25px;
    }

    .Collection-section p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }
    
    
    
    
    
    
    .latest-section {
      padding: 0px 5%;
      text-align: center;
    }

    
    .latest-section h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 0px;
        color: #832729;
        letter-spacing: 0.5px;
        position: relative;
        display: inline-block;
        padding-top: 36px;
    }

    .latest-section h3::before {
      content: "";
      position: absolute;
      top: -22px; /* position above the text */
      left: 50%;
      transform: translateX(72%);
      width: 113px; /* set your width */
      height: 80px; /* set your height */
      background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .latest-section h3::before {
      left: -52px;
    }
    .latest-section h3::after {
      right: -25px;
    }

    .latest-section p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }
    .category-latest-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1.2fr;
      gap: 24px;
    }
    
    .category-latest-column {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    
    .category-latest-item {
      position: relative;
      overflow: hidden;
    }
    
    .category-latest-item.large {
      height: 100%;
    }
    
    .category-latest-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    /* Button label */
    .category-latest-label {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 8px 18px;
      font-size: 13px;
      border: 1px solid #e5e5e5;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .category-latest-item:hover .category-latest-label {
      background: #000;
      color: #fff;
      border-color: #000;
    }
    
    /* Responsive */
    @media (max-width: 992px) {
      .category-latest-grid {
        grid-template-columns: 1fr;
      }
    
      .category-latest-column {
        flex-direction: row;
      }
    
      .category-latest-column .category-latest-item {
        flex: 1;
      }
    }
    
    @media (max-width: 576px) {
    .category-column {
        flex-direction: column;
      }
    }





/* ===============================
   Category Section
================================ */
.category-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.category-banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right center; /* important */
}

/* Tablet */
@media (max-width: 1024px) {
  .category-banner {
    aspect-ratio: 1920 / 600;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .category-banner-img {
    object-position: right center;
  }
}


.category-header { 
    max-width: 1400px; 
    margin: auto; 
    padding: 0px 20px 10px; 
    text-align: center; } 
/* Title */ 
.category-title-wrap h1 { 
    font-size: 42px; 
    font-weight: 500; 
    margin-bottom: 10px; 
} 
.breadcrumb { 
    font-size: 14px; 
    color: #666;
} 
.breadcrumb a { 
    color: #000; 
    text-decoration: none;
} 
/* Tabs */ 
.category-tabs { 
    margin: 40px 0 30px; 
    display: flex; 
    justify-content: center; 
    gap: 28px; 
    flex-wrap: wrap;
} 
.category-tabs a { 
    font-size: 16px; 
    color: #000; 
    text-decoration: none; 
    padding-bottom: 6px; 
    white-space: nowrap;
} 
.category-tabs a.active { 
    border-bottom: 2px solid #000;
} 
/* Filter + Sort */ 
.category-actions { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 20px; 
} 
/* Filter button */
.filter-btn { 
    background: none; 
    border: none; 
    font-size: 14px; 
    letter-spacing: 1px; 
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
} 
.filter-btn i { 
    font-size: 14px;
} 
/* Sort dropdown */ 
.sort-select {
    appearance: none;              /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;

    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;

    padding: 6px 28px 6px 0;       /* space for arrow */
    cursor: pointer;
    color: #000;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0 L5 6 L10 0' fill='none' stroke='black' stroke-width='1.5'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 6px;
}

/* Hover */
.sort-select:hover {
    border-bottom-color: #555;
}

/* Focus */
.sort-select:focus {
    outline: none;
    border-bottom-color: #000;
}

/* Option styling (limited browser support, but helps) */
.sort-select option {
    font-size: 14px;
    padding: 8px;
}
/* ================= TABLET ================= */ 
@media (max-width: 1024px) { 
    .category-header { 
        padding: 0px 20px 25px;
    } 
    .category-title-wrap h1 { 
        font-size: 36px;
    } 
    .category-tabs { 
        gap: 20px; 
    } 
} 
/* ================= MOBILE ================= */ 
@media (max-width: 768px) { 
    .category-title-wrap h1 { 
        font-size: 30px; 
    } 
    .category-tabs { 
        justify-content: flex-start; 
        overflow-x: auto; 
        flex-wrap: nowrap; 
        padding-bottom: 10px; 
    } 
    .category-tabs::-webkit-scrollbar { 
        display: none; 
    } 
    .category-actions { 
        flex-direction: row; gap: 15px; 
        margin-top: 25px; 
    } 
    .filter-btn, .sort-select { 
        font-size: 13px;
    }
} 
/* ================= SMALL MOBILE ================= */ 
@media (max-width: 480px) { 
    .category-header { 
        padding: 0px 15px 20px;
    } 
    .category-title-wrap h1 { 
        font-size: 26px;
    } 
    .breadcrumb { 
        font-size: 13px; 
    }
} 
/* Mobile Bottom Bar */ 
.mobile-category-bar { 
    display: none;
} 
/* MOBILE ONLY */ 
@media (max-width: 768px) { 
    .category-actions { 
        display: none;
    }
    .category-tabs { 
        display: none;
    } 
    .mobile-category-bar { 
        position: fixed; 
        bottom: 0; 
        left: 0; 
        width: 100%; 
        height: 56px; 
        background: #fff; 
        border-top: 1px solid #e5e5e5; 
        display: flex; 
        justify-content: space-around; 
        align-items: center; 
        z-index: 999;
    } 
    .mobile-bar-item { 
        flex: 1; 
        background: none; 
        border: none; 
        display: flex; 
        flex-direction: column; 
        align-items: center; gap: 4px; 
        font-size: 12px; 
        letter-spacing: 0.5px; 
        cursor: pointer;
    } 
    .mobile-bar-item i { 
        font-size: 14px;
    } 
    /* Prevent content hiding behind bar */ 
    body { 
        padding-bottom: 56px; 
    }
}


/* ===== MOBILE SORT DRAWER ===== */
.mobile-sort-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
}

.mobile-sort-drawer {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    transition: 0.35s ease;
    z-index: 1001;
    max-height: 80vh;
    overflow-y: auto;
}

/* Active state */
.mobile-sort-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sort-drawer.active {
    bottom: 0;
}

/* Header */
.sort-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    letter-spacing: 1px;
}

.sort-header button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* List */
.sort-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.sort-list li {
    padding: 14px 20px;
    font-size: 14px;
    cursor: pointer;
}

.sort-list li.active {
    background: #f5f5f5;
    font-weight: 500;
}

/* ===== DESKTOP FILTER DRAWER ===== */
/* ===== FILTER OVERLAY ===== */
.desktop-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 999;
}

.desktop-filter-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* ===== FILTER DRAWER ===== */
.desktop-filter-drawer {
    position: fixed;
    top: 0;
    left: -420px;
    width: 380px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}

.desktop-filter-drawer.active {
    left: 0;
}

/* ===== HEADER ===== */
.filter-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.filter-drawer-header span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.filter-drawer-header button {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ===== BODY ===== */
.filter-drawer-body {
    padding: 20px 24px;
    overflow-y: auto;
}

/* ===== FILTER BLOCK ===== */
.filter-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.filter-block h4 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* ===== PRICE SLIDER ===== */
.filter-block input[type="range"] {
    width: 100%;
    margin: 10px 0;
}

.price-range {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

/* ===== FILTER BUTTON ===== */
.apply-filter-btn {
    width: 120px;
    padding: 10px 0;
    border: 1px solid #000;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.apply-filter-btn:hover {
    background: #000;
    color: #fff;
}

/* ===== CHECKBOX ===== */
.filter-block label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-block input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

/* ===== COLOR SWATCHES ===== */
.color-swatches {
    display: flex;
    gap: 12px;
}

.swatch {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.swatch.gold { background: #d4af37; }
.swatch.rose { background: #e6b7b0; }
.swatch.silver { background: #e0e0e0; }

.swatch:hover {
    border-color: #000;
}


/* Desktop only */
@media (max-width: 768px) {
    .desktop-filter-drawer {
        width: 85%;
        max-width: 360px;
    }
}




/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px;
}

/* CARD */
.product-card {
  font-family: Arial, sans-serif;
}

/* IMAGE WRAP */
.product-cat-image {
  position: relative;
  overflow: hidden;
  background: #f8f6f2;
}

/* IMAGES */
.product-cat-image img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

.img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

/* IMAGE SWAP */
.product-card:hover .img-hover {
  opacity: 1;
}

.product-card:hover .img-front {
  opacity: 0;
}

/* WISHLIST */
.wishlist-btn {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.product-card:hover .wishlist-btn {
  opacity: 1;
}

/* INFO */
.product-cat-info {
  padding-top: 15px;
}

.product-cat-info h3 {
  font-size: 14px;
  margin-bottom: 6px;
}

/* PRICE */
.price-cat {
  font-size: 14px;
  margin-bottom: 6px;
}

.old-price-cat {
  text-decoration: line-through;
  color: #888;
  margin-left: 6px;
}

.discount-cat {
  color: #00a676;
  margin-left: 4px;
}

/* RATING */
.rating-cat {
  color: #f5b301;
  font-size: 13px;
  margin-bottom: 12px;
}

.rating-cat span {
  color: #666;
}

/* BUTTON */
.add-cart {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
}

.add-cart:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   Category Section End
================================ */


/* ===============================
   Sign-Up Popup Section
================================ */

/* Overlay */
.auth-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}

/* Popup */
.auth-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffaf4;
    width: 900px;
    max-width: 95%;
    z-index: 1000;
    display: none;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* Inner Layout */
.auth-popup-inner {
    display: flex;
    height: 575px;
}

/* Left Image */
.auth-image {
    width: 45%;
    height: 100%;
}

.auth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Form */
.auth-form {
    width: 55%;
    padding: 30px;
    height: 100%;
    overflow: hidden;
}

.auth-form h2 {
    margin-bottom: 5px;
}

.auth-subtext {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

.form-field {
    position: relative;
    margin-bottom: 22px;
}
.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 18px;
}
.country-phone-row {
    grid-template-columns: 80px 1fr;
}

.form-field.full {
    grid-column: span 2;
}

.form-field input {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #d6cfc7;
    background: transparent;
    outline: none;
}

.form-field label {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    pointer-events: none;
    transition: 0.25s ease;
}

/* Floating effect */
.form-field input:focus + label,
.form-field input:valid + label {
    top: -8px;
    font-size: 11px;
    color: #666;
}

.form-field span {
    color: #c0392b;
}

.country-field input {
    padding-top: 10px;
    font-weight: 500;
}

.country-field .fixed-label {
    top: -8px;
    font-size: 11px;
    color: #666;
}

/* Checkbox */
.auth-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    margin: 15px 0 25px;
    cursor: pointer;
}

/* Hide default checkbox */
.auth-checkbox input {
    display: none;
}

/* Custom box */
.custom-check {
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
}

/* Tick mark */
.custom-check::after {
    content: "✔";
    position: absolute;
    top: -2px;
    left: 2px;
    font-size: 12px;
    color: #d35400; /* Indriya-like orange */
    display: none;
}

/* Show tick when checked */
.auth-checkbox input:checked + .custom-check::after {
    display: block;
}

/* Text container */
.checkbox-text {
    display: inline;
}

/* Links inline, not breaking */
.checkbox-text a {
    color: #1a4fb3;
    text-decoration: underline;
    white-space: nowrap;
}


/* Buttons */
.auth-btn {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.auth-btn.primary {
    background: #c5c5c5;
    border: none;
}

.auth-btn.secondary {
    background: transparent;
    border: 1px solid #000;
}

/* Close */
.auth-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-popup-inner {
        flex-direction: column;
        height: auto;
    }

    .auth-image {
        display: none;
    }

    .form-row,
    .country-phone-row {
        grid-template-columns: 1fr;
    }

    .form-field.full {
        grid-column: span 1;
    }
}

/* OTP */
.otp-inputs {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}

.otp-inputs input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #d6cfc7;
    background: transparent;
    outline: none;
}
.otp-timer {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.otp-resend {
    background: none;
    border: none;
    color: #1a4fb3;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}

.otp-resend:disabled {
    color: #aaa;
    cursor: not-allowed;
}


@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.otp-error {
    animation: shake 0.4s;
    border-color: #c0392b !important;
}


.auth-btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.auth-btn.loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg) translate(-50%, -50%); }
}

/* ===============================
   Sign-Up Popup Section End
================================ */


/* ===============================
   OUR BESTSELLERS Section
================================ */
.top-styles {
  padding: 0;
  background: #fff;
  text-align: center;
}

.our-bestseller-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.our-bestseller-container h2 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #832729;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
      padding-top: 36px; /* space for the ::before icon */
}

.our-bestseller-container h2::before {
    content: "";
    position: absolute;
    top: -22px; /* position above the text */
    left: 50%;
    transform: translateX(72%);
    width: 113px; /* set your width */
    height: 80px; /* set your height */
    background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.our-bestseller-container h2::before {
    left: -42px;
}
.our-bestseller-container h2::after {
    right: -25px;
}
.our-bestseller-container p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* Tabs */
.style-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.style-tabs .tab {
  border: 1px solid #000;
  background: transparent;
  padding: 10px 18px;
  font-size: 13px;
  cursor: pointer;
}

.style-tabs .tab.active {
  background: #000;
  color: #fff;
}

/* Grid */
.our-bestseller-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.our-bestseller-product-card h3 {
  font-size: 14px;
  margin: 12px 0 6px;
}

.our-bestseller-price {
  font-size: 14px;
}

.our-bestseller-price span {
  text-decoration: line-through;
  color: #777;
  margin-left: 5px;
}

.our-bestseller-price strong {
  color: #0a8f3c;
  margin-left: 5px;
}

/* Image */
.our-bestseller-product-img {
  position: relative;
  background: #f7f7f7;
}

.our-bestseller-product-img img {
  width: 100%;
  display: block;
}

/* Badge */
.our-bestseller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e8c2a6;
  font-size: 12px;
  padding: 4px 8px;
}

/* Wishlist */
.our-bestseller-wishlist {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 6px 8px;
  font-size: 14px;
}

/* Add to bag */
.our-bestseller-add-bag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border: none;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
}

/* View all */
.view-all-wrap {
  text-align: center;
  margin-top: 40px;
}

.view-all-btn {
  border: 1px solid #000;
  padding: 12px 28px;
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1024px) {

  .our-bestseller-container {
    width: 95%;
  }

  /* KEEP 4 COLUMNS ON TABLET */
  .our-bestseller-product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .style-tabs {
    gap: 10px;
  }

  .style-tabs .tab {
    padding: 8px 14px;
    font-size: 12px;
  }

  .our-bestseller-product-card h3 {
    font-size: 13px;
  }
  .our-bestseller-container p {
    font-size: 13px;
  }

  .our-bestseller-price {
    font-size: 13px;
  }

  .our-bestseller-add-bag {
    font-size: 11px;
    padding: 5px 8px;
  }
}

@media (max-width: 600px) {

  .top-styles {
    padding: 10px 0 40px;
  }

  .our-bestseller-container h2 {
    font-size: 18px;
    padding-top: 28px;
  }

  .our-bestseller-container p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  /* Tabs scroll */
  .style-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .style-tabs::-webkit-scrollbar {
    display: none;
  }

  .style-tabs .tab {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  /* 2 COLUMN GRID ON MOBILE */
  .our-bestseller-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .our-bestseller-product-card h3 {
    font-size: 12px;
    line-height: 1.3;
  }

  .our-bestseller-price {
    font-size: 12px;
  }

  .our-bestseller-wishlist {
    font-size: 12px;
    padding: 5px 7px;
  }

  .our-bestseller-add-bag {
    font-size: 10px;
    padding: 5px 7px;
  }

  .view-all-btn {
    padding: 10px 22px;
    font-size: 12px;
  }
}


/* ===============================
   OUR BESTSELLERS Section End
================================ */

/* ===============================
   OUR ELEGANCE Section
================================ */
.elegance-section {
  padding: 20px 0 0;
  background: #fff;
}

.elegance-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* Header */
.elegance-header {
  text-align: center;
  margin-bottom: 50px;
}

.elegance-icon img {
  width: 42px;
  margin-bottom: 12px;
}
.elegance-header h2 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 0px;
      color: #832729;
      letter-spacing: 0.5px;
      position: relative;
      display: inline-block;
      padding-top: 36px; /* space for the ::before icon */
}

.elegance-header h2::before {
    content: "";
    position: absolute;
    top: -22px; /* position above the text */
    left: 50%;
    transform: translateX(72%);
    width: 113px; /* set your width */
    height: 80px; /* set your height */
    background-image: url("https://cdn.joyalukkas.in/media/jas-assets/static/heading_bg.svg"); /* replace with your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.elegance-header h2::before {
    left: -11px;
}
.elegance-header h2::after {
    right: -25px;
}
.elegance-header p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* Grid */
.elegance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Card */
.elegance-card {
  position: relative;
  aspect-ratio: 3 / 5;
  overflow: hidden;
  background: #fff;
}

.elegance-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bag icon */
.elegance-bag {
  position: absolute;
  bottom: 14px;
  right: 22px;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Glow effect */
.elegance-bag:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

/* Tooltip */
.shop-tooltip {
  position: absolute;
  bottom: 58px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Tooltip arrow */
.shop-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* Show tooltip on hover */
.elegance-bag:hover .shop-tooltip {
  opacity: 1;
  transform: translateY(-4px);
}


/* Tablet */
@media (max-width: 1024px) {
  .elegance-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .elegance-header h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .elegance-section {
    padding: 50px 0;
  }

  .elegance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .elegance-header h2 {
    font-size: 22px;
  }

  .elegance-header p {
    font-size: 14px;
  }

  .elegance-bag {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* ===============================
   OUR ELEGANCE Section End
================================ */
