/* ===== PAGINA PRODUS ===== */
body { background:#f8f9fa; }
.container { padding:30px; }
h2 { margin-bottom:20px; color:#343a40; }
p { font-size:18px; line-height:1.6; color:#666; }
ul { list-style-type:disc; margin-left:20px; }
li { margin-bottom:10px; }
.img-fluid { border:5px solid #ddd; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,.1); max-width:100%; }
.price-display { font-size:22px; font-weight:bold; color:#333; margin-top:10px; }
.btn-back { display:inline-flex; align-items:center; gap:8px; margin-bottom:20px; color:#555; text-decoration:none; font-weight:600; }
.btn-back:hover { color:#333; }

/* ===== GALERIE FOTO PE PAGINA DE PRODUS ===== */
.product-gallery .main-image { width:100%; }
.main-image-wrap { cursor:zoom-in; }
