.productCard{width:250px;cursor:pointer;display:flex;flex-direction:column}.productCard,.productCard a{text-decoration:none}@media(max-width:1280px){.productCard{width:236px}}.productCard:hover .product_image img{transform:scale(1.1)}.productCard.sm{display:flex;align-items:center;width:auto;flex-direction:row;flex-grow:1;gap:10px}.productCard.sm .product_image{width:90px;height:90px;border-radius:18px;min-width:90px;padding:8px}.productCard.sm .product_image .addToWishlist{top:6px;right:6px;width:32px;height:32px;min-height:32px}.productCard.sm .product_image .saleBadge{top:8px;font-size:10px;z-index:50}.productCard.sm .product_info{flex-grow:1;padding:8px;align-items:flex-start;margin-top:0;border:none;gap:0}.productCard.sm .product_info p{text-align:left}.productCard.sm .product_info p.name{font-size:14px}.productCard.sm .product_info .infoBox{width:100%}.productCard.sm .product_info .infoBox .lightTxt{font-size:12px}.productCard.sm .product_info .infoBox:last-child{flex-direction:column-reverse;align-items:flex-start}.productCard.sm .product_info .infoBox .productPrice{flex-direction:row-reverse}.productCard.sm .product_info .infoBox .productPrice .new{font-size:16px}.productCard.sm .product_info .infoBox .productPrice .old{font-size:12px}.productCard.sm .product_info .infoBox .addtocartBttn{font-size:12px;padding:2px 8px}.productCard.sm .product_info .infoBox .deleteBttn{margin-left:4px;padding:6px;color:#d32f2f;font-size:20px;transition:all .3s ease-in-out}.productCard.sm .product_info .infoBox .deleteBttn:hover{background-color:#d32f2f;color:#fff}.productCard .product_image{border:1px solid #e0e0e5;background-color:#f1f5f9;border-radius:18px 18px 0 0;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;z-index:10;aspect-ratio:1/1}.productCard .product_image .addToWishlist{position:absolute;right:8px;top:12px;background-color:#fff;color:var(--navy-color);box-shadow:0 5px 15px rgba(0,0,0,.349);z-index:20;transition:all .3s ease-in-out;width:36px;height:36px}.productCard .product_image .addToWishlist:hover{transform:scale(1.1)}.productCard .product_image .saleBadge{position:absolute;left:0;top:24px;padding:3px 8px;background-color:#ffeb69;color:var(--navy-color);font-weight:600;font-size:14px;z-index:50}.productCard .product_image img{transition:all .3s ease-in-out;object-fit:contain;max-height:100%}.productCard .product_info{flex-grow:1;position:relative;z-index:20;border:1px solid #e0e0e5;background-color:#fff;margin-top:-24px;border-radius:18px;padding:18px 12px;display:flex;flex-direction:column;gap:8px}.productCard .product_info .infoBox{display:flex;align-items:center;justify-content:space-between;gap:12px}.productCard .product_info .infoBox:nth-child(2){min-height:38px}.productCard .product_info .infoBox p{color:var(--navy-color);font-weight:700;line-height:110%}.productCard .product_info .infoBox p.name{width:100%;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;font-size:clamp(15px,1.6vw,17px)}.productCard .product_info .infoBox .lightTxt{color:#a8a8a8;font-size:500;font-size:clamp(12px,.8vw,14px);width:70%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.productCard .product_info .infoBox .productRate{display:flex;align-items:center;gap:2px}.productCard .product_info .infoBox .productRate .lightTxt{font-weight:400;font-size:13px}.productCard .product_info .infoBox .productRate .icon{color:orange;font-size:14px}.productCard .product_info .infoBox .confirmAdded{color:#163200;background-color:#89d761;display:flex;justify-content:center;align-items:center;gap:2px;padding:4px 8px;font-size:12px;font-weight:500;border-radius:16px}.productCard .product_info .infoBox .addtocartBttn{flex:1 1;min-width:110px;border:2px solid var(--navy-color);border-radius:18px;color:var(--navy-color);font-size:14px;text-transform:none;padding:2px 10px;transition:all .3s ease-in-out;white-space:nowrap}.productCard .product_info .infoBox .addtocartBttn:hover{transform:scale(1.1);background-color:var(--navy-color);color:#fff}.productCard .product_info .infoBox .addtocartBttn .icon{min-width:12px;margin-right:4px;font-size:12px}.productCard .product_info .infoBox .cartQuantity{display:flex;align-items:center;justify-content:space-between;padding:2px;border:1px solid var(--navy-color);border-radius:22px;min-width:110px;height:30px;flex:1 1}.productCard .product_info .infoBox .cartQuantity .iconBttn{background-color:var(--navy-color);color:#fff;padding:2px;width:30px;height:30px;font-size:20px}.productCard .product_info .infoBox .cartQuantity .iconBttn.delete{font-size:18px;background-color:rgba(211,47,47,.2);color:#d32f2f}.productCard .product_info .infoBox .productPrice{display:flex;min-width:60px;flex:1 1;gap:3px;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}.productCard .product_info .infoBox .productPrice .new{text-align:left;font-size:clamp(16px,2.2vw,18px);font-weight:700}.productCard .product_info .infoBox .productPrice .old{text-align:left;color:#a8a8a8;text-decoration:line-through;font-size:14px}.AddedToCartAlert{display:flex;flex-direction:column;align-items:center}.AddedToCartAlert .top{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.AddedToCartAlert .addedMssg{align-self:center;background-color:#cff7bb;border-radius:18px;padding-right:8px;display:flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin-top:6px}.AddedToCartAlert .addedMssg .no{background-color:var(--main-color);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;width:20px;min-width:20px;height:20px;font-size:14px}.AddedToCartAlert .addedMssg .mssg{color:var(--main-color);font-size:14px;white-space:nowrap;text-transform:capitalize}.AddedToCartAlert .product{display:flex;align-items:center;gap:12px}.AddedToCartAlert .product .imageWrapper{position:relative;width:60px;height:60px;border-radius:8px;border:1px solid #e0e0e5;background-color:#f1f5f9}.AddedToCartAlert .product .imageWrapper img{object-fit:contain}.AddedToCartAlert .product .content .name{width:90%;font-weight:600;font-size:14px;color:var(--navy-color);line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.AddedToCartAlert .product .content .productPrice{margin-top:4px;display:flex;align-items:center;gap:6px}.AddedToCartAlert .product .content .productPrice .new{font-weight:600;color:var(--navy-color);font-size:14px}.AddedToCartAlert .product .content .productPrice .old{font-size:12px;text-decoration:line-through}