.product_item__T0CGp{background-color:var(--gray-color);padding:1rem;border-radius:1.2rem;font-size:var(--font);display:flex;align-items:start;width:100%;flex-direction:column;gap:10px;height:100%;justify-content:space-between}.product_item__T0CGp div{width:100%}.product_item__T0CGp .product_details__yJ1my{display:flex;align-items:start;width:100%;font-size:1em;flex-direction:column}.product_item__T0CGp h5{font-size:1.3em;font-weight:500;max-width:19ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-color);text-transform:capitalize}.product_item__T0CGp .product_price__NCMD5{font-weight:600;color:var(--text2-color)}.product_item__T0CGp .product_image__DxYh_{height:18em;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:.8em;background-color:var(--bg-color)}.product_item__T0CGp .product_image__DxYh_ img{width:100%;object-fit:cover;object-position:center;height:100%;transition:all .5s ease}.product_item__T0CGp .product_image__DxYh_ a{height:100%;width:100%}.product_item__T0CGp .product_image__DxYh_:hover img{transform:scale(1.1)}.product_item__T0CGp .product_icon__MymJH{font-size:1.4em;padding:.4em;display:flex;justify-content:center;align-items:center;background-color:var(--bg-color);border-radius:50%;transition:all .5s ease}.product_item__T0CGp .product_icon__MymJH svg{color:var(--text-color)}.product_item__T0CGp .product_icon__MymJH:hover{background-color:var(--accent2-color)}.product_item__T0CGp .product_icon__MymJH:hover svg{color:var(--bg-color)}.product_item__T0CGp .product_ctc__3CL5a{position:absolute;top:6%;right:4%;width:fit-content;display:flex;align-items:center;gap:.5em}.product_item__T0CGp .product_add__LB2nE{background-color:var(--accent2-color);color:var(--bg-color);font-weight:600;border-radius:50%;padding:.4em;display:flex;align-items:center;justify-content:center;font-size:1.2em;transform:translateY(-170%);transition:all .3s ease-in-out var(--delay)}.product_item__T0CGp:hover .product_add__LB2nE{transform:translateY(0)}.product_item__T0CGp .product_add__LB2nE span{display:none}@media (max-width:1440px){.product_item__T0CGp h5{max-width:16ch}}@media (max-width:1199px){.product_item__T0CGp h5{max-width:15ch}}@media (max-width:999px){.product_item__T0CGp{background-color:var(--gray-color);padding:15px;border-radius:1.2rem;font-size:.9rem}.product_item__T0CGp .product_image__DxYh_{height:18em}.product_item__T0CGp .product_add__LB2nE{font-size:.9rem}.product_item__T0CGp .product_add__LB2nE svg{font-size:1.3em}.product_item__T0CGp .product_ctc__3CL5a{gap:8px}}@media (max-width:768px){.product_item__T0CGp .product_add__LB2nE{transform:translateY(0)}}@media (max-width:599px){.product_item__T0CGp{padding:.8em;font-size:.8em;border-radius:.8em}.product_item__T0CGp .product_image__DxYh_{height:13em}.product_item__T0CGp h5{max-width:18ch;font-size:1.2em}.product_item__T0CGp .product_add__LB2nE{font-size:1em}}@media (max-width:499px){.product_item__T0CGp h5{max-width:14ch}}@media (max-width:399px){.product_item__T0CGp{font-size:.7em}.product_item__T0CGp h5{max-width:13ch}}.product_addToCartButton__yatJD{margin-top:16px;width:100%;padding:10px 16px;font-size:14px;font-weight:700;border:none;border-radius:4px;background-color:black}.product_addToCartButton__yatJD,.product_removeButton__AdIF6{display:flex;align-items:center;justify-content:center;cursor:pointer}.product_removeButton__AdIF6{position:absolute;top:11rem;background:rgba(255,255,255,.8);border:none;border-radius:50%;width:32px;height:32px;z-index:10;transition:background .3s}.product_removeButton__AdIF6:hover{background:rgba(255,0,0,.8);color:#fff}