.page-header { display:flex; align-items:center; justify-content:space-between; padding:10px 16px; color:#fff; position:sticky; top:0; z-index:100; }
.back-arrow { color:#fff; text-decoration:none; font-size:20px; }
.logo-text { font-weight:600; }
.cart-link { color:#fff; text-decoration:none; }

.product-gallery { background:#fff; height:45vh; padding-bottom:10px; position:relative; }
.gallery-slides { display:flex; height:100%; overflow-x:auto; scroll-snap-type:x mandatory; }
.gallery-slide { min-width:100%; display:flex; align-items:center; justify-content:center; scroll-snap-align:center; }
.gallery-slide img { max-width:85%; max-height:90%; object-fit:contain; }
.gallery-dots { position:absolute; bottom:6px; left:0; width:100%; display:flex; justify-content:center; gap:6px; }
.gdot { width:6px; height:6px; border-radius:50%; background:#d0d0d0; transition:all .2s; }
.gdot.active { width:16px; border-radius:4px; background:#2874f0; }

.section-box { background:#fff; padding:16px; margin-bottom:8px; }
.product-title { font-size:16px; margin-bottom:8px; }
.rating-line { display:flex; align-items:center; gap:8px; margin-bottom:12px; }
.assured-badge { height:19px; margin-left:4px; }
.rating-badge { background:#388e3c; color:#fff; padding:2px 6px; border-radius:2px; font-size:12px; font-weight:600; }
.total-ratings-text { color:#878787; font-size:13px; }
.price-line { display:flex; align-items:baseline; gap:8px; margin-bottom:8px; }
.final-price { font-size:24px; font-weight:600; }
.mrp { color:#878787; text-decoration:line-through; font-size:14px; }
.discount { color:#388e3c; font-weight:500; }
.free-delivery { font-size:14px; margin-bottom:8px; }
.free-delivery span { color:#388e3c; font-weight:700; }

.variant-section { border-top:1px solid #f1f2f4; margin-top:16px; padding-top:16px; }
.variants-block { margin-bottom:16px; }
.variant-title { font-size:14px; color:#878787; margin-bottom:10px; }
.selected-vk { color:#212121; font-weight:500; }
.variants { display:flex; gap:10px; overflow-x:auto; }
.variant { border:1px solid #e0e0e0; border-radius:4px; padding:6px 10px; text-align:center; cursor:pointer; min-width:70px; }
.variant img { width:100%; height:40px; object-fit:contain; margin-bottom:4px; }
.variant.v-active { border:2px solid #2874f0; }
.variant.v-active span { color:#2874f0; font-weight:500; }

.specs-title { font-size:16px; margin-bottom:10px; font-weight:500; }
#product-description { font-size:13px; line-height:1.6; color:#212121; }

.footerbuttonbuy { position:fixed; bottom:0; left:0; width:100%; display:flex; background:#fff; box-shadow:0 -1px 4px rgba(0,0,0,.1); height:52px; }
.btn1 { flex:1; border:none; font-size:15px; font-weight:600; text-transform:uppercase; cursor:pointer; }
.btncart { background:#fff; color:#1a1a1a; border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0; font-weight:700; cursor:pointer; }
.btnbuy { background:#fb641b; color:#fff; font-weight:700; }
.btnbuy.full-width { width:100%; }

/* WOW deal collapsible offers */
.wow-offer-banner { display:flex; align-items:center; gap:10px; background:linear-gradient(90deg,#1a4fd6,#2874f0); color:#fff; padding:10px 14px; border-radius:8px; margin:12px 0; cursor:pointer; }
.wow-badge { font-size:10px; font-weight:800; line-height:1.1; background:rgba(255,255,255,.15); padding:4px 6px; border-radius:4px; text-align:center; }
.wow-offer-text { flex:1; font-size:13px; font-weight:500; }
.wow-chevron { font-size:16px; transition:transform .2s; }
.offers-list { background:#fff; border:1px solid #f0f0f0; border-radius:8px; padding:12px 14px; margin-bottom:10px; }
.offer-item { font-size:13px; color:#212121; margin-bottom:10px; line-height:1.4; }
.offer-item:last-child { margin-bottom:0; }

/* Reviews */
.review-header { margin-bottom:12px; }
.review-header h3 { font-size:16px; font-weight:500; }
.review-card { padding:10px 0; border-top:1px solid #f1f2f4; }
.review-badge-title { display:flex; align-items:center; gap:8px; margin-bottom:6px; }
.r-badge { background:#388e3c; color:#fff; padding:1px 6px; border-radius:3px; font-size:12px; font-weight:700; }
.r-title { font-size:13px; font-weight:500; }
.r-text { font-size:13px; color:#212121; margin-bottom:6px; }
.r-footer { font-size:12px; color:#878787; }

/* Related products */
.similar-products-container { display:flex; gap:12px; overflow-x:auto; padding-bottom:6px; }
.similar-product-card { min-width:130px; max-width:130px; border:1px solid #e0e0e0; border-radius:6px; padding:10px; text-decoration:none; color:inherit; background:#fff; flex-shrink:0; }
.similar-product-card img { width:100%; height:100px; object-fit:contain; margin-bottom:8px; }
.similar-product-title { font-size:12px; color:#212121; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:6px; min-height:31px; }
.similar-product-rating .badge { background:#388e3c; color:#fff; font-size:10px; padding:1px 4px; border-radius:2px; }
.similar-product-price { font-size:13px; font-weight:600; }
.similar-product-mrp { font-size:11px; color:#878787; margin-left:4px; }
.similar-product-discount { font-size:11px; color:#388e3c; margin-top:2px; }

@media (max-width: 380px) {
  .product-title { font-size:14px; }
  .final-price { font-size:20px; }
  .wow-offer-text { font-size:12px; }
}
