.product-breadcrumb-container { width:100%; max-width:1200px; margin:20px auto; padding:12px 20px; background:#fff; border:1px solid #e5e5e5; border-radius:10px; box-shadow:0 4px 12px rgba(0,0,0,0.06); box-sizing:border-box; transition:all 0.3s ease; }
.product-breadcrumb-inner { font-size:14px; color:#555; word-wrap:break-word; }
.product-breadcrumb-inner a { color:#222; text-decoration:none; font-weight:500; transition:color 0.3s ease; }
.product-breadcrumb-inner a:hover { color:#e63946; }
.product-breadcrumb-inner .delimiter { margin:0 5px; color:#aaa; }
@media(max-width:768px){ .product-breadcrumb-container { padding:10px 12px; } .product-breadcrumb-inner { font-size:13px; } }
.dual-block-container { display:flex; justify-content:space-between; width:100%; max-width:1200px; margin:20px auto; gap:20px; flex-wrap:wrap; }
.dual-block { flex:1 1 48%; padding:18px; background:#fff; border:1px solid #e5e5e5; border-radius:10px; box-shadow:0 4px 12px rgba(0,0,0,0.06); box-sizing:border-box; transition:all 0.3s ease; }
.product-gallery .gallery-wrapper { display:flex; gap:20px; flex-direction:row-reverse; }
.product-gallery .main-image { flex:1 1 auto; display:flex; justify-content:center; align-items:center; width:100%; aspect-ratio:1/1; overflow:hidden; border-radius:8px; background-color:#fafafa; box-shadow:inset 0 0 6px rgba(0,0,0,0.02); transition:all 0.3s ease; z-index:1; }
.product-gallery .main-image img { width:100%; height:100%; object-fit:contain; border-radius:8px; transition:transform 0.3s ease; }
.product-gallery .main-image img:hover { transform:scale(1.02); }
.product-gallery .thumbnail-images { display:flex; flex-direction:column; gap:10px; flex:0 0 auto; z-index:1; }
.product-gallery .thumbnail-images img { width:70px; height:70px; object-fit:cover; border:1px solid #ddd; border-radius:6px; cursor:pointer; transition:all 0.3s ease; }
.product-gallery .thumbnail-images img:hover { border-color:#e63946; transform:scale(1.08); }
.product-gallery .thumbnail-images img.active { border-radius:8px; outline:1.5px solid #e63946; outline-offset:-1.5px; box-shadow:0 0 4px rgba(230,57,70,0.3); transition:all 0.25s ease-in-out; }
@media(max-width:992px){ .product-gallery .gallery-wrapper { flex-direction:column; align-items:center; } .product-gallery .main-image { order:1; width:100%; max-width:100%; margin-bottom:12px; } .product-gallery .thumbnail-images { order:2; flex-direction:row; justify-content:center; flex-wrap:wrap; margin-top:10px; } .product-gallery .thumbnail-images img { width:calc(20% - 8px); height:auto; margin:4px; } }
