"`html
אחריות
המוצר מגיע עם אחריות לשנה אחת על פגמים בייצור.
תיאור מוצר
המוצר שלנו מיועד לשיפור חיי היום-יום שלך ונוח במיוחד לשימוש בכל סביבה.
הוא בעל עיצוב מודרני ומתאים לכל מטרה שתצטרך.
הוסף לעגלה
.add-to-cart {
position: relative;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.button-decoration {
position: absolute;
border-radius: 0.5rem;
inset: 0;
background-color: var(–mainColor);
transform: translateY(100%);
transition: transform 400ms ease-in-out;
}
.add-to-cart:hover .button-decoration {
transform: translateY(0);
}
"`










