.product-item{display:grid;grid-template-columns:1fr 2.5fr;padding:0 2rem;grid-gap:1rem;gap:1rem;align-items:center;justify-content:center;position:relative}.product-item_image img{width:100%;height:auto;max-height:150px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin-bottom:0;aspect-ratio:3/4;border-radius:1rem}.product-item_title{font-size:1rem;margin-bottom:0;font-weight:500;line-height:1}.product-item_price{font-size:1.125rem;font-weight:500;color:#ab03d0;margin-bottom:.25rem}.product-item_collections{font-size:1rem;color:#606060;margin-bottom:.25rem}.product-item .controls{display:flex;align-items:center;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.product-item .controls .quantity-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid #ab03d0;border-radius:.3rem;padding:6px;min-width:5rem;line-height:1;font-weight:500;color:#ab03d0}.product-item .controls .c-button{border-width:1px;border-color:#ab03d0;color:#ab03d0;font-weight:500}
