.product--item{background:#fff;border-radius:var(--border-raduis);padding:30px 15px;flex:1;display:flex;flex-direction:column;gap:20px;position:relative;box-shadow:var(--box-shadow)}.product--item-offer{position:absolute;top:-7px;left:15px;max-width:65px;z-index:9;color:#fdbc3e}.product--item-offer .product--item-offer-content{position:absolute;top:0;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}.product--item-offer .product--item-offer-content .product--offer-label{font-weight:700;font-size:6px;letter-spacing:2px;text-transform:uppercase;line-height:1;margin-bottom:5px}.product--item-offer .product--item-offer-content .product--offer-value{font-weight:700;font-size:18px;line-height:1;letter-spacing:0;display:flex;align-items:end;gap:1px}.product--item-offer .product--item-offer-content .product--offer-value span{font-weight:600;font-size:12px;line-height:100%}.product--item-img{position:relative;display:flex;align-items:center;justify-content:center;height:220px}.product--item-wishlist{position:absolute;top:-15px;right:0;display:block;background:transparent}.product--item-wishlist .product--item-favorite{display:flex;font-size:20px;color:var(--main-color);line-height:1;padding:0;margin:0;justify-content:center;align-items:center}.product--item-body{display:flex;flex-direction:column;flex:1;gap:10px}.product--item-body .product--item-title-w{display:flex;align-items:center;flex-wrap:wrap;gap:10px;justify-content:space-between}.product--item-body .default-description.product--item-desc{display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.product--item-price{font-size:18px;font-weight:500;color:var(--main-color);display:flex;align-items:center;justify-content:center;gap:5px;text-align:center}.product--item-price .product--item-old-price{font-size:13px;font-weight:500;color:var(--gray);text-decoration:line-through}.product--item-footer{margin-top:auto;display:flex;-moz-column-gap:15px;column-gap:15px;align-items:center;flex-wrap:wrap;row-gap:10px}.product--item-footer .product--item-out-of-stock{text-align:center;font-size:14px;color:var(--second-color);z-index:1;font-weight:500;text-transform:capitalize}.product--item-footer .product--item-btn{margin-left:auto}.product-add-to-cart{flex:1;align-items:center}.product--item-quantity{height:26px;display:flex}.product--item-quantity .product--item-quantity-btn{border-radius:50%;outline:0;border:0;padding:0;display:flex;align-items:center;justify-content:center;background:var(--second-color);color:#fff;width:26px;height:26px;font-size:18px;font-weight:600}.product--item-quantity .product--item-quantity-btn:disabled{background-color:var(--second-bg-color);color:var(--second-border-color);cursor:default}.product--item-quantity .product--item-quantity-input{pointer-events:none;outline:0;border:0;padding:0;margin:0;width:40px;text-align:center;font-size:14px;font-weight:600;color:var(--main-text-color);background:transparent}.product--item-quantity .product--item-quantity-input::-webkit-outer-spin-button,.product--item-quantity .product--item-quantity-input::-webkit-inner-spin-button,.product--item-quantity .product--item-quantity-input{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width: 767px){.products--list .product--item-col{flex-basis:100%;max-width:100%}}
