 /* ===== BASIC RESET ===== */
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0; background:#ffffff; color:#121212; line-height:1.6;
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
    }

    /* ===== LAYOUT ===== */
    .webzardecomdetails-section{
      display:flex; max-width:1600px; margin:20px auto; padding:16px; gap:28px;
    }
    @media (max-width:900px){
      .webzardecomdetails-section{flex-direction:column; margin:0px auto; gap:18px;}
    }

    /* ===== GALLERY ===== */
    .webzardecomdetails-gallery{display:flex; gap:14px; flex:1; align-items:flex-start;}
    .webzardecomdetails-mainimg-container{position:relative; flex:1; text-align:center; overflow:hidden;}
    .webzardecomdetails-mainimg{
      width:100%; max-width:650px; height:auto; object-fit:cover;
      cursor:zoom-in; transition:transform 0.25s ease;
    }
    .webzardecomdetails-mainimg.zoomed{transform:scale(1.5); cursor:zoom-out;}

    /* Expand icon */
    .webzardecomdetails-expand{
      position:absolute; top:12px; right:12px; background:#ffffff;
      border-radius:999px; padding:9px 10px; cursor:pointer; font-size:12px;
      border:1px solid #e9e9e9;
    }

    /* Thumbnails */
    .webzardecomdetails-thumbs-wrapper{max-height:720px; overflow:auto; -ms-overflow-style:none; scrollbar-width:none;}
    .webzardecomdetails-thumbs-wrapper::-webkit-scrollbar{display:none}
    .webzardecomdetails-thumbs{display:flex; flex-direction:column; gap:10px;}
    .webzardecomdetails-thumbs img{
      width:86px; height:104px; object-fit:cover; border:1px solid #e9e9e9; cursor:pointer;
      transition:border 0.2s, transform 0.2s; flex-shrink:0; background:#ffffff;
    }
    .webzardecomdetails-thumbs img.active,
    .webzardecomdetails-thumbs img:hover{border:2px solid #000;}
    .webzardecomdetails-thumbs img:active{transform:scale(0.98);}

    @media (max-width:900px){
      .webzardecomdetails-gallery{flex-direction:column; align-items:center;}
      .webzardecomdetails-thumbs-wrapper{max-height:none; overflow-y:hidden; overflow-x:auto; width:100%; margin-top:10px;}
      .webzardecomdetails-thumbs{flex-direction:row; gap:10px;}
      .webzardecomdetails-thumbs img{width:78px; height:96px;}
    }

    /* ===== INFO ===== */
    .webzardecomdetails-info{flex:1;}
    .webzardecomdetails-title{font-size:40px; font-weight:500; letter-spacing:.1px; margin:0 0 8px;}
    @media (max-width:600px){ .webzardecomdetails-title{font-size:25px;} } /* mobile title */

    .price-row{display:flex; align-items:baseline; gap:10px; margin-bottom:10px;}
    .webzardecomdetails-price{font-size:22px; font-weight:500;}
    .webzardecomdetails-oldprice{text-decoration:line-through; color:#777; font-size:14px;}
    .webzardecomdetails-off{color:#c21807; font-size:13px; font-weight:500;}

    .webzardecomdetails-size, .webzardecomdetails-color{margin:16px 0;}
    .webzardecomdetails-size p, .webzardecomdetails-color p{margin:0 0 8px; font-weight:500;}
    .webzardecomdetails-size button, .webzardecomdetails-color button{
      border:1px solid #d0d0d0; padding:12px 20px; margin-right:8px; background:#fff;
      cursor:pointer; transition:background .2s, color .2s, border-color .2s, transform .2s;
      font-weight:500;
    }
    .webzardecomdetails-size button.active,
    .webzardecomdetails-color button.active{background:#111; color:#fff; border-color:#111;}
    .webzardecomdetails-size button:active,
    .webzardecomdetails-color button:active{transform:scale(0.98);}

    /* ===== CTA BUTTONS ===== */
    .webzardecomdetails-buttons{display:flex; gap:10px; margin:18px 0;}
    .webzardecomdetails-buttons button{
      flex:1; padding:14px; font-size:15px; border:1px solid #1a1a1a; background:#101010; color:#fff;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
      font-weight:500;
    }
    .webzardecomdetails-buttons button:nth-child(2){ background:#fff; color:#111; border-color:#111; }
    .webzardecomdetails-buttons button:first-child:hover{
      background:#1c1c1c; border-color:#101010; box-shadow:0 8px 20px rgba(0,0,0,.18); transform:translateY(-2px);
    }
    .webzardecomdetails-buttons button:nth-child(2):hover{
      background:#111; color:#fff; border-color:#111; box-shadow:0 8px 20px rgba(17,17,17,.22); transform:translateY(-2px);
    }
    .webzardecomdetails-buttons button:active{transform:translateY(0); box-shadow:none;}
    .webzardecomdetails-buttons button:focus-visible{outline:2px solid #111; outline-offset:2px;}

    /* ===== MOBILE FIXED CTA BAR ===== */
    @media (max-width: 768px){

      .webzardecomdetails-buttons{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        background: #fff;
        z-index: 800;
        box-shadow: 0 -6px 20px rgba(0,0,0,.12);
        gap: 8px;
      }

      .webzardecomdetails-buttons button{
        padding: 14px 10px;
        font-size: 14px;
        border-radius: 1px;
      }

      /* BUY IT NOW with UPI icons alignment */
      #dBuyNow{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }

      #dBuyNow .upi-icons{
        height: 16px;
        width: auto;
      }

      /* page content hide na ho */
      body{
        padding-bottom: 80px;
      }
    }


    /* Wishlist row */
    .webzardecomdetails-wishwrap{display:flex; align-items:center; gap:14px; margin:12px 0; flex-wrap:wrap;}
    .wishlist-btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border:1.5px solid #1a1a1a; background:#fff; color:#111;
      padding:12px 18px; border-radius:999px; cursor:pointer;
      transition:background .2s, color .2s, transform .2s, border-color .2s;
      font-weight:600; min-width:220px;
    }
    .wishlist-btn:hover{background:#111; color:#fff;}
    .wishlist-btn[aria-pressed="true"]{background:#111; color:#fff;}
    .wishlist-btn i{font-size:18px;}
    .webzardecomdetails-stock{color:#444; font-size:14px;}
    @media (max-width:600px){
      .wishlist-btn{width:100%; padding:14px 20px; font-size:15px;}
      .webzardecomdetails-stock{width:100%;}
    }
  
  
  /* ===== SIZE CHART END ===== */
    .size-chart-btn{ margin:8px 0 0; padding:10px 15px; border:1px solid #d0d0d0; background:#fff; cursor:pointer; font-weight:600; }

    .sc-modal{
        position:fixed; inset:0; display:grid; place-items:center; background:rgba(0,0,0,.55); z-index:9999; opacity:0; pointer-events:none; transition:opacity .3s ease;
      }
      .sc-modal.open{ opacity:1; pointer-events:auto; }

      /* Card holds exact square area (image jitna hi card feel) */
      .sc-dialog{
        width:min(92vw,1000px); aspect-ratio:1/1;
        background:#fff; border:2px solid #222; border-radius:14px;
        box-shadow:0 12px 40px rgba(0,0,0,.35);
        display:flex; align-items:center; justify-content:center;
        transform:scale(.94); opacity:.96; transition:transform .28s ease, opacity .28s ease;
        position:relative; overflow:hidden;
      }
      .sc-modal.open .sc-dialog{ transform:scale(1); opacity:1; }

      /* Image fills square area neatly */
      .sc-img{
        width:100%; height:100%; object-fit:contain; display:block;
      }

      /* Close */
      .sc-close{
        position:absolute; top:.6rem; right:.7rem;
        width:38px; height:38px; border:0; border-radius:50%;
        background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.25);
        font-size:18px; line-height:38px; cursor:pointer;
      }
      .sc-close:hover{ background:#f3f3f3; }

      /* Mobile fine-tune */
      @media (max-width:600px){
        .sc-dialog{ width:min(95vw, 600px); border-radius:10px; }
        .sc-close{ width:34px; height:34px; font-size:16px; }
      }

      /* Desktop fine-tune */
      @media (min-width:1024px){
        .sc-dialog{
          max-width:750px;   /* <== Adjust here (700–800px looks good) */
          aspect-ratio:1/1;
        }
      }
    
    /* ===== SIZE CHART END ===== */


    /* ===== PRODUCT ACCORDION ===== */
    .product-accordion{ margin-top:20px; border-top:1px solid #e6e6e6; }
    .acc-item{ border-bottom:1px solid #e6e6e6; }
    .acc-item summary{
      list-style:none; cursor:pointer; user-select:none;
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 4px; font-weight:500; color:#0f0f0f;
    }
    .acc-item summary::-webkit-details-marker{display:none;}
    .acc-item summary .acc-title{ text-decoration:underline; text-underline-offset:3px; }
    .acc-item summary .acc-icon{ font-size:20px; color:#777; line-height:1; transition:transform .2s, color .2s; }
    .acc-item[open] summary .acc-icon{ transform:rotate(45deg); color:#111; }
    .acc-content{ padding:0 4px 14px 4px; color:#333; font-size:15px; }

    /* ===== MODAL (GRID OF ALL IMAGES) ===== */
    .webzardecomdetails-modal{
      display:none; position:fixed; inset:0; background:rgba(0,0,0,0.92);
      z-index:1000; overflow:auto; padding:24px 16px;
    }
    .modal-grid{
      width:100%; max-width:1920px; margin:0 auto;
      display:grid; grid-template-columns:repeat(2, 1fr); gap:18px;
    }
    .modal-grid img{ width:100%; height:auto; display:block; background:#111; object-fit:contain; }
    .webzardecomdetails-modal .close{
      position:fixed; top:18px; right:26px; font-size:32px; color:#fff; cursor:pointer; z-index:1001;
    }

    


   /* --- Accordion base --- */
.acc-item summary{
  list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center;
  padding:12px 0; border-bottom:1px solid #e6e6e6;
}
.acc-item summary::-webkit-details-marker{display:none}
.acc-item .acc-title{font-weight:500; font-size:18px; color:#222}
.acc-item .acc-icon{font-size:20px; color:#666; transition:transform .2s ease}
.acc-item[open] .acc-icon{transform:rotate(45deg)}











/* === RELATED PRODUCTS SECTION START === */
.products2-section{
  max-width:1620px;
  margin:auto;
  padding:40px 20px;
  font-family:Inter, Arial, sans-serif;
}

/* Heading */
.products2-heading{
  margin:0 0 16px;
}
.products2-heading h2{
  margin:10px;
  font:500 12px/1.2 Inter, Arial, sans-serif;
  letter-spacing:.3px;
  text-transform:uppercase;
}

/* ===================== Splide Layout (2px GAP) ===================== */
.products2-splide .splide__slide{
  padding:1px;                 /* 1px + 1px = 2px gap */
}
.products2-splide .splide__list{
  margin:-1px;                 /* balance padding */
}

/* Arrows */
.products2-splide .splide__arrow{
  background:#fff;
  border: none;
  color:#111;
  opacity:1;
  box-shadow:none;
}
.products2-splide .splide__arrow:hover{
  background:#f6f7f8;
}

/* Pagination below images */
.products2-splide .splide__track{
  margin-bottom:6px;
}
.products2-splide .splide__pagination{
  position:static;
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:14px;
  padding:0 20px;
}
.products2-splide .splide__pagination__page{
  width:8px;
  height:8px;
  background:#d1d5db;
  border-radius:999px;
}
.products2-splide .splide__pagination__page.is-active{
  width:22px;
  height:8px;
  background:#111;
  border-radius:6px;
}

/* ===================== Product Card ===================== */
.products2-card{
  position:relative;
  border:none;
  background:transparent;
  overflow:hidden;
  transition:border-color .2s ease, transform .12s ease;
}
.products2-card:hover{
  border-color:#d4d4d4;
  transform:translateY(-1px);
}

/* Whole card link */
.products2-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

/* Image Box */
.products2-imgbox{
  position:relative;
  overflow:hidden;
}

/* Zoom */
.products2-zoom{
  position:relative;
  overflow:hidden;
  aspect-ratio:4/5;
  --px:50%;
  --py:50%;
  cursor:zoom-in;
}
.products2-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
  transition:opacity .35s ease, transform .25s ease;
}
.products2-img.secondary{
  position:absolute;
  inset:0;
  opacity:0;
}

/* Badges */
.products2-badges{
  position:absolute;
  right:12px;
  bottom:12px;
  display:flex;
  gap:6px;
  z-index:3;
}
.products2-badge{
  font:500 11px/1 Inter, Arial, sans-serif;
  color:#111;
  background:#fff;
  border:1px solid #e5e7eb;
  padding:7px 8px;
  letter-spacing:.3px;
  text-transform:uppercase;
}
.products2-badge.new{
  border-color:#dbeafe;
}

/* Content */
.products2-content{
  padding:16px;
  text-align:left;
}
.products2-title{
  font:500 10px/1.35 Inter, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:.4px;
  margin:0 0 8px;
}
.products2-price{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  color:#111;
  font-size:12px;
}
.products2-oldprice{
  color:#8a8a8a;
  text-decoration:line-through;
  font-size:14px;
}

/* ===================== Responsive ===================== */
@media (max-width:1024px){
  .products2-heading h2{ font-size:10px; }
}

@media (max-width:768px){
  .products2-section{ padding:24px 12px; }
  .products2-heading h2{ font-size:12px; }
  .products2-wishlist{
    width:34px;
    height:34px;
    left:10px;
    top:10px;
  }
  .products2-badges{
    right:10px;
    bottom:10px;
  }
  .products2-badge{
    font-size:10px;
    padding:6px 7px;
  }
  .products2-content{ padding:12px; }
  .products2-title{
    font-size:10px;
    letter-spacing:.3px;
  }
  .products2-price{
    font-size:12px;
    gap:4px;
  }
  .products2-oldprice{
    font-size:12px;
  }
  .products2-splide .splide__pagination{
    margin-top:12px;
  }
}
/* === RELATED PRODUCTS SECTION END === */





#hb-toast {
  position: fixed;
  bottom: 700px;
  right: 28px;
  min-width: 240px;
  max-width: 320px;
  padding: 14px 18px;
  background: #ffffff;
  color: #111;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  border-radius: 8px;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 99999;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* SHOW */
#hb-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* ERROR – soft neutral (not red) */
#hb-toast.hb-error {
  background: #f8fafc;          /* very light gray */
  color: #0f172a;
  border-left: 4px solid #64748b; /* slate accent */
}

/* INFO */
#hb-toast.hb-info {
  background: #f9fafb;
  color: #111827;
  border-left: 4px solid #94a3b8;
}




    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    