.accessory_card{display:flex;flex-direction:column;gap:.5rem;width:12.5rem;padding:.75rem;background-color:#fff;border:1px solid #deddd7;border-radius:.75rem}.accessory_card:hover{border-color:#72716f}.accessory_card.active{border-color:#242424}.accessory_card__image_wrap{display:flex;align-items:center;justify-content:center;height:5.25rem;color:#72716f;background-color:#f9f8f1;border-radius:.75rem}.accessory_card__image{max-width:100%;max-height:100%}.accessory_card__name{display:-webkit-box;min-height:2rem;overflow:hidden;font-size:.875rem;font-weight:600;line-height:1.25;color:#242424;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.accessory_card__name:hover{text-decoration:underline}.accessory_card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem}.accessory_card__price{font-size:.875rem;font-weight:700;color:#242424}.accessory_card__add{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:#f9f8f1;background-color:#242424;border-width:0;border-radius:9999px;cursor:pointer}.accessory_card.active .accessory_card__add{color:#242424;background-color:#24e3c3}.accessory_card__add_icon--remove{display:none}.accessory_card.active .accessory_card__add_icon--add{display:none}.accessory_card.active .accessory_card__add_icon--remove{display:inline-flex}