.card-container{display:flex;justify-content:space-evenly;flex-direction:column;gap:20px;width:100%;padding:20px}.product-card{flex:0 1 30%;min-width:250px;margin:0 10px;padding:20px;box-shadow:0 0 8px rgba(0,0,0,.2);border-radius:8px;height:-moz-fit-content;height:fit-content;transition:all .3s ease}.product-card:hover{box-shadow:0 0 12px var(--mantine-color-gray-8)}.clear-button{position:absolute;top:30px;right:30px;color:black}.intro_text-sub{display:flex;align-items:center;justify-content:space-between;background-color:#e7e7e7;min-height:50px;max-height:50px}.view-title{color:var(--color-text-black);font-size:16px;font-weight:800;text-transform:uppercase;margin:0;padding-left:1rem}.compare-image{width:100%;height:auto;object-fit:cover}@media screen and (min-width:881px){.card-container{flex-direction:row;gap:0}}