/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1785780942
Updated: 2026-08-03 18:15:42

*/

:root {
    --hjbd-navy: #102a43;
    --hjbd-pink: #ec407a;
}

.hjbd-company-details dl {
    margin: 0;
}

.hjbd-company-details dl div {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
}

.hjbd-company-details dt {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hjbd-company-details dd {
    margin: 0;
}

.hjbd-footer-payment-banner {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.hjbd-footer-payment-banner img {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.hjbd-company-details {
    background: #f4f8fb;
    color: var(--hjbd-navy);
    padding: 64px 20px;
}

.hjbd-company-details__inner {
    margin: 0 auto;
    max-width: 980px;
}

.hjbd-company-details__eyebrow {
    color: var(--hjbd-pink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.hjbd-company-details h2 {
    color: var(--hjbd-navy);
    font-size: clamp(28px, 4vw, 42px);
    margin: 0 0 18px;
}

.hjbd-company-details p {
    font-size: 17px;
    line-height: 1.75;
    max-width: 780px;
}

.hjbd-company-details dl {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.hjbd-company-details dl div {
    background: #fff;
    border: 1px solid #dbe6ed;
    border-radius: 10px;
    padding: 18px;
}

.hjbd-policy-page,
.hjbd-policy-compliance {
    color: #263746;
    line-height: 1.75;
}

.hjbd-policy-page {
    padding: 48px 20px 64px;
}

.hjbd-policy-compliance {
    background: #f4f8fb;
    border-left: 4px solid var(--hjbd-pink);
    margin: 42px auto;
    max-width: 980px;
    padding: 30px;
}

.hjbd-policy-compliance h2 {
    color: var(--hjbd-navy);
    margin-top: 0;
}

.hjbd-policy-compliance h2:not(:first-child) {
    margin-top: 28px;
}

.hjbd-policy-compliance a,
.hjbd-policy-page a {
    color: #b80f53;
    font-weight: 700;
    text-decoration: underline;
}

.hjbd-info-page {
    color: #263746;
    line-height: 1.75;
    padding: 28px 20px 72px;
}

.hjbd-info-page__lead {
    color: #526575;
    font-size: clamp(19px, 2.4vw, 25px);
    line-height: 1.55;
    margin-bottom: 38px;
    max-width: 820px;
}

.hjbd-info-page h2,
.hjbd-info-page h3 {
    color: var(--hjbd-navy);
}

.hjbd-info-page h2 {
    margin-top: 42px;
}

.hjbd-info-page .wp-block-columns {
    gap: 36px;
}

.hjbd-info-page .wp-block-column {
    background: #f4f8fb;
    border: 1px solid #dbe6ed;
    border-radius: 12px;
    padding: 28px;
}

.hjbd-info-page a:not(.wp-block-button__link) {
    color: #b80f53;
    font-weight: 700;
}

.hjbd-info-page .wp-block-buttons {
    margin-top: 34px;
}

.hjbd-info-page .wp-block-button__link {
    background: #ed0677;
    border: 2px solid #ed0677;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
}

.hjbd-info-page .wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    color: #b80f53;
}

.hjbd-faq-page h3 {
    border-top: 1px solid #dbe6ed;
    margin-bottom: 8px;
    margin-top: 28px;
    padding-top: 24px;
}

.wc-block-checkout__terms a,
.woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: 700;
    text-decoration: underline;
}

/* Compact two-column classic checkout for recruiter package purchases. */
body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-areas:
        "details order-heading"
        "details order-review";
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

body.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup,
body.woocommerce-checkout form.checkout > .woocommerce-error,
body.woocommerce-checkout form.checkout > .woocommerce-message,
body.woocommerce-checkout form.checkout > .woocommerce-info {
    grid-column: 1 / -1;
}

body.woocommerce-checkout #customer_details {
    grid-area: details;
    margin: 0;
    width: 100%;
}

body.woocommerce-checkout #customer_details .col-1 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

body.woocommerce-checkout #order_review_heading {
    grid-area: order-heading;
    margin: 0;
    padding: 0 0 18px;
    width: 100%;
}

body.woocommerce-checkout #order_review {
    grid-area: order-review;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #e8e1e6;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(51, 51, 51, 0.07);
    padding: clamp(22px, 3vw, 34px);
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
    border-bottom: 2px solid #ed0677;
    margin: 0 0 26px;
    padding-bottom: 14px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text {
    background: #fff;
    border: 1px solid #cfc7cc;
    border-radius: 6px;
    min-height: 50px;
    padding: 12px 14px;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text:focus {
    border-color: #ed0677;
    box-shadow: 0 0 0 3px rgba(237, 6, 119, 0.12);
    outline: 0;
}

body.woocommerce-checkout #order_review .shop_table {
    margin-bottom: 24px;
}

body.woocommerce-checkout .hjb-checkout-package-product {
    align-items: center;
    display: flex;
    gap: 12px;
}

body.woocommerce-checkout .hjb-checkout-package-thumbnail {
    background: #fff;
    border: 1px solid #eadfe6;
    border-radius: 8px;
    flex: 0 0 52px;
    height: 52px;
    object-fit: contain;
    padding: 4px;
    width: 52px;
}

body.woocommerce-checkout .hjb-checkout-package-name {
    min-width: 0;
}

body.woocommerce-checkout #payment {
    background: #f8f5f7;
    border-radius: 10px;
}

body.woocommerce-checkout #payment #place_order {
    background: #ed0677;
    border-radius: 6px;
    color: #fff;
    float: none;
    font-weight: 700;
    min-height: 50px;
    width: 100%;
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus {
    background: #c90062;
}

@media (max-width: 900px) {
    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review_heading {
        margin-bottom: 24px;
    }
}

@media (max-width: 620px) {
    .hjbd-company-details dl {
        grid-template-columns: 1fr;
    }
}

/* Terms-inspired brand system shared by policy, service, guide and FAQ pages. */
.hjbd-branded-page .page-header,
.hjbd-branded-page .entry-title {
    display: none;
}

.hjbd-branded-page #content,
.hjbd-branded-page .site-main,
.hjbd-branded-page .page-content,
.hjbd-branded-page .entry-content {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.hjb-brand-page,
.hjb-brand-page * {
    box-sizing: border-box;
}

.hjb-brand-page {
    --hjb-primary: #7b2cff;
    --hjb-primary-dark: #4b1599;
    --hjb-pink: #e91e83;
    --hjb-orange: #ff8a3d;
    --hjb-text: #1f2937;
    --hjb-muted: #667085;
    --hjb-border: rgba(123, 44, 255, 0.14);
    --hjb-card: #fff;
    --hjb-shadow: 0 18px 50px rgba(31, 41, 55, 0.09);
    --hjb-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(123, 44, 255, 0.13), transparent 34%),
        radial-gradient(circle at top right, rgba(233, 30, 131, 0.11), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fbf9ff 42%, #fff 100%);
    color: var(--hjb-text);
    font-family: inherit;
    overflow-x: hidden;
    width: 100%;
}

.hjb-brand-wrap {
    margin: 0 auto;
    width: min(1180px, calc(100% - 36px));
}

.hjb-brand-hero {
    padding: 72px 0 52px;
}

.hjb-brand-hero-grid {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
}

.hjb-brand-badge {
    align-items: center;
    background: rgba(123, 44, 255, 0.09);
    border: 1px solid rgba(123, 44, 255, 0.13);
    border-radius: 999px;
    color: var(--hjb-primary-dark);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 15px;
}

.hjb-brand-badge-dot {
    background: linear-gradient(135deg, var(--hjb-pink), var(--hjb-primary));
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(233, 30, 131, 0.09);
    height: 9px;
    width: 9px;
}

.hjb-brand-hero h1 {
    color: #151124;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1.02;
    margin: 0;
}

.hjb-brand-hero h1 span {
    background: linear-gradient(135deg, var(--hjb-primary), var(--hjb-pink));
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

.hjb-brand-hero-text {
    color: var(--hjb-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 22px 0 0;
    max-width: 720px;
}

.hjb-brand-actions,
.hjb-brand-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hjb-brand-actions {
    margin-top: 28px;
}

.hjb-brand-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 13px 18px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.hjb-brand-btn:hover {
    transform: translateY(-2px);
}

.hjb-brand-btn-primary {
    background: linear-gradient(135deg, var(--hjb-primary), var(--hjb-pink));
    box-shadow: 0 14px 32px rgba(123, 44, 255, 0.23);
    color: #fff !important;
}

.hjb-brand-btn-secondary {
    background: #fff;
    border: 1px solid var(--hjb-border);
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
    color: var(--hjb-primary-dark) !important;
}

.hjb-brand-summary {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(123, 44, 255, 0.13);
    border-radius: 32px;
    box-shadow: var(--hjb-shadow);
    padding: 28px;
}

.hjb-brand-summary-title {
    color: #151124;
    font-size: 22px;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.hjb-brand-meta {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hjb-brand-meta li {
    align-items: start;
    background: linear-gradient(180deg, #fff, #fbf9ff);
    border: 1px solid rgba(123, 44, 255, 0.1);
    border-radius: 18px;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px 1fr;
    padding: 14px;
}

.hjb-brand-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--hjb-primary), var(--hjb-pink));
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(123, 44, 255, 0.16);
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.hjb-brand-meta strong {
    color: #151124;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.hjb-brand-meta span span {
    color: var(--hjb-muted);
    display: block;
    font-size: 14px;
    line-height: 1.45;
}

.hjb-brand-main {
    padding: 28px 0 86px;
}

.hjb-brand-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 290px minmax(0, 1fr);
}

.hjb-brand-toc {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--hjb-border);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(31, 41, 55, 0.07);
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.hjb-brand-toc-head {
    background: linear-gradient(135deg, rgba(123, 44, 255, 0.08), rgba(233, 30, 131, 0.06));
    border-bottom: 1px solid rgba(123, 44, 255, 0.1);
    padding: 18px 18px 14px;
}

.hjb-brand-toc-head strong {
    color: #151124;
    display: block;
    font-size: 16px;
}

.hjb-brand-toc-head span {
    color: var(--hjb-muted);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.hjb-brand-toc-links {
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding: 10px;
}

.hjb-brand-toc-links a {
    border-radius: 14px;
    color: #4b5563 !important;
    display: block;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 12px;
    text-decoration: none !important;
}

.hjb-brand-toc-links a:hover {
    background: rgba(123, 44, 255, 0.09);
    color: var(--hjb-primary-dark) !important;
}

.hjb-brand-content {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.hjb-brand-section {
    background: var(--hjb-card);
    border: 1px solid var(--hjb-border);
    border-radius: var(--hjb-radius);
    box-shadow: 0 12px 34px rgba(31, 41, 55, 0.055);
    overflow: hidden;
    scroll-margin-top: 24px;
}

.hjb-brand-section-header {
    align-items: center;
    background: linear-gradient(135deg, rgba(123, 44, 255, 0.055), rgba(233, 30, 131, 0.035)), #fff;
    display: grid;
    gap: 15px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 26px 18px;
}

/* WordPress may insert an empty paragraph between the number and heading. */
.hjb-brand-section-header > p:empty {
    display: none;
}

.hjb-brand-section-header > h2 {
    grid-column: 2;
    min-width: 0;
    width: auto;
}

.hjb-brand-num {
    align-items: center;
    background: linear-gradient(135deg, var(--hjb-primary), var(--hjb-pink));
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(123, 44, 255, 0.18);
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.hjb-brand-section h2 {
    color: #151124;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.18;
    margin: 0;
}

.hjb-brand-section-body {
    padding: 0 26px 26px;
}

.hjb-brand-section-body p {
    color: var(--hjb-muted);
    font-size: 16px;
    line-height: 1.78;
    margin: 0 0 15px;
}

.hjb-brand-section-body p:last-child {
    margin-bottom: 0;
}

.hjb-brand-section-body ul,
.hjb-brand-section-body ol {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 14px 0;
    padding: 0;
}

.hjb-brand-section-body li {
    background: #fbfaff;
    border: 1px solid rgba(123, 44, 255, 0.08);
    border-radius: 16px;
    color: #4b5563;
    font-size: 15.5px;
    line-height: 1.62;
    padding: 13px 14px 13px 42px;
    position: relative;
}

.hjb-brand-section-body li::before {
    align-items: center;
    background: linear-gradient(135deg, var(--hjb-primary), var(--hjb-pink));
    border-radius: 50%;
    color: #fff;
    content: "✓";
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    justify-content: center;
    left: 14px;
    position: absolute;
    top: 13px;
    width: 20px;
}

.hjb-brand-section-body a {
    border-bottom: 1px solid rgba(123, 44, 255, 0.26);
    color: var(--hjb-primary-dark);
    font-weight: 800;
    text-decoration: none;
}

.hjb-brand-contact {
    background: radial-gradient(circle at top right, rgba(233, 30, 131, 0.2), transparent 35%), linear-gradient(135deg, var(--hjb-primary-dark), var(--hjb-primary));
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(75, 21, 153, 0.22);
    color: #fff;
    margin-top: 20px;
    padding: 28px;
}

.hjb-brand-contact h2 {
    color: #fff;
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -0.04em;
    margin: 0 0 10px;
}

.hjb-brand-contact p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin: 0 0 20px;
}

.hjb-brand-contact .hjb-brand-btn {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff !important;
}

@media (max-width: 1024px) {
    .hjb-brand-hero-grid,
    .hjb-brand-layout {
        grid-template-columns: 1fr;
    }

    .hjb-brand-toc {
        position: relative;
        top: auto;
    }

    .hjb-brand-toc-links {
        display: flex;
        gap: 8px;
        max-height: none;
        overflow-x: auto;
        padding: 12px;
    }

    .hjb-brand-toc-links a {
        background: #fff;
        border: 1px solid rgba(123, 44, 255, 0.1);
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .hjb-brand-wrap {
        width: min(100% - 24px, 1180px);
    }

    .hjb-brand-hero {
        padding: 42px 0 30px;
    }

    .hjb-brand-hero-text {
        font-size: 16px;
    }

    .hjb-brand-summary {
        border-radius: 24px;
        padding: 18px;
    }

    .hjb-brand-section {
        border-radius: 20px;
    }

    .hjb-brand-section-header {
        gap: 12px;
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px 16px 14px;
    }

    .hjb-brand-num {
        border-radius: 15px;
        font-size: 15px;
        height: 44px;
        width: 44px;
    }

    .hjb-brand-section-body {
        padding: 0 16px 18px;
    }

    .hjb-brand-section-body p {
        font-size: 15px;
    }

    .hjb-brand-btn {
        width: 100%;
    }

    .hjb-brand-contact {
        border-radius: 22px;
        padding: 22px;
    }

    .hjb-brand-contact-actions {
        display: grid;
    }
}

/* Branded WooCommerce cart */
body.woocommerce-cart {
    --hjb-cart-primary: #7b2cff;
    --hjb-cart-primary-dark: #4b1599;
    --hjb-cart-pink: #e91e83;
    --hjb-cart-text: #151124;
    --hjb-cart-muted: #667085;
    --hjb-cart-border: rgba(123, 44, 255, 0.14);
    background:
        radial-gradient(circle at 8% 8%, rgba(123, 44, 255, 0.1), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(233, 30, 131, 0.08), transparent 28%),
        #fbfaff;
}

body.woocommerce-cart .site-main {
    margin: 0 auto;
    max-width: 1240px;
    padding: 64px 30px 88px;
    width: 100%;
}

body.woocommerce-cart .page-header {
    margin: 0 auto 34px;
    max-width: 1180px;
    position: relative;
}

body.woocommerce-cart .page-header::before {
    align-items: center;
    background: rgba(123, 44, 255, 0.08);
    border: 1px solid rgba(123, 44, 255, 0.13);
    border-radius: 999px;
    color: var(--hjb-cart-primary-dark);
    content: "Your selection";
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    padding: 8px 13px;
    text-transform: uppercase;
}

body.woocommerce-cart .page-header .entry-title {
    background: linear-gradient(135deg, var(--hjb-cart-primary-dark), var(--hjb-cart-pink));
    background-clip: text;
    color: transparent;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    margin: 0;
}

body.woocommerce-cart .page-content {
    margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
    margin: 0 auto;
    max-width: 1180px;
}

body.woocommerce-cart .wc-block-cart {
    align-items: flex-start;
    display: grid !important;
    gap: 32px;
    grid-template-columns: minmax(0, 1.75fr) minmax(330px, 0.85fr);
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--hjb-cart-border);
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(55, 35, 95, 0.09);
}

body.woocommerce-cart .wc-block-cart__main {
    box-sizing: border-box;
    min-width: 0;
    padding: 12px 28px 18px;
    width: auto !important;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    align-self: start;
    box-sizing: border-box;
    min-width: 0;
    padding: 22px 24px 24px;
    position: sticky;
    top: 28px;
    width: auto !important;
}

body.woocommerce-cart table.wc-block-cart-items {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

body.woocommerce-cart .wc-block-cart-items__header th {
    border-bottom: 1px solid var(--hjb-cart-border);
    color: var(--hjb-cart-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 20px 0 15px;
    text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-items__row td {
    border-bottom: 1px solid rgba(123, 44, 255, 0.1);
    padding-bottom: 26px;
    padding-top: 26px;
}

body.woocommerce-cart .wc-block-cart-items__row:last-child td {
    border-bottom: 0;
}

body.woocommerce-cart .wc-block-components-product-image {
    align-items: center;
    background: #f7f3ff;
    border: 1px solid rgba(123, 44, 255, 0.1);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-components-product-image img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

body.woocommerce-cart .wc-block-components-product-name {
    color: var(--hjb-cart-text);
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
    color: var(--hjb-cart-pink);
}

body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    color: var(--hjb-cart-primary-dark);
    font-weight: 800;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-metadata p {
    color: var(--hjb-cart-muted);
    font-size: 14px;
    line-height: 1.65;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
    background: #fff1f6;
    border-radius: 999px;
    color: #b4235f !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 7px 11px !important;
    text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
    background: #ffe0ec;
}

body.woocommerce-cart .wc-block-cart__sidebar .wp-block-heading {
    color: var(--hjb-cart-text);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin: 0;
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
    border-top-color: rgba(123, 44, 255, 0.12);
    padding: 18px 0;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value {
    color: var(--hjb-cart-text);
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
    font-size: 21px;
    font-weight: 800;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon__form button {
    background: #f2ebff;
    border: 0;
    border-radius: 12px;
    color: var(--hjb-cart-primary-dark);
    font-weight: 800;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input {
    background: #fff;
    border: 1px solid rgba(123, 44, 255, 0.2);
    border-radius: 12px;
}

body.woocommerce-cart .wc-block-components-text-input input:focus,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
    border-color: var(--hjb-cart-primary);
    box-shadow: 0 0 0 3px rgba(123, 44, 255, 0.1);
    outline: 0;
}

body.woocommerce-cart .wc-block-cart__submit {
    margin: 12px 0 0;
}

body.woocommerce-cart .wc-block-cart__submit-button {
    background: linear-gradient(135deg, var(--hjb-cart-primary), var(--hjb-cart-pink));
    border: 0;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(123, 44, 255, 0.24);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    min-height: 58px;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus {
    box-shadow: 0 18px 36px rgba(123, 44, 255, 0.32);
    color: #fff;
    transform: translateY(-2px);
}

body.woocommerce-cart .wc-block-components-notice-banner {
    background: #fff;
    border: 1px solid var(--hjb-cart-border);
    border-left: 4px solid var(--hjb-cart-primary);
    border-radius: 14px;
    color: var(--hjb-cart-text);
    margin-bottom: 20px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    min-height: 300px;
    padding: 72px 30px;
    text-align: center;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
    color: var(--hjb-cart-text);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.035em;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title::after {
    background: linear-gradient(90deg, var(--hjb-cart-primary), var(--hjb-cart-pink));
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin: 18px auto 0;
    width: 76px;
}

@media (max-width: 900px) {
    body.woocommerce-cart .site-main {
        padding: 48px 22px 68px;
    }

    body.woocommerce-cart .wc-block-cart {
        display: block !important;
    }

    body.woocommerce-cart .wc-block-cart__main,
    body.woocommerce-cart .wc-block-cart__sidebar {
        width: 100%;
    }

    body.woocommerce-cart .wc-block-cart__sidebar {
        margin-top: 22px;
        position: static;
    }
}

@media (max-width: 600px) {
    body.woocommerce-cart .site-main {
        padding: 36px 14px 54px;
    }

    body.woocommerce-cart .page-header {
        margin-bottom: 24px;
        padding: 0 4px;
    }

    body.woocommerce-cart .page-header::before {
        font-size: 11px;
        padding: 7px 11px;
    }

    body.woocommerce-cart .wc-block-cart__main,
    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
        border-radius: 20px;
    }

    body.woocommerce-cart .wc-block-cart__main {
        padding: 6px 16px 12px;
    }

    body.woocommerce-cart .wc-block-cart__sidebar {
        padding: 20px 18px;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
        min-height: 240px;
        padding: 54px 18px;
    }
}
