.product-add-buttons{flex-direction:row;align-items:center;grid-gap:8px;margin-right:32px}.product-add-buttons p{min-width:28px;height:28px;color:#3a3a3a;font-weight:500;line-height:28px;text-align:center}@media (max-width:640px){.product-add-buttons{grid-gap:0;margin-right:12px}}.basket-card{position:relative;flex-direction:row;align-items:center;width:100%;margin-bottom:12px;padding:8px 24px 8px 8px;border-bottom:1px solid #ddd;background-color:#fff}.basket-card .basket-card-wrap{flex-direction:row;align-items:center;flex-grow:1;flex-shrink:1;cursor:pointer}.basket-card .basket-card-control-wrap{flex-direction:row;align-items:center;flex-grow:0;flex-shrink:0}.basket-card .basket-card-image{flex-grow:0;flex-shrink:0;width:68px;height:68px;margin-right:16px;border-radius:10px;object-fit:cover}.basket-card .basket-card-info{flex-grow:1;flex-shrink:1;max-width:280px;margin:0 12px 0 0}.basket-card .basket-card-info h3{font-size:.9rem;line-height:1.22;text-transform:none;margin-bottom:4px}.basket-card .basket-card-info p{color:#3a3a3a;font-size:.85rem;font-weight:400;line-height:1.22}.basket-card .basket-card-control{justify-content:center;flex-grow:0;flex-shrink:0;height:72px;margin:0 12px}.basket-card .basket-card-control p{font-weight:500;white-space:nowrap}.basket-card .basket-card-button{position:absolute;top:0;right:0;justify-content:center;flex-grow:0;flex-shrink:0;margin-left:8px}@media (max-width:768px){.basket-card{flex-wrap:wrap}.basket-card .basket-card-control{flex-wrap:1;flex-shrink:1;justify-content:space-between;height:auto;padding:8px 0;margin:0 24px 0 0}.basket-card .basket-card-button{height:auto;padding:8px 0}}@media (max-width:640px){.basket-card-control-wrap{justify-content:space-between;width:100%;margin-left:0}.basket-card-control-wrap .basket-card-button{margin-right:12px}}