.custom-card{list-style:none;margin:0;padding:0;height:100%}.custom-card .product-link{display:flex;flex-direction:column;height:100%}.custom-card-content{padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem;flex-shrink:0;flex-grow:1;background:var(--wp--preset--color--primary,#133651)}.custom-card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8f9fa;margin-top:auto}.custom-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-link:hover .custom-card-image img{transform:scale(1.05)}.custom-card-button{position:absolute;bottom:12px;right:12px;background:var(--wp--preset--color--primary,#133651);color:#fff;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:600;z-index:3;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.custom-card-button:hover{background:var(--wp--preset--color--accent,#ff8c42);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.custom-card-title{font-size:1.3rem;font-weight:600;margin:0;color:#fff;line-height:1.4}.custom-card-text{font-size:.8rem;color:#fff;font-weight:400;margin:0;line-height:1.4}@media (max-width:768px){.custom-card-content{padding:.875rem}.custom-card-title{font-size:1rem;margin-bottom:8px}.custom-card-text{font-size:.85rem}}.woocommerce .products .custom-card{margin-bottom:20px}.custom-cards-section{margin-top:40px;padding-top:40px;border-top:1px solid #e9ecef}.custom-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}@media (max-width:768px){.custom-cards-grid{grid-template-columns:1fr;gap:15px}.custom-cards-section{margin-top:30px;padding-top:30px}}.custom-cards-image-upload{margin-bottom:10px}.custom-cards-image-upload .image-preview{margin:10px 0;max-width:200px}.custom-cards-image-upload .image-preview img{max-width:100%;height:auto;border:1px solid #ddd;border-radius:4px}.custom-cards-image-upload .upload-image-button,.custom-cards-image-upload .remove-image-button{margin-right:10px}