#newsletter_form__wrap {
    background-color: #0000001A;
    border-radius: calc(var(--border-radius));
    padding: 48px;
}

#newsletter_form__wrap .newsletter_form__field_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px 16px;
}

#newsletter_form__wrap .newsletter_form__field_wrap.newsletter_form__send_wrap {
    flex-direction: row;
    align-items: stretch;
}

#newsletter_form__wrap .form_field {
    width: 100%;
    color: var(--white);
    background-color: var(--background-color-transparent);
    font-size: var(--text-size);
    line-height: var(--text-line-height);
    padding: 16px;
    border: 1px solid var(--background-color-transparent);
    border-radius: calc(var(--border-radius) / 4);
    transition: var(--transition);
}

#newsletter_form__wrap .newsletter_form__field_wrap a:hover {
    color: var(--primary-light);
}

#newsletter_form__wrap .form_field:focus {
    outline: none;
    border-color: var(--primary-medium);
}

#newsletter_form__wrap .form_field::placeholder {
    opacity: .6;
    color: var(--whitec);
}

#newsletter_form__wrap .form_send {
    padding: 16px 32px;
    color: var(--text-color);
    font-size: var(--text-size);
    line-height: var(--text-line-height);
    font-weight: 600;
    background-color: var(--primary-light);
    border: 1px solid var(--primary-medium);
    border-radius: calc(var(--border-radius) / 4);
    cursor: pointer;
    transition: var(--transition);
}

#newsletter_form__wrap .form_send:hover {
    background-color: var(--primary-medium);
    color: var(--white);
}

#newsletter_form__wrap .wpcf7-spinner {
    display: none;
}

.digiplatvorm__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.digiplatvorm__form * {
    margin: 0;
}

.digiplatvorm__block {
    position: relative;
    z-index: 2;
}

.digiplatvorm__block .title,
.digiplatvorm__coming_soon .title,
#woocommerce_wrap .woocommerce_content_wrap>.product #digiplatvorm_product_gallery_and_summary_wrap .summary .product_title,
#woocommerce_wrap .woocommerce_content_wrap>.product #digiplatvorm_product_page_bottom_products_wrap>.products>h2 {
    font-size: var(--title-size);
    line-height: var(--title-line-height);
    font-family: var(--title-font-family);
}

.digiplatvorm__block .sm_title {
    font-size: var(--sm-title-size);
    line-height: var(--sm-title-line-height);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.woocommerce ul.products li.product {
    --padding: 32px;
    width: 100%;
    margin: 0;
    border: var(--border);
    border-radius: calc(var(--border-radius) / 3);
    padding: var(--padding);
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.woocommerce ul.products li.product a img {
    height: unset;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    mix-blend-mode: multiply;
    margin: 0;
    border-radius: calc(var(--border-radius) / 3 / 2);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--text-color);
    font-weight: 600;
    padding: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    margin: 0;
    font-size: var(--sm-title-font-size);
    line-height: var(--sm-title-line-height);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    font-weight: 400;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: var(--text-color);
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
    color: var(--secondary-text-color);
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart {
    width: 100%;
    background-color: var(--primary);
    border-radius: calc(var(--border-radius) / 3 / 2);
    color: var(--white);
    padding: 16px 32px;
    margin: 0;
    font-weight: var(--text-font-weight);
    line-height: var(--text-line-height);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.woocommerce ul.products li.product .add_to_cart_button::after {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    margin: 0;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
    display: none;
}

.woocommerce ul.products li.product .onsale {
    top: 32px;
    right: unset;
    left: 0;
    border-radius: 0 calc(var(--border-radius) / 4) calc(var(--border-radius) / 4) 0;
    margin: 0;
    padding: 16px;
    min-height: unset;
    min-width: unset;
    font-weight: 400;
    font-size: var(--text-size);
    line-height: var(--text-line-height);
    background-color: var(--secondary);
    color: var(--text-color);
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #newsletter_form__wrap {
        padding: 24px;
        border-radius: calc(var(--border-radius) / 4);
    }

    #newsletter_form__wrap .newsletter_form__field_wrap.newsletter_form__send_wrap {
        flex-direction: column-reverse;
        gap: 16px;
    }
}

/* .digiplatvorm__block {
    width: 100%;
}

.digiplatvorm__block .button {
    background-color: var(--primary);
    padding: 12px 24px;
    border-radius: var(--border-radius);
    border: 2px solid var(--primary);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    transition-property: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    cursor: pointer;
}

.digiplatvorm__block .button:hover {
    transform: translateY(-2px);
}

.digiplatvorm__contact_form_wrap,
.digiplatvorm__contact_form_wrap .double {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.digiplatvorm__contact_form_wrap .double {
    flex-direction: row;
}

.digiplatvorm__contact_form_wrap .field_wrap {
    width: 100%;
}

.digiplatvorm__contact_form_wrap .form_field {
    width: 100%;
    padding: 12px 24px;
    border-radius: calc(var(--border-radius) / 2);
    border: var(--border);
    border-color: var(--text-color);
    transition: var(--transition);
    transition-property: border-color;
}

.digiplatvorm__contact_form_wrap textarea.form_field {
    resize: vertical;
    height: 128px;
}

.digiplatvorm__contact_form_wrap .form_field:focus {
    outline: none;
    border-color: var(--secondary);
} */