.CartproductContainer{padding:var(--padding-top-bottom,16px);gap:var(--padding-top-bottom,16px);border-radius:12px;background:var(--Color-white,#FFF);box-shadow:40px 40px 100px 0 rgba(0,0,0,.04)}.CartproductContainer,.CartproductContainer .topSection{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.CartproductContainer .topSection{justify-content:center;gap:24px;flex:1 1}.CartproductContainer .topSection .image{width:100%;max-width:160px;margin:0 auto}.CartproductContainer .topSection .image img{width:100%}.CartproductContainer .topSection .productInfo{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--Radius-12,12px)}.CartproductContainer .topSection .productInfo #Name{display:flex;justify-content:space-between;width:100%}.CartproductContainer .topSection .productInfo #Name .name{color:var(--Neutral-800,#170F49);font-size:18px;font-style:normal;font-weight:600;line-height:120%}.CartproductContainer .topSection .productInfo #Price{display:flex;align-items:center;width:100%;justify-content:start;gap:8px;color:var(--Neutral-500,#A0A3BD);font-size:16px;font-style:normal;font-weight:400;line-height:150%}.CartproductContainer .topSection .productInfo .old{color:var(--Color-gray-500,#747474);font-family:var(--Outfit-font);font-size:clamp(14px,2vw,16px);font-style:normal;font-weight:400;line-height:120%;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.CartproductContainer .topSection .productInfo .main{color:var(--Color-black,#0D0D0D)}.CartproductContainer .topSection .productInfo .count,.CartproductContainer .topSection .productInfo .main{font-family:var(--Outfit-font);font-size:clamp(18px,2vw,22px);font-style:normal;font-weight:500;line-height:140%}.CartproductContainer .topSection .productInfo .count{color:var(--Color-red-primary---600,#E03B24)}.CartproductContainer .topSection .productInfo .rate{color:#faca15}.CartproductContainer .topSection .productInfo .fillRed{fill:red}.CartproductContainer .topSection .productInfo .grey{color:#747474}.CartproductContainer .bottomSection{display:flex;justify-content:space-between;width:100%;align-items:center;gap:14px;flex:1 1}.CartproductContainer .bottomSection .actionButtons{display:flex;align-items:flex-start;gap:12px;align-self:stretch;align-items:center;justify-content:end}.CartproductContainer .bottomSection .actionButtons .disabled{pointer-events:none;opacity:.5}.CartproductContainer .bottomSection .actionButtons .addButt{display:flex;flex:1 0 50%;justify-content:space-between;align-items:center;border-radius:29.286px;background-color:var(--Neutral-200,#F7F7FB);padding:4.571px;gap:15px}.CartproductContainer .bottomSection .actionButtons .addButt .iconHolder{display:flex;padding:9px;justify-content:center;align-items:center;gap:4.571px;align-self:stretch;border-radius:22.857px;background:#fff;cursor:pointer}.CartproductContainer .bottomSection .actionButtons .addButt .icon{color:#170f49;font-size:large}.CartproductContainer .bottomSection .actionButtons .addButt #quantity{color:var(--Neutral-800,#170F49);text-align:center;font-size:11.714px;font-style:normal;font-weight:700;line-height:150%}.CartproductContainer .bottomSection .EditButtons{display:flex;align-items:center;gap:8px}@media(min-width:1000px){.CartproductContainer .bottomSection .EditButtons{gap:16px}}.CartproductContainer .bottomSection .EditButtons .icon{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:50px;border:1px solid var(--Neutral-400,#d8dbe9)}@media(min-width:850px){.CartproductContainer,.CartproductContainer .topSection{flex-direction:row}.CartproductContainer .topSection .image{flex:1 1;max-width:150px;margin:auto}.CartproductContainer .topSection .productInfo{flex:4 1;height:100%;justify-content:center}.CartproductContainer .bottomSection{gap:24px}}