.product-page{
  padding-top: 15px;
}

.breadcrumb{
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}
.breadcrumb a{
  text-decoration: none;
  font-weight: 700;
  color: #2874f0;
}
.breadcrumb span{
  font-weight: 700;
  color: #111;
}

/* AMAZON GRID */
.amazon-product-layout{
  display: grid;
  grid-template-columns: 420px 1fr 320px;
  gap: 20px;
  align-items: start;
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* LEFT */
.amazon-left{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  position: relative;
}

/* THUMB COLUMN */
.thumb-column{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumb-column img{
  width: 65px;
  height: 65px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}
.thumb-column img:hover{
  border: 2px solid #00a884;
}

/* MAIN IMAGE */
.main-image-box{
  width: 100%;
  height: 420px;
  border-radius: 14px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.main-image-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FLOATING WISHLIST */
.wishlist-float{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: red;
  text-decoration: none;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.wishlist-float:hover{
  transform: scale(1.08);
}

/* ZOOM LENS */
#zoomLens{
  position: absolute;
  border: 2px solid #00a884;
  width: 140px;
  height: 140px;
  background: rgba(0,168,132,0.18);
  display: none;
  z-index: 99;
  border-radius: 10px;
}

/* ZOOM RESULT */
.zoom-result{
  display: none;
  width: 100%;
  height: 420px;
  border-radius: 14px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 200%;
}

/* CENTER */
.amazon-center{
  padding: 5px;
}

.product-title{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.brand-line{
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.rating-row{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.rating-box{
  background: #0b9d58;
  color: white;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
}
.rating-count{
  font-weight: 700;
  color: #555;
}

.price-row{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.selling-price{
  font-size: 26px;
  font-weight: 900;
  color: #111;
}

.mrp-price{
  text-decoration: line-through;
  color: #777;
  font-size: 16px;
  font-weight: 700;
}

.discount{
  color: #0b9d58;
  font-weight: 900;
}

.stock-text{
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

/* OFFERS */
.offers-box{
  margin-top: 15px;
  background: #f8fffd;
  border: 1px solid #d5f1ea;
  border-radius: 12px;
  padding: 12px;
}
.offers-box h3{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}
.offers-box ul{
  padding-left: 20px;
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* HIGHLIGHTS */
.highlights{
  margin-top: 15px;
}
.highlights h3{
  font-size: 15px;
  font-weight: 900;
}
.highlights ul{
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
}

/* DELIVERY */
.delivery-box{
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.delivery-box h3{
  font-size: 15px;
  font-weight: 900;
}
.pincode-row{
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.pincode-row input{
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.pincode-row button{
  background: #00a884;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}
.pincode-row button:hover{
  background: #00806a;
}
.pincode-result{
  margin-top: 8px;
  font-weight: 800;
}

/* WHOLESALE */
.wholesale-box{
  margin-top: 20px;
  border: 1px solid #d5f1ea;
  background: #f9fffd;
  border-radius: 12px;
  padding: 12px;
}
.wholesale-box h3{
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  color: #00806a;
}
.tier-pricing{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tier-row{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 6px;
  font-size: 14px;
}
.b2b-actions{
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.b2b-actions a{
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}
.btn-quote{
  background: #00a884;
  color: white;
}
.btn-net{
  background: #2874f0;
  color: white;
}

/* DESCRIPTION */
.product-full-desc{
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.product-full-desc h3{
  font-size: 15px;
  font-weight: 900;
}
.product-full-desc p{
  margin-top: 8px;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
}

/* RIGHT BUY BOX */
.amazon-right{
  position: sticky;
  top: 110px;
}

.buy-box{
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}

.buy-box .delivery-text{
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.in-stock{
  color: green;
  font-weight: 900;
}
.out-stock{
  color: red;
  font-weight: 900;
}

.price-main-right{
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
}

.btn-amazon-cart,
.btn-amazon-buy,
.btn-amazon-quote,
.btn-amazon-net{
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: 10px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
}

.btn-amazon-cart{
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: none;
  font-weight: 900;
  cursor: pointer;
  background: #ffd814;
  color: #111;
}

.btn-amazon-cart:hover{
  background: #f7ca00;
}

.btn-amazon-buy{
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  border: none;
  font-weight: 900;
  cursor: pointer;
  background: #ff9900;
  color: #111;
}

.btn-amazon-buy:hover{
  background: #e88b00;
}

.btn-amazon-quote{
  background: #00a884;
  color: white;
}
.btn-amazon-net{
  background: #2874f0;
  color: white;
}

.secure-link{
  display: block;
  margin-top: 12px;
  font-weight: 800;
  color: #2874f0;
  text-decoration: none;
}

/* BOTTOM FULL WIDTH */
.product-bottom-area{
  width: 100%;
  margin-top: 25px;
}

/* SPEC BOX */
.spec-box{
  background: white;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.spec-box h3{
  margin: 0 0 12px;
  font-weight: 900;
}
.spec-table{
  width: 100%;
  border-collapse: collapse;
}
.spec-table td{
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.spec-name{
  font-weight: 900;
  width: 35%;
}

/* REVIEW */
.review-box{
  background: white;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.review-form{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-form select,
.review-form textarea{
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.review-form button{
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #00a884;
  color: white;
  font-weight: 900;
  cursor: pointer;
}
.review-card{
  margin-top: 15px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
}
.review-top{
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  font-size: 13px;
}

/* SIMILAR */
.similar-products{
  background: white;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.similar-products h2{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
}
.similar-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.sim-card{
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  transition: 0.2s;
}
.sim-card:hover{
  transform: translateY(-4px);
}
.sim-card img{
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #fafafa;
}
.sim-card a{
  text-decoration: none;
  color: #111;
}
.sim-card h4{
  font-size: 14px;
  font-weight: 900;
  margin: 8px 0 5px;
  height: 40px;
  overflow: hidden;
}
.sim-card p{
  font-weight: 900;
  color: #00a884;
}

/* MOBILE BUYBAR */
.mobile-buybar{
  display: none;
}

/* RESPONSIVE */
@media(max-width: 1100px){
  .amazon-product-layout{
    grid-template-columns: 1fr;
  }
  .amazon-right{
    position: relative;
    top: auto;
  }
  .zoom-result{
    display: none !important;
  }
  .similar-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px){
  .mobile-buybar{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .mobile-buybar a{
    flex: 1;
    text-align: center;
    padding: 14px;
    font-weight: 900;
    text-decoration: none;
    color: white;
  }
  .m-cart{
    background: #ff9f00;
    color: #111 !important;
  }
  .m-buy{
    background: #fb641b;
  }
}