.ProductItem{background-color:var(--card-bg);height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-width:124px;border:none;border-radius:0;transition:background-color .3s ease}.ProductItem:hover{box-shadow:0 4px 20px var(--card-shadow)}.ProductItem-imgContainer{position:relative;aspect-ratio:4/5;overflow:hidden}.ProductItem-img,.ProductItem-imgContainer{width:100%;background-color:var(--bg-tertiary);cursor:pointer}.ProductItem-img{object-fit:cover;height:100%;border-bottom:none!important}.cartBtn{border:1px solid var(--btn-bg)!important;background-color:var(--btn-bg)!important;color:var(--btn-text)!important;border-radius:0!important;font-family:Montserrat,sans-serif!important;font-size:10px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.15em!important;padding:12px 16px!important}.cartBtn:hover{background-color:var(--btn-hover)!important;border-color:var(--btn-hover)!important}.incDecBtn{width:100%;display:flex;align-items:center;gap:6px;justify-content:flex-end}.ProductItem-Box2{padding:20px 16px;text-align:center}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-Box2{padding:14px 10px}}.ProductItem-txt1{font-family:Playfair Display,serif;font-size:15px;font-weight:400;text-transform:none;letter-spacing:0;white-space:wrap;cursor:pointer;color:var(--text-secondary);transition:color .3s ease;line-height:1.4;margin-bottom:4px}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-txt1{font-size:13px}}.ProductItem-txt1:hover{color:#646464}.ProductItem-txt2{font-family:Montserrat,sans-serif;font-size:10px;color:var(--text-light);white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.12em}@media screen and (min-width:320px)and (max-width:768px){.ProductItem-txt2{font-size:9px}}.ProductItem-txt3{font-size:14px;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:500;color:var(--text-secondary);letter-spacing:.08em}@media(max-width:762px){.ProductItem-txt3{font-size:13px}}.ProductItem-txt5{font-size:11px;color:var(--text-secondary);font-family:Montserrat,sans-serif}.ProductItem-txt5:hover{color:var(--gold)}.product_status_tag{font-size:9px;font-family:Montserrat,sans-serif;font-weight:500;display:flex;color:#fff;inset:0 auto auto 0}.product_status_tag .badge2{padding:6px 14px;position:relative;border-radius:0;text-transform:uppercase;letter-spacing:.15em}.product_status_tag .badge2:after{display:none}.product_status_tag .badge2.orange{background-color:#1a1a1a;color:#f9f7f2}.product_status_tag .badge2.blue{background-color:#b89758;color:#fff}.product_status_tag .badge2.red{background-color:#646464;color:#fff}.product_status_tag .badge2.grey{background-color:#9a9eaa;color:#fff}