.products-dietetyk24 .products {
    display: block !important;
}

.products-dietetyk24 .product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
    flex-wrap: wrap;
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product {
        flex-wrap: nowrap;
        flex-direction: row !important;
    }
}

.products-dietetyk24 .product:not(:last-child) {
    border-bottom: 1px solid #959598;
}

.products-dietetyk24 .product img {
    width: 260px !important;
    height: 260px !important;
    object-fit: contain;
    margin-bottom: 0 !important;
}

.products-dietetyk24 .product-img {
    display: flex;
    justify-content: center;
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product-img {
        display: block;
    }
}

.products-dietetyk24 .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-dietetyk24 .product-content a {
    /*width: fit-content;*/
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product-content {
        padding-left: 20px;
    }
}

.products-dietetyk24 .product-title {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #363636;
    text-transform: uppercase;
    margin-top: 20px !important;
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product-title {
        margin-top: 0.5rem !important;
    }
}

.products-dietetyk24 .price {
    background-color: #C40000;
    padding: 0 5px;
    font-family: "Roboto",sans-serif !important;
    font-size: 29px !important;
    font-weight: 600 !important;
    color: #fff !important;
    width: fit-content;
}

.products-dietetyk24 .price .woocommerce-Price-amount {
    color: #fff !important;
}

.products-dietetyk24 .price bdi {
    text-decoration: none;
}

.products-dietetyk24 .price .from {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.products-dietetyk24 .product-description {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    flex: 1;
}

.products-dietetyk24 .product-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product-actions {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.products-dietetyk24 .product-actions .add_to_cart_button, .products-dietetyk24 .product-actions .product-button,
.products-dietetyk24 .product_type_variable-subscription, .products-dietetyk24 .added_to_cart {
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

@media all and (min-width: 768px) {
    .products-dietetyk24 .product-actions .add_to_cart_button, .products-dietetyk24 .product-actions .product-button,
    .products-dietetyk24 .product_type_variable-subscription, .products-dietetyk24 .added_to_cart {
        max-width: 260px;
    }
}

.products-dietetyk24 .product-actions .add_to_cart_button, .products-dietetyk24 .product_type_variable-subscription {
    background-color: #04AA52 !important;
}

.products-dietetyk24 .product-actions .add_to_cart_button:hover, .products-dietetyk24 .product_type_variable-subscription:hover {
    background-color: #000000 !important;
}

.products-dietetyk24 .product-actions .product-button {
    background-color: #363636;
}

.products-dietetyk24 .product-actions .product-button:hover {
    background-color: #000000;
}

.products-dietetyk24 .added_to_cart {
    border: 1px solid #04AA52;
    color: #04AA52;
    margin-top: 1em;
    padding: 0.3em 1em !important;
    transition: .2s all ease-in-out;
}

.products-dietetyk24 .added_to_cart:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.products-dietetyk24 .product-button-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.products-dietetyk24 .product-button-icon--cart {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.products-dietetyk24 .product-button-icon--show-more {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-bottom: 2px;
}
