.product-gallery[data-v-92aee038]{height:72vh;overflow-y:auto;margin:20px 0}.product-gallery .product-grid[data-v-92aee038]{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:10px}.product-gallery .product-card[data-v-92aee038]{position:relative;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;min-height:350px;display:flex;flex-direction:column}.product-gallery .product-card[data-v-92aee038]:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.12)}.product-gallery .product-card .card-badge[data-v-92aee038]{position:absolute;top:10px;left:10px;color:#fff;padding:3px 8px;border-radius:10px;font-size:12px;z-index:2}.product-gallery .product-card .card-badge.success[data-v-92aee038]{background-color:#52c41a}.product-gallery .product-card .card-badge.error[data-v-92aee038]{background-color:#ff4d4f}.product-gallery .product-card .product-image-background[data-v-92aee038]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:1}.product-gallery .product-card .product-image-background[data-v-92aee038]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.7))}.product-gallery .product-card .product-info-overlay[data-v-92aee038]{position:relative;z-index:2;padding:20px;color:#fff;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end}.product-gallery .product-card .product-info-overlay .product-title[data-v-92aee038]{margin:0 0 8px;font-size:18px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.product-gallery .product-card .product-info-overlay .product-desc[data-v-92aee038]{margin:0 0 15px;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-gallery .product-card .product-info-overlay .price-section[data-v-92aee038]{margin:10px 0 15px}.product-gallery .product-card .product-info-overlay .price-section .current-price[data-v-92aee038]{font-size:10px;font-weight:700;color:#fff}.product-gallery .product-card .product-info-overlay .price-section .original-price[data-v-92aee038]{font-size:16px;color:hsla(0,0%,100%,.7);text-decoration:line-through;margin-left:8px}.product-gallery .product-card .product-info-overlay .product-actions[data-v-92aee038]{display:flex;justify-content:space-between;margin-top:10px}.product-gallery .product-card .product-info-overlay .product-actions .action-btn[data-v-92aee038]{flex:1;padding:8px 5px;border-radius:4px;font-size:12px;transition:all .3s}.product-gallery .product-card .product-info-overlay .product-actions .action-btn[data-v-92aee038]:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width:768px){.product-gallery .product-grid[data-v-92aee038]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card[data-v-92aee038]{min-height:300px!important}}