אחריות
המוצר מגיע עם אחריות לשנה אחת על פגמים בייצור.
תיאור מוצר
המוצר שלנו בנוי לשדרג את חיי היום-יום שלך ומומלץ לשימוש בכל מקום.
עיצובו המודרני הופך אותו לשימושי בכל מצב.
הוסף לעגלה
.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);
}









