/*
 * Tofaa — rozszerzenie nowego layoutu na wszystkie produkty.
 * Główna geometria pozostaje w tofaa-single-product-pilot.css.
 */
html:not(.tofaa-product-expansion-ready) .tofaa-product-pilot__fruit,
html:not(.tofaa-product-expansion-ready) .tofaa-product-card__fruit {
    opacity: 0 !important;
}

body.tofaa-product-expanded-page section.blog_product {
    display: none !important;
}

/* Produkty inne niż batoniki nie otrzymują na tym etapie owoców. */
body.tofaa-product-expanded-page:not(.tofaa-product-type-bars) .tofaa-product-pilot__fruit {
    display: none !important;
}

/* Wszystkie smaki korzystają z tej samej, ukończonej geometrii malin. */
.tofaa-product-pilot__visual[data-tofaa-fruit-flavor] .tofaa-product-pilot__fruit,
.tofaa-product-card__visual[data-tofaa-fruit-flavor] .tofaa-product-card__fruit {
    object-fit: contain;
}

/* Formularze wariantów i produktów grupowanych w nowym panelu zakupowym. */
.tofaa-product-pilot__purchase table.variations,
.tofaa-product-pilot__purchase table.group_table {
    width: 100%;
    margin: 0 0 14px;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.tofaa-product-pilot__purchase table.variations th,
.tofaa-product-pilot__purchase table.variations td,
.tofaa-product-pilot__purchase table.group_table td {
    padding: 8px 10px;
    color: #7C4FA0;
}

.tofaa-product-pilot__purchase select,
.tofaa-product-pilot__purchase input[type="number"] {
    min-height: 48px;
    border: 1px solid #171717;
    border-radius: 16px;
    background: #fffdfb;
    color: #7C4FA0;
}

.tofaa-product-pilot__purchase .woocommerce-variation-add-to-cart,
.tofaa-product-pilot__purchase .single_variation_wrap {
    width: 100%;
}
