.cart-item-wrapper{padding:16px;width:100%;display:flex;gap:24px;cursor:pointer}@media(max-width:980px){.cart-item-wrapper{padding:0}}.cart-item-wrapper .left{display:flex;align-items:center;justify-content:center}.cart-item-wrapper .left .image-container{background-color:#f3f3f3;border-radius:16px;padding:8px;width:100px;height:100px}.cart-item-wrapper .left .image-container img{width:100%;height:100%;object-fit:contain}.cart-item-wrapper .right{width:80%;display:flex;flex-direction:column;gap:12px;justify-content:center}.cart-item-wrapper .right .item-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px}.cart-item-wrapper .right .buttons-container{display:flex;gap:16px}.cart-item-wrapper .right .buttons-container .quantity-wrapper{width:-moz-fit-content;width:fit-content;display:flex;gap:24px;border-radius:50px;border:1.5px solid var(--Grey-1000,#1b1b1b);padding:0 24px;align-items:center}.cart-item-wrapper .right .buttons-container .quantity-wrapper .icon-wrapper{display:flex;align-items:center;justify-content:center;padding:4px 0 0;cursor:pointer;width:30px;height:20px;transition:all .3s ease-in}.cart-item-wrapper .right .buttons-container .quantity-wrapper .icon-wrapper:hover{border-radius:16px;background-color:#f3f3f3}.cart-item-wrapper .right .buttons-container .quantity-wrapper .icon-wrapper.disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.cart-item-wrapper .right .buttons-container .delete-ic-wrapper{cursor:pointer;margin-left:auto}.cart-item-wrapper .right .active-discount{display:flex;align-items:center;margin:8px 0;font-size:14px;color:green}.cart-item-wrapper .right .active-discount .discount-check{margin-right:4px}.cart-item-wrapper .right .delete-ic-wrapper{transition:transform .1s ease-in;padding:0;height:41px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto}.cart-item-wrapper .right .delete-ic-wrapper:hover{transform:scale(1.1);background-color:transparent}.prices{display:flex;align-items:center;gap:1rem}.prices .old{text-decoration:line-through}.cart-item-wrapper-mobile{display:flex;flex-direction:column;gap:0}.cart-item-wrapper-mobile .dynamicSection{display:flex;flex-direction:column;gap:12px}.cart-item-wrapper-mobile .header{display:flex;justify-content:space-between;align-items:center}.cart-item-wrapper-mobile .header .item{display:flex;align-items:center;gap:16px}.cart-item-wrapper-mobile .header .item .image-container{background-color:#f3f3f3;border-radius:16px;padding:8px;width:100px;height:100px}.cart-item-wrapper-mobile .header .item .image-container img{width:100%;height:100%;object-fit:contain}.cart-item-wrapper-mobile .active-discount{display:flex;align-items:center;margin:8px 0;font-size:14px;color:green}.cart-item-wrapper-mobile .active-discount .discount-check{margin-right:4px}.cart-item-wrapper-mobile .buttons-container{display:flex;gap:16px;align-items:center}.cart-item-wrapper-mobile .buttons-container .quantity-wrapper{width:-moz-fit-content;width:fit-content;display:flex;gap:24px;border-radius:50px;border:1.5px solid var(--Grey-1000,#1b1b1b);padding:10px 20px;align-items:center}.cart-item-wrapper-mobile .buttons-container .quantity-wrapper .icon-wrapper{display:flex;align-items:center;justify-content:center;padding:4px 0 0;cursor:pointer;width:30px;height:20px;transition:all .3s ease-in}.cart-item-wrapper-mobile .buttons-container .quantity-wrapper .icon-wrapper:hover{border-radius:16px;background-color:#f3f3f3}.cart-item-wrapper-mobile .buttons-container .quantity-wrapper .icon-wrapper.disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.cart-item-wrapper-mobile .text-24{margin-left:auto}