.elementor-19349 .elementor-element.elementor-element-416a8b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-921d6ed */.product-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.product-card:hover img { transform: scale(1.05); }
.badge-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #EF4444;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s;
}
.product-card:hover .product-actions { opacity: 1; }
.action-btn {
    width: 36px;
    height: 36px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.action-btn:hover { background: #2563EB; color: white; }
.product-info { padding: 16px; }
.category { font-size: 11px; color: #999; text-transform: uppercase; }
.title { font-size: 15px; font-weight: 600; margin: 4px 0 8px; }
.rating { font-size: 13px; color: #F59E0B; margin-bottom: 8px; }
.price { margin-bottom: 12px; }
.current { font-size: 17px; font-weight: 700; color: #2563EB; }
.original { font-size: 13px; color: #999; text-decoration: line-through; margin-left: 8px; }
.add-to-cart {
    width: 100%;
    padding: 12px;
    background: #2563EB;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}
.add-to-cart:hover { background: #1D4ED8; }/* End custom CSS */