/* side cart */
.elementor-menu-cart__main .product-price {
    color: #656565;
}

.elementor-menu-cart__footer-buttons {
    display: flex !important;
    flex-direction: column;
}

/* cart */
.select-paczkomat-button {
    margin-bottom: 1.6em !important;
}

.shop_table .actions p {
    margin-bottom: 0 !important;
}

.shop_table .coupon {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.shop_table .actions .input-text {
    height: 50px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    max-height: 100% !important;
    border-radius: 5px;
}


/* product list */
.elementor-wc-products .ast-article-single {
    border: 1px solid #f5f9fa;
    border-radius: 5px;
    padding: 10px !important;
    background: white !important;
    box-shadow: 1px 1px 3px #d1d1d1;
}

li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100%; /* Upewnia się, że wysokość jest równa innym kartom */
}

/* Główne zawinięcie treści produktu */
.astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Zapewnia, że zajmuje dostępną przestrzeń */
}

/* Cena na dole */
.price {
    margin-top: auto; /* Automatycznie przesuwa cenę na dół */
}