/* Poznet Fakturownia - hide buy controls and style affiliate CTA on configured product */

.product-actions .product-quantity,
.product-actions .product-add-to-cart,
.product-actions .product-minimal-quantity,
.product-actions #product-availability,
.product-actions .product-discounts {
    display: none !important;
}

#wrapper .product-additional-info .poznet-fakturownia-cta {
    margin: 18px 0 6px;
    text-align: center;
}

/* High specificity + !important to beat theme's .btn-primary override (#060735)
   and typography-improvements p {color:#fff} which would hit our note */
#wrapper .poznet-fakturownia-btn,
a.poznet-fakturownia-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: 0;
    border-radius: 4px;
    background: #d22630 !important;
    background-color: #d22630 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: background-color .15s ease, transform .05s ease, box-shadow .15s ease;
    text-decoration: none !important;
    cursor: pointer;
}

#wrapper .poznet-fakturownia-btn:hover,
#wrapper .poznet-fakturownia-btn:focus,
a.poznet-fakturownia-btn:hover,
a.poznet-fakturownia-btn:focus {
    background: #b21f28 !important;
    background-color: #b21f28 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#wrapper .poznet-fakturownia-btn:active,
a.poznet-fakturownia-btn:active {
    transform: translateY(1px);
}

#wrapper .poznet-fakturownia-btn .material-icons,
a.poznet-fakturownia-btn .material-icons {
    font-size: 20px;
    line-height: 1;
    color: #ffffff !important;
}

/* Note paragraph - theme forces p { color:#fff !important } in some sections.
   Card-style box so it's readable regardless of section background. */
#wrapper .product-additional-info .poznet-fakturownia-note,
.poznet-fakturownia-note {
    display: inline-block;
    margin: 10px 0 0 !important;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
}
