.product-card{background-color:#fff;overflow:hidden;border-radius:12px;width:100%;max-width:350px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.product-image-container{position:relative;width:100%;aspect-ratio:3/4;cursor:pointer;user-select:none}.product-image{border-top-left-radius:12px;border-top-right-radius:12px}.product-info{padding:16px}.product-brand{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12px;color:#666;margin:0 0 4px;font-weight:400}.product-name{margin:0 0 8px;font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-name,.product-price{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px}.product-price{color:#444}.original-price{font-size:12px;color:#999;text-decoration:line-through;margin-right:6px}.sale-price{font-size:14px;font-weight:600;color:#EE0000}.heart-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.5);z-index:10}.heart-icon{left:10px;background-color:white;border-radius:10px;padding:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.heart-icon,.product-badges{position:absolute;top:10px;z-index:5}.product-badges{right:10px;display:flex;flex-direction:row;gap:4px}.product-badge{background-color:white;border-radius:10px;padding:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.12)}@media (max-width:768px){.product-card{max-width:280px}}@media (max-width:480px){.product-card{max-width:220px}.product-info{padding:12px}.product-brand{font-size:11px}.product-name{font-size:13px}}.brand-card{background-color:white;border-radius:16px;padding:20px;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.05);width:150px;height:180px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.brand-card,.brand-logo-container{display:flex;align-items:center;justify-content:center}.brand-logo-container{width:100%;height:120px;margin-bottom:15px}.brand-logo{max-width:100%;max-height:100%;object-fit:contain}.brand-text-container{height:30px;display:flex;justify-content:center;align-items:center}.brand-text{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:768px){.brand-card{width:130px;height:160px;padding:15px}.brand-logo-container{height:100px}}@media (max-width:480px){.brand-card{width:110px;height:140px;padding:12px}.brand-logo-container{height:80px;margin-bottom:10px}.brand-text-container{height:25px}}