.productSection{max-width:calc(100% + 24px);flex-wrap:wrap;align-items:flex-start;margin:-12px;display:flex}.productCardContainer{max-width:calc(33.3333% - 24px);border:1px solid var(--black-90);border-radius:8px;flex:1 0 calc(33.3333% - 24px);margin:12px;position:relative}.productCardContainer:hover{background-color:var(--black-98)}.productCardItems{flex-direction:column;justify-content:space-between;padding-right:16px;display:flex}.productCardItems:nth-last-child(1){padding-right:0}.productCardItem{flex-direction:column;display:flex}.noUnderline,.noUnderline:hover{text-decoration:none!important}.productName{color:#1a181e;font-size:16px;font-weight:500;line-height:24px}.productName:hover{text-decoration:underline}.productQty{color:var(--black-12);text-transform:lowercase;margin-top:8px;font-size:14px;font-weight:400;line-height:18px}.productImg{width:100px;height:100px;border-radius:4px}.productCardItemDiscounted{flex-wrap:wrap;align-items:center;display:flex}.productPrice{margin-right:6px;font-size:18px;font-weight:500;line-height:26px}.productActualPrice{color:gray;margin-right:12px;font-size:16px;font-weight:400;line-height:24px;text-decoration:line-through}.productDiscountPercent{background-color:var(--secondary);color:var(--white);border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600;line-height:16px}.productCardItemQty{justify-content:space-between;display:flex}.btnContainer{display:flex}.actionAddbtnPrimary{background-color:var(--primary);color:#fff}.add-button p{width:12px;height:12px}@media screen and (max-width:1024px){.productCardItems{justify-content:center}.productSection{flex-direction:column;align-items:stretch;margin:0}.productSection>:first-child{padding-top:4px}.productSection>:not(:last-of-type){border-bottom:1px solid var(--black-90)}.headingContainer{padding:revert}.headingName{font-size:16px;font-weight:500;line-height:24px}.productImg{width:88px;height:88px}.productName{font-size:14px;line-height:18px}.productPrice{margin-right:4px;font-size:15px;line-height:22px}.productActualPrice{margin-right:8px;font-size:14px;line-height:20px}.productDiscountPercent{height:22px;align-items:center;padding:2px 8px;display:flex}.productQty{font-size:12px;line-height:16px}.productCardItemDiscounted{margin-top:20px}.productCardContainer{max-width:100%;width:100%;min-width:unset;border:none;border-radius:0;flex:1;margin:0}}a,a:hover,a:focus,a:active{color:inherit;text-decoration:none}