.productCardCart{background-color:var(--color-bg-primary);border-radius:16px;align-items:center;gap:14px;padding:12px}.productCardCart .img{border-radius:12px;width:100px;height:100px;position:relative;overflow:hidden}.productCardCart .img img{object-fit:contain}.productCardCart .img .low_discount{z-index:2;position:absolute}.productCardCart .img .low_discount:lang(ar){left:auto;right:5px}.productCardCart .info{gap:4px}.productCardCart .info .category{color:var(--color-font-second);font-size:16px;font-weight:300}.productCardCart .info .title{font-size:16px;font-weight:500}.productCardCart .info .tags{flex-wrap:wrap;align-items:center;gap:8px}.productCardCart .info .tags span{color:var(--color-font-second);font-weight:300}.productCardCart .info .tags ul{gap:4px}.productCardCart .info .tags ul li{color:#fff;background:#02ad02;border-radius:9999px;padding:4px 8px;font-size:12px;line-height:16px}.productCardCart .info .actions{flex-wrap:wrap}.productCardCart .info .price{margin:12px 0}.productCardCart .info .price .old-price{color:var(--color-font-second);align-items:center;gap:2px;line-height:27px;text-decoration:line-through}.productCardCart .info .price .old-price svg{margin-bottom:2px}.productCardCart .info .price .current-price{color:var(--color-font-primary);align-items:center;gap:2px;font-size:16px;font-weight:500;line-height:27px}.productCardCart .info .price .current-price.free{text-decoration:line-through}.productCardCart .quantity{border-radius:8px;width:fit-content;height:30px;padding:8px 4px;transition:all .1s ease-out}.productCardCart .quantity button{width:26px;height:100%;box-shadow:none;background-color:#0000;border:none;padding:0}.productCardCart .quantity input{color:#1c2025;text-align:center;background-color:#0000;border:none;border-radius:8px;outline:0;width:26px;font-size:14px;font-weight:500;line-height:1.375}.productCardCart .quantity:hover{border-color:var(--color-primary)}.productCardCart.withActions .quantity{background-color:#fff}@media (max-width:1200px){.productCardCart .info .category{font-size:14px}.productCardCart .info .title{font-size:16px}.productCardCart .actions{justify-content:space-around}.productCardCart .actions .quantity .quantityBtns{height:40px;padding:4px}.productCardCart .actions .quantity .quantityBtns input{width:35px;font-size:16px}.productCardCart .actions .quantity .quantityBtns button{width:28px;height:28px}.productCardCart .actions .loadingS1{width:35px!important}.productCardCart .actions .removeItemBtn{width:40px;height:40px;padding:10px}}@media (max-width:1100px){.productCardCart{padding:12px 18px}.productCardCart .img{width:140px;height:140px}.productCardCart .img .low_discount{flex-direction:column;align-items:flex-start}.productCardCart .info{flex-direction:column;align-items:flex-start;gap:16px}.productCardCart .info>div:first-of-type{align-self:stretch;gap:8px}}@media (max-width:479px){.productCardCart .low,.productCardCart .discount{height:24px;padding:0 10px;font-size:12px}.productCardCart .info .category{font-size:12px}.productCardCart .info .actions{flex-direction:column-reverse;align-items:flex-start;gap:0}.productCardCart .info .price span{font-size:14px}.productCardCart .info .price img{width:12px;height:12px}}
