.product-card{background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card *{box-sizing:border-box}.product-card.hover-lift:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.product-card.hover-shadow:hover{box-shadow:0 8px 30px #00000026}.product-card.hover-zoom:hover .product-image-wrapper img{transform:scale(1.1)}.product-card.hover-fade:hover{opacity:.9}.product-card.out-of-stock{opacity:.7}.product-card.out-of-stock .product-image-wrapper:after{content:"";z-index:1;background:#ffffff80;position:absolute;inset:0}.product-image-wrapper{aspect-ratio:1;background:#f5f5f5;position:relative;overflow:hidden}.product-image-link{width:100%;height:100%;display:block}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-badges{z-index:2;flex-direction:column;gap:8px;display:flex;position:absolute;top:15px;right:15px}.badge{text-align:center;backdrop-filter:blur(10px);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block;box-shadow:0 2px 8px #0000001a}.badge-sale{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%)}.badge-stock{color:#fff;background:#6c757df2}.badge-featured{color:#333;background:linear-gradient(135deg,gold 0%,#ffed4e 100%)}.product-quick-actions{z-index:2;opacity:0;flex-direction:column;gap:8px;transition:all .3s;display:flex;position:absolute;top:15px;left:15px;transform:translate(-10px)}.quick-action{cursor:pointer;backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.quick-action:hover{color:#fff;background:#1a1a1a;transform:scale(1.1)}.quick-action svg{width:18px;height:18px}.quick-action.wishlist-btn.active{color:#fff;background:#ff6b6b}.quick-action.wishlist-btn.active svg{fill:currentColor}.product-details{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.product-category{text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.product-category a{color:#999;text-decoration:none;transition:color .3s}.product-category a:hover{color:#1a1a1a}.product-title{margin:0;font-size:16px;font-weight:600;line-height:1.4}.product-title a{color:#1a1a1a;text-decoration:none;transition:color .3s}.product-title a:hover{color:#666}.product-excerpt{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-rating{align-items:center;gap:8px;display:flex}.star-rating{gap:2px;display:flex}.star{color:#ddd;font-size:14px}.star.filled{color:#ffc107}.rating-count{color:#999;font-size:12px}.product-price{color:#1a1a1a;font-size:18px;font-weight:700}.product-price del{color:#999;margin-left:8px;font-size:14px;font-weight:400}.product-price ins{color:#ff6b6b;text-decoration:none}.product-actions{flex:1}.add-to-cart-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.add-to-cart-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.add-to-cart-btn:active{transform:translateY(0)}.add-to-cart-btn svg{width:18px;height:18px}.add-to-cart-btn.loading{pointer-events:none;opacity:.7}.add-to-cart-btn.loading:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite spin}.out-of-stock-btn{cursor:not-allowed;background:#999}.out-of-stock-btn:hover{box-shadow:none;background:#999;transform:none}.product-card-minimal{box-shadow:0 2px 8px #0000000a}.product-card-minimal:hover{box-shadow:0 8px 24px #00000014}.product-card-modern{border:1px solid #e0e0e0}.product-card-modern:hover{border-color:#1a1a1a}.product-card-elegant{border-radius:16px;box-shadow:0 4px 16px #0000000f}.product-card-elegant .product-image-wrapper{border-radius:12px;margin:10px}.product-card-elegant:hover{box-shadow:0 12px 40px #0000001f}.products-grid.list-mode .product-card{flex-direction:row}.products-grid.list-mode .product-image-wrapper{flex-shrink:0;width:250px}.products-grid.list-mode .product-details{flex:1;padding:25px}.products-grid.list-mode .product-title{font-size:20px}.products-grid.list-mode .product-excerpt{-webkit-line-clamp:3;display:block}.products-grid.list-mode .product-footer{flex-direction:column;align-items:flex-start;gap:15px}.products-grid.list-mode .product-actions{width:auto}@media (width<=768px){.product-quick-actions{opacity:1;transform:translate(0)}.quick-action{width:36px;height:36px}.product-details{padding:15px}.product-title{font-size:14px}.product-price{font-size:16px}.add-to-cart-btn{padding:10px 16px;font-size:13px}.products-grid.list-mode .product-card{flex-direction:column}.products-grid.list-mode .product-image-wrapper{width:100%}}@media (width<=480px){.product-badges{gap:6px;top:10px;right:10px}.badge{padding:4px 8px;font-size:11px}.product-quick-actions{flex-direction:row;top:auto;bottom:10px;left:10px}.quick-action{width:32px;height:32px}.product-footer{flex-direction:column;align-items:stretch;gap:12px}.add-to-cart-btn span{font-size:12px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{padding:5px;animation:.5s fadeIn}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}@media print{.product-quick-actions,.product-actions{display:none}}.product-quick-actions{z-index:10!important;opacity:0!important;pointer-events:auto!important;flex-direction:column!important;gap:8px!important;transition:all .3s!important;display:flex!important;position:absolute!important;top:15px!important;left:15px!important;transform:translate(-10px)!important}.product-card:hover .product-quick-actions{opacity:1!important;transform:translate(0)!important}.quick-action,button.quick-action,.quick-action.wishlist-btn,.quick-action.quick-view-btn,button.wishlist-btn,button.quick-view-btn{aspect-ratio:1!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;box-sizing:border-box!important;white-space:nowrap!important;background:#fffffff2!important;border:none!important;border-radius:50%!important;flex-grow:0!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important;padding:0!important;font-size:0!important;line-height:1!important;transition:all .3s!important;display:flex!important;overflow:hidden!important;box-shadow:0 2px 12px #00000026!important}.quick-action:hover,button.quick-action:hover{background:#1a1a1a!important;transform:scale(1.1)!important;box-shadow:0 4px 16px #00000040!important}.quick-action svg,button.quick-action svg{stroke-width:2px!important;fill:none!important;flex-shrink:0!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;margin:0 auto!important;transition:all .3s!important;display:block!important}.quick-action:hover svg,button.quick-action:hover svg{stroke:#fff!important}.quick-action.active,button.quick-action.active,.wishlist-btn.active{background:#ff6b6b!important}.quick-action.active svg,button.quick-action.active svg,.wishlist-btn.active svg{fill:#fff!important;stroke:#fff!important}.quick-action.compare-btn.active{background:#4caf50!important}.quick-action.compare-btn.active svg{stroke:#fff!important}.product-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:15px;display:flex}.product-footer .button,.product-footer .add_to_cart_button,.product-footer .added_to_cart,.product-footer .product_type_simple{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex!important}.product-footer .button:hover,.product-footer .add_to_cart_button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-footer .added_to_cart{background:#4caf50}.star-rating{color:#ffc107;align-items:center;gap:2px;margin:8px 0;font-size:14px;display:inline-flex}.star-rating:before{color:#ffc107}.star-rating span{overflow:visible!important}@media (width<=768px){.product-quick-actions{opacity:1!important;transform:translate(0)!important}.quick-action,button.quick-action{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}.quick-action svg,button.quick-action svg{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important}}@media (width<=480px){.product-quick-actions{flex-direction:row!important;gap:6px!important;top:auto!important;bottom:10px!important;left:10px!important}.quick-action,button.quick-action{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important}.quick-action svg,button.quick-action svg{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important}}.products .product-card .quick-action,.products-grid .product-card .quick-action,ul.products .product-card .quick-action{border-radius:50%!important;width:40px!important;height:40px!important;padding:0!important}.product-card{position:relative!important}.product-image-wrapper{position:relative!important;overflow:hidden!important}.product-images-container{width:100%;height:100%;position:relative;overflow:hidden}.product-images-container img{object-fit:cover;width:100%;height:100%;transition:opacity .4s,transform .5s}.product-images-container .product-main-image{z-index:1;position:relative}.product-images-container .product-hover-image{z-index:2;opacity:0;position:absolute;inset:0}.product-images-container.has-hover-image:hover .product-main-image{opacity:0}.product-images-container.has-hover-image:hover .product-hover-image{opacity:1}.product-images-container:hover img{transform:scale(1.05)}.ranked-product-image .product-images-container{display:block}.ranked-product-image .product-images-container img{border-radius:8px;width:100%;max-width:80px;height:auto}.novoshop-product-slider .product-image,.novoshop-product-slider .product-image .product-images-container{height:250px}.novoshop-product-slider .product-image .product-images-container img{height:100%}.product-image-wrapper .product-images-container{aspect-ratio:1}.product-image-wrapper .product-images-container img{object-fit:cover;width:100%;height:100%}@media (hover:none) and (pointer:coarse){.product-images-container.has-hover-image:hover .product-main-image{opacity:1}.product-images-container.has-hover-image:hover .product-hover-image{opacity:0}}