Skip to content
Whoops, our bad…
- The page you requested was not found, and we have a fine guess why.
-
- If you typed the URL directly, please make sure the spelling is correct.
- If you clicked on a link to get here, the link is outdated.
- What can you do?
- Have no fear, help is near! There are many ways you can get back on track with Magento Store.
-
- Go back to the previous page.
- Use the search bar at the top of the page to search for your products.
- Follow these links to get you back on track!
Store Home | My Account
document.addEventListener("DOMContentLoaded", function() {
var products = document.querySelectorAll(".woocommerce ul.products li.product img");
products.forEach(function(img) {
img.style.width = "100%";
img.style.height = "250px"; // еднаква височина
img.style.objectFit = "cover";
});
});