
main.site-main{padding-top:140px;padding-bottom:60px;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.product-section{gap:32px}
.product-gallery{max-width:420px}
.main-img-wrap{width:100%;max-width:400px;height:480px;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,0.25);background: #f8f9fa;display:flex;justify-content:center;align-items:center;margin-bottom:14px}
.main-img-wrap img{max-height:90%;width:auto;object-fit:contain;transition:transform .6s ease}
.main-img-wrap:hover img{transform:scale(1.08)}
.thumbs{display:flex;gap:10px;flex-wrap:wrap}
.thumb-wrap{width:78px;height:96px;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,0.08);background: #f8f9fa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}
.thumb-wrap img{width:90%;height:auto;object-fit:contain}
.thumb-wrap.active,.thumb-wrap:hover{border-color:#d9a066;box-shadow:0 0 0 1px rgba(217,160,102,0.5);transform:translateY(-2px)}
.product-info h1{color: #c89b68;font-weight:800;font-size:2rem;margin-bottom:12px;letter-spacing:.03em;text-transform:uppercase}
.product-info .price{font-size:24px;font-weight:800;color:#d9a066;margin-bottom:10px}
.product-info .meta-line{font-size:14px;color: #2b1f19;margin-bottom:12px}
.product-info .desc{font-size:15px;color: #2b1f19;margin-bottom:18px;line-height:1.7}
.features-list{list-style:none;padding:0;margin:0 0 20px}
.features-list li{margin-bottom:8px;font-size:14px;color: #605f63;display:flex;align-items:flex-start;gap:6px}
.features-list i{color:#d9a066;margin-top:3px}
.btn-brown{background:#c58a41;color:#fff;border:0;padding:0 22px;border-radius:999px;font-weight:700;transition:.25s;font-size:14px;width:auto;height:44px;display:inline-flex;align-items:center;gap:8px;letter-spacing:.03em;text-transform:uppercase}
.btn-brown:hover{background:#f0b15c;color:#111;transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,0.5)}
@media (max-width:991px){
  main.site-main{padding-top:120px}
  .product-section{flex-direction:column}
  .product-gallery{max-width:100%}
}
@media (max-width:575px){
  .main-img-wrap{height:380px}
  .product-info h1{font-size:1.6rem}
}
