/* Keep initial geometry stable before images, translation and Slick are ready. */
.template-product-detail-sidebar #google_translate_element { min-height: 26.05px; }
.template-product-detail-sidebar .product-single-photo:not(.slick-initialized) > .single-item:not(:first-child) { display: none; }
.template-product-detail-sidebar .product-single-photo .single-item > img:not(.zoomImg) { width: 100%; height: auto; }
.template-product-detail-sidebar .product-thumb:not(.slick-initialized) { display: flex; }
.template-product-detail-sidebar .product-thumb:not(.slick-initialized) > .thumb-item { flex: 0 0 calc(25% - 10px); }
.template-product-detail-sidebar .product-thumb .thumb-item img { width:100%; height:auto; aspect-ratio:1; object-fit:contain; }
@media(max-width:991px) {
 .template-product-detail-sidebar .filter-block .block-content,
 .template-product-detail-sidebar .cms-block .cms-block-content { display:none; }
}
