body.single-product.rhigi-professional-purchase-panel div.product .summary > p.price {
    margin: 8px 0 12px !important;
}

body.single-product.rhigi-professional-purchase-panel.rhigi-has-bulk-offer div.product .summary > p.price {
    display: none !important;
}

body.single-product.rhigi-professional-purchase-panel .summary > .woocommerce-product-details__short-description {
    margin: 10px 0 14px;
    padding: 13px 14px;
    border: 1px solid #e7eaf0;
    border-radius: 12px;
    background: #f8fafc;
    color: #344054;
    line-height: 1.55;
}

.rhigi-live-order-summary {
    order: 2;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 2px 0 0;
    padding: 11px 13px;
    border: 1px solid #e4e7ec;
    border-radius: 11px;
    background: #fff;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.rhigi-live-order-summary strong {
    color: #101828;
    font-size: 14px;
    text-align: right;
}

.rhigi-live-order-summary strong b {
    font-weight: 900;
}

.rhigi-live-order-summary.is-bulk {
    border-color: #86efac;
    background: #f0fdf4;
}

body.single-product.rhigi-professional-purchase-panel form.cart .quantity { order: 1; }
body.single-product.rhigi-professional-purchase-panel form.cart .single_add_to_cart_button { order: 3; }

body.single-product.rhigi-professional-purchase-panel .rhigi-wishlist-wrap { margin: 12px 0 !important; }

body.single-product.rhigi-professional-purchase-panel .rhigi-wishlist-button {
    min-height: 42px !important;
    padding: 9px 14px !important;
    border: 1px solid #ff8a4c !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #9a3412 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

body.single-product.rhigi-professional-purchase-panel .product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #e4e7ec;
    color: #667085;
    font-size: 11px;
}

body.single-product.rhigi-professional-purchase-panel .product_meta > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 9px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    background: #fff;
}

body.single-product.rhigi-professional-purchase-panel .product_meta a { color: #344054; font-weight: 800; }

body.single-product.rhigi-professional-purchase-panel .rhigi-product-vendor-card,
body.single-product.rhigi-professional-purchase-panel .rhigi-vendor-product-card,
body.single-product.rhigi-professional-purchase-panel .rhigi-sold-by-card,
body.single-product.rhigi-professional-purchase-panel .rhigi-product-seller-card,
body.single-product.rhigi-professional-purchase-panel .rhigi-vendor-store-card,
body.single-product.rhigi-professional-purchase-panel [data-rhigi-product-vendor] {
    min-height: 0 !important;
    padding: 11px 13px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(15, 23, 42, .05) !important;
}

@media (max-width: 600px) {
    .rhigi-live-order-summary { display: grid; gap: 4px; }
    .rhigi-live-order-summary strong { text-align: left; }
    body.single-product.rhigi-professional-purchase-panel div.product .summary .product_title { margin-bottom: 10px !important; }
}
