/* Start custom CSS for shortcode, class: .elementor-element-d5f8178 */.aq-produkty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.aq-produkt-wrap {
    text-decoration: none;
    color: inherit;
    display: block;
}

.aq-produkt-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.aq-produkt-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.aq-produkt-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.aq-produkt-title {
    font-size: 20px;
    padding: 15px;
}/* End custom CSS */