"`html
אחריות
האחריות למוצר זה היא ל-12 חודשים בכפוף לתנאי האחריות המקוריים של היצרן. האחריות מכסה פגמים בייצור וחומרים.
.product-responsibility {
margin-bottom: 20px;
background-color: #f9f9f9;
padding: 10px;
border-radius: 5px;
}
.cart-action {
position: relative;
display: inline-block;
}
.add-to-cart {
position: relative;
z-index: 10;
background: none;
border: none;
cursor: pointer;
overflow: hidden;
}
.add-to-cart .label {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.hover-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(–mainColor);
border-radius: 5px;
transform: translateY(100%);
transition: transform 400ms ease-in-out;
}
.add-to-cart:hover .hover-background {
transform: translateY(0);
}
"`

מכונת וופל בלגי 12 מקלות 





