Gå til hovedinnhold
Gå til sidebunn
T-skjorter
kr 199.00
kr 199.00
kr 199.00
kr 119.00
Skilt
kr 129.00 – kr 199.00
kr 159.00
kr 159.00
kr 149.00
Lag design
kr 189.00
kr 49.00
kr 129.00 – kr 149.00
kr 199.00
/* Bytt produktbilde ved hover */
.woocommerce ul.products li.product .woocommerce-product-gallery__wrapper {
position: relative;
}
.woocommerce ul.products li.product .hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.3s ease;
width: 100%;
height: auto;
}
.woocommerce ul.products li.product:hover .hover-image {
opacity: 1;
}