.list-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px}@media (max-width:768px){.list-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:10px}}.product-card{display:flex;flex-direction:column;justify-content:space-between;max-width:100%;min-height:300px;height:100%;border-radius:10px;background:#fff;transition:all .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.product-card__thumb{height:120px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:8px;margin-bottom:12px;overflow:hidden}.list-view .product-card{flex-direction:row;align-items:flex-start;max-width:100%;min-height:auto;padding:16px}.product-card__thumb img{max-height:100%;max-width:100%;object-fit:contain}.product-card__content{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:0 10px 10px}.product-card__price{display:flex;flex-direction:column;margin-bottom:8px}.product-card__price .main-price{display:flex;align-items:baseline;gap:6px}.product-card__price .main-price .discounted{font-size:16px;font-weight:600;color:#000}.product-card__price .main-price .original{font-size:14px;color:#888;text-decoration:line-through}.product-card__price .unit{font-size:14px;color:#666;margin-top:2px}.title{font-size:14px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}