@keyframes ccp-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.ccp-skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#e0e0e0 50%,#eee 75%);background-size:600px 100%;animation:ccp-shimmer 1.4s linear infinite}.ccp-skeleton-title{height:32px;border-radius:6px}.ccp-skeleton-breadcrumb{display:flex;align-items:center;gap:.5rem}.ccp-skeleton-card{border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.ccp-skeleton-img{width:100%;aspect-ratio:3/4;background:linear-gradient(90deg,#eee 25%,#e0e0e0 50%,#eee 75%);background-size:600px 100%;animation:ccp-shimmer 1.4s linear infinite}.product-card{background:#fff;border-radius:8px;border:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.product-card-image{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .3s ease}.product-card-image-hover{position:absolute;top:0;left:0;height:100%;opacity:0;animation:imgFadeIn .25s ease forwards}@keyframes imgFadeIn{0%{opacity:0}to{opacity:1}}.product-card:hover .product-card-image{transform:scale(1.05)}.wishlist-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 6px rgba(0,0,0,.15)}.wishlist-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 3px 10px rgba(0,0,0,.2)}.wishlist-btn .wishlist-icon{font-size:16px;color:#999;transition:all .2s ease}.wishlist-btn:hover .wishlist-icon{color:#4a1c2c}.wishlist-btn .wishlist-icon.filled{color:#e74c3c}.product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(45,17,24,.7)}.product-title{font-size:.82rem;font-weight:500;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:2.3rem;margin:0}.price-row{display:flex;align-items:baseline;gap:.4rem;flex-wrap:nowrap;overflow:hidden}.price-row .price-discount{margin-left:auto}.price-sale{font-size:.9rem;font-weight:700;color:#2d1118;white-space:nowrap}.price-original{font-weight:400;color:#999;text-decoration:line-through}.price-discount,.price-original{font-size:.75rem;white-space:nowrap}.price-discount{font-weight:600;color:#2a7a2a}.image-dots{display:none;position:absolute;bottom:6px;left:50%;transform:translateX(-50%);gap:4px;z-index:5}.image-dot{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.5);display:block;transition:background .2s ease}.image-dot.active{background:#fff}@media (max-width:768px){.image-dots{display:flex}}.add-to-cart-btn{width:100%;padding:.45rem .75rem;background:linear-gradient(135deg,#4a1c2c,#2d1118);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#6b2d42,#3a1522)}.add-to-cart-btn.disabled,.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.add-to-cart-btn.adding{opacity:.75;cursor:wait}