.AddToCartIconButton_button__F46TX{display:inline-flex;justify-content:center;align-items:center;background:#111827;color:#fff;width:2.5rem;height:2.5rem;border-radius:.75rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.AddToCartIconButton_button__F46TX:hover{transform:scale(1.1) rotate(8deg);background:#1f2937}.AddToCartIconButton_icon___iLwE{width:1.25rem;height:1.25rem;stroke-width:2.5;transition:transform .3s ease,color .3s ease}.AddToCartIconButton_added__U_3ZO{background:#16a34a;animation:AddToCartIconButton_pop__UXKuS .3s ease}@keyframes AddToCartIconButton_pop__UXKuS{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.ProductCard_card__EYQ5x{height:100%;border:1px solid theme("colors.gray.200");border-radius:1rem;background:var(--color-background);box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.ProductCard_card__EYQ5x:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.ProductCard_dark__lgO7T .ProductCard_card__EYQ5x{border-color:theme("colors.gray.700");box-shadow:0 1px 2px hsla(0,0%,100%,.05)}.ProductCard_image__2dHHK{width:100%;height:12rem;object-fit:contain;padding:1.5rem;transition:transform .2s ease}.ProductCard_card__EYQ5x:hover .ProductCard_image__2dHHK{transform:scale(1.05)}.ProductCard_content__TNMy2{display:flex;flex-direction:column;flex:1;padding:1.5rem}.ProductCard_title__ukA7X{color:var(--color-foreground);font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_category__R2y8d,.ProductCard_description___1_ac{color:theme("colors.gray.500");font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_category__R2y8d{margin-bottom:.5rem;text-transform:capitalize}.ProductCard_bottom__gQpk1{display:flex;justify-content:space-between;align-items:center}.ProductCard_price__Z4oEE{font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.ProductCard_addBtn__jDK4V{width:24px;height:24px;opacity:0;color:theme("colors.red.600");padding:.5rem 1rem;border-radius:.75rem;cursor:pointer}.ProductCard_addBtn__jDK4V:hover{background:var(--color-foreground);color:var(--color-background)}.ProductCard_card__EYQ5x:hover .ProductCard_addBtn__jDK4V{opacity:1;box-shadow:0 4px 6px rgba(0,0,0,.1)}