.bpc-8eebdf7e .bpc-custom-ui {
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bpc-8eebdf7e .bpc-var-group {
    margin-bottom: 15px;
}
.bpc-8eebdf7e .bpc-var-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
}
.bpc-8eebdf7e .bpc-select-wrapper {
    position: relative;
}
.bpc-8eebdf7e .bpc-select-wrapper::after {
    content: '\25BC';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}
.bpc-8eebdf7e .bpc-variation-select {
    width: 100%;
    padding: 12px 35px 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
.bpc-8eebdf7e .bpc-status-bar {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bpc-8eebdf7e .bpc-stock-pill {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #888;
}
.bpc-8eebdf7e .bpc-cart-section {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}
.bpc-8eebdf7e .bpc-price-display {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bpc-8eebdf7e .bpc-tax-text {
    font-size: 14px;
    font-weight: normal;
}
.bpc-8eebdf7e .bpc-action-row {
    display: flex;
    gap: 15px;
    align-items: stretch;
}
.bpc-8eebdf7e .bpc-qty-selector {
    display: flex;
    align-items: center;
    border: 1.5px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 48px;
}
.bpc-8eebdf7e .bpc-qty-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.bpc-8eebdf7e .bpc-qty-input {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    appearance: textfield;
    -moz-appearance: textfield;
}
.bpc-8eebdf7e .bpc-qty-input::-webkit-outer-spin-button,
.bpc-8eebdf7e .bpc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.bpc-8eebdf7e .bpc-add-to-cart {
    flex: 1;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.bpc-8eebdf7e .bpc-add-to-cart i {
    font-size: 18px;
}
.bpc-8eebdf7e .bpc-add-to-cart svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.bpc-8eebdf7e .bpc-add-to-cart.bpc-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}