.apc-product-card{display:flex;background:var(--apc-card-bg,#ffffff);border:1px solid var(--apc-border-color,#e1e5e9);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease;margin-bottom:20px;position:relative}.apc-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgb(0 0 0 / .15)}.apc-product-image{flex:0 0 200px;position:relative;overflow:hidden}.apc-product-image img{width:100%;height:200px;object-fit:cover;transition:transform 0.3s ease}.apc-product-card:hover .apc-product-image img{transform:scale(1.05)}.apc-product-content{flex:1;padding:20px;display:flex;flex-direction:column}.apc-product-title{font-size:1.25rem;font-weight:600;margin:0 0 10px 0;color:var(--apc-text-color,#2c3e50)}.apc-product-description{color:var(--apc-text-light,#7f8c8d);line-height:1.6;margin-bottom:15px;flex-grow:1}.apc-product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.apc-pricing{display:flex;align-items:center;gap:10px}.apc-price-original{text-decoration:line-through;color:var(--apc-text-light,#7f8c8d);font-size:.9rem}.apc-price-discounted,.apc-price{font-size:1.25rem;font-weight:700;color:var(--apc-primary-color,#e74c3c)}.apc-discount-badge{background:var(--apc-success-color,#27ae60);color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.apc-buy-button{background:var(--apc-primary-color,#3498db);color:#fff;padding:12px 24px;border:none;border-radius:6px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:8px;transition:all 0.3s ease}.apc-buy-button:hover{background:var(--apc-primary-hover,#2980b9);transform:translateX(2px)}.apc-rating{position:absolute;bottom:10px;left:10px;background:rgb(0 0 0 / .7);color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem}.apc-stars{display:inline-block;margin-right:5px}.apc-star{color:gold}.apc-star-empty{color:#ddd}.apc-badges{position:absolute;top:10px;left:10px;z-index:10}.apc-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-right:5px;margin-bottom:5px;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.apc-product-list{display:grid;gap:20px;margin:20px 0}.apc-columns-2{grid-template-columns:repeat(2,1fr)}.apc-columns-3{grid-template-columns:repeat(3,1fr)}.apc-columns-4{grid-template-columns:repeat(4,1fr)}.apc-style-compact .apc-product-card{flex-direction:column;max-width:300px}.apc-style-compact .apc-product-image{flex:none;height:200px}.apc-style-compact .apc-product-content{padding:15px}.apc-style-compact .apc-product-footer{flex-direction:column;gap:10px}@media (prefers-color-scheme:dark){:root{--apc-card-bg:#2c3e50;--apc-text-color:#ecf0f1;--apc-text-light:#bdc3c7;--apc-border-color:#34495e}}@media (max-width:768px){.apc-product-card{flex-direction:column}.apc-product-image{flex:none;height:200px}.apc-product-list{grid-template-columns:1fr}.apc-columns-2,.apc-columns-3,.apc-columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.apc-columns-2,.apc-columns-3,.apc-columns-4{grid-template-columns:1fr}.apc-product-footer{flex-direction:column;gap:10px}}