.brandstore-sample-label {
    font-size: 0.9em;
    opacity: 0.7;
}

.brandstore-sample-notice {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.brandstore-sample-notice--success {
    color: #2e7d32;
}

.brandstore-sample-notice--error {
    color: #c62828;
}

/* Blocksy – Align Add to Cart and Sample button nicely */
.brandstore-sample-wrapper-blocksy .brandstore-sample-button-blocksy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: var(--button-height, 48px);
}

.brandstore-sample-wrapper-blocksy form.cart .single_add_to_cart_button {
    flex: 1;
}

.brandstore-sample-wrapper-blocksy {
    margin-top: 16px;
    width: 100%;
}

/* Pill badge for sample availability */
.brandstore-sample-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    z-index: 5;
}

/* Blocksy: product card positioning (Blocksy wraps image inside relative container) */
.ct-image-container {
    position: relative;
}

/* Sample + Add to Cart side-by-side */
.brandstore-sample-wrapper-blocksy {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.brandstore-sample-button-blocksy {
    flex: 1;
}

