@font-face {
    font-family: "VDB";
    src: url("../fonts/roboto/VDB.eot");
    src: url("../fonts/roboto/VDB.ttf") format("truetype"), url("../fonts/roboto/VDB.woff") format("woff");
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Light-Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Regular-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Medium-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Bold-Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Black-Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/font-for-text/Brandon-Grotesque-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#dropdownContainer {
    position: absolute;
    z-index: 1000;
    /* Ensure it appears above other elements */
    margin-top: 5px;
    width: 100%;
    /* Match the width of the input field */
}

.dropdown-menu {
    margin-top: 57px;
    width: -webkit-fill-available;
    font-weight: 400;
    line-height: 30px;
    display: block;
    /* Ensure the dropdown is visible */
    visibility: visible;
    /* Make sure it's not hidden */
    background-color: rgba(255, 255, 255, 0.9);
    /* Light transparent background */
    border: 1px solid #ddd;
    /* Subtle border */
    border-radius: 4px;
    /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Add shadow for depth */
    max-height: 150px;
    /* Restrict height to show only 5 items */
    overflow-y: auto;
    /* Enable vertical scrolling */
    padding: 5px 0;
    /* Add padding inside the dropdown */
}

/* Style individual dropdown items */
.dropdown-item {
    display: block;
    padding: 8px 12px;
    /* Add some padding for spacing */

    text-decoration: none;
    /* Remove underline from links */
    color: darkred;
    /* Default text color */
    transition: background-color 0.3s, color 0.3s;
    /* Smooth hover effect */
    cursor: pointer;
}

/* Highlight dropdown item on hover */
.dropdown-item:hover {
    background-color: #f1f1f1;
    /* Light gray hover effect */
    color: #000;
    /* Darken text color on hover */
}

/* Add custom scrollbar styling */
.dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /* Scrollbar thumb color */
    border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
    /* Hover effect for scrollbar thumb */
}

/* Add spacing to make dropdown visually appealing */
#reportStockSearch {
    position: relative;
}


/* Hide shapes after the fifth one by default */
.cover.hidden {
    display: none;
}

/* Optionally style the down arrow */
.down-arrow {
    font-size: 12px;
    margin-left: 5px;
}

/* Strip VDB pseudo-elements only where we use Material glyph text (checkbox / expand toggles). */
.checkbox::before,
.checkbox::after,
.show-more::before,
.show-more::after,
.show-less::before,
.show-less::after,
.show-more-cps::before,
.show-more-cps::after,
.less-cps::before,
.less-cps::after,
.hidden-show-more-cps::before,
.hidden-show-more-cps::after {
    content: none !important;
}

.material-icons.inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.icon .material-icons.inline-icon {
    font-size: 22px;
}

.shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shape .material-icons.inline-icon {
    font-size: 18px;
}

.show-more,
.show-less,
.show-more-cps,
.less-cps,
.hidden-show-more-cps,
.checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.checkbox.material-icons.inline-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 18px;
}

.checkbox.material-icons.inline-icon.is-empty {
    font-size: 0;
}

/* Modern refresh - scoped to this page */
:root {
    --df-font-family: "Brandon Grotesque", "Roboto", "Segoe UI", system-ui, sans-serif;
    --df-primary: #07212f;
    --df-primary-dark: #04161f;
    --df-primary-soft: #0f425d;
    --df-bg: #edf4f6;
    --df-panel: #ffffff;
    --df-soft: #e4eef2;
    --df-border: #c8d8de;
    --df-text: #102734;
    --df-muted: #617985;
    --option_btn_on_color: var(--df-primary);
    --option_btn_off_font_color: var(--df-primary);
    --option_btn_off_icon_color: var(--df-primary);
    --main_bg_color: #f3f8fa;
    --main_bg_font_color: var(--df-text);
    --main_bg_font_label_color: #7e929d;
    --main_bg_icon_color: var(--df-primary);
    --main_bg_highlight: var(--df-soft);
    --action_btn_static_color: var(--df-primary);
    --action_btn_active_color: var(--df-primary);
    --action_btn_hover_color: var(--df-primary-soft);
    --menu_switch_diam: var(--df-primary);
    --menu_switch_gem: var(--df-primary-soft);
    --menu_switch_jew: #3a7a7d;
}

body.diamond-app-bg {
    font-family: var(--df-font-family);
    color: var(--df-text);
    min-height: 100vh;
    background-color: var(--df-bg);
    background-repeat: no-repeat;
    background-size: cover;
}

body.diamond-app-bg :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    button,
    input,
    select,
    textarea,
    label,
    li,
    td,
    th,
    .form-control,
    .dropdown-item
) {
    font-family: var(--df-font-family);
}

.diamond-top-header {
    width: 100%;
    background: linear-gradient(180deg, #f8fbfc 0%, #eef4f6 48%, #e5eef1 100%);
    border-bottom: 1px solid var(--df-border);
    position: sticky;
    top: 0;
    z-index: 1050;
    overflow-x: clip;
}

.diamond-header-container {
    max-width: 1280px;
}

/* Inner shell: on small screens becomes a raised “card” for clearer hierarchy */
.diamond-header-panel {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}

.diamond-page-shell {
    max-width: 1280px;
    padding-top: 0.85rem;
}

.diamond-main-layout {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.diamond-main-container {
    width: 100%;
}

.search-form-container {
    background: transparent;
}

.diamond-header-bar {
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    align-items: center;
    gap: 1rem 1.25rem;
    padding: 2px 10px;
    margin-bottom: 0;
}

/* Logo lockup: gem mark + wordmark */
.diamond-header-title-wrap {
    margin: 0;
    line-height: 1;
}

.diamond-brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 0.15rem 0;
    border-radius: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.diamond-brand-logo:hover {
    transform: translateY(-1px);
}

.diamond-brand-logo:focus-visible {
    outline: 2px solid var(--df-primary-dark);
    outline-offset: 3px;
}

.diamond-brand-logo-image {
    display: block;
    width: clamp(180px, 18vw, 250px);
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(7, 33, 47, 0.12);
}

.diamond-header-search {
    position: relative;
    max-width: 520px;
    width: 100%;
}

.diamond-header-search #dropdownContainer {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 1100;
}

.diamond-header-search #reportStockSearch {
    height: 42px;
    padding-left: 14px;
    padding-right: 42px;
    border-radius: 999px;
    border: 1px solid var(--df-border);
    background: #fff;
    font-size: 0.93rem;
    box-shadow: inset 0 1px 2px rgba(7, 33, 47, 0.08);
}

.diamond-header-search #reportStockSearch:focus {
    border-color: var(--df-primary-soft);
    box-shadow: 0 0 0 0.2rem rgba(7, 33, 47, 0.12);
}

.diamond-header-search .inline-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--df-muted);
    pointer-events: none;
    font-size: 18px;
}

/* Desktop: brand slot is transparent — h1 participates in the 3-column grid */
.diamond-header-brand-slot {
    display: contents;
}

/* Mobile-only control; hidden on large screens */
.diamond-mobile-search-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--df-border);
    background: linear-gradient(180deg, #ffffff 0%, #edf4f6 100%);
    color: var(--df-primary);
    box-shadow: 0 2px 12px rgba(7, 33, 47, 0.12);
    cursor: pointer;
    padding: 0;
    transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.diamond-mobile-search-toggle:hover {
    border-color: #aac1cb;
    box-shadow: 0 4px 16px rgba(7, 33, 47, 0.18);
}

.diamond-mobile-search-toggle:active {
    transform: scale(0.96);
}

.diamond-mobile-search-toggle:focus-visible {
    outline: 2px solid var(--df-primary-dark);
    outline-offset: 3px;
}

.diamond-mobile-search-toggle .material-icons {
    font-size: 24px;
    line-height: 1;
}

.diamond-mobile-search-toggle__icon--close {
    display: none;
}

.diamond-header-panel.is-search-expanded .diamond-mobile-search-toggle {
    background: var(--df-soft);
    border-color: #aac1cb;
}

.diamond-header-panel.is-search-expanded .diamond-mobile-search-toggle__icon--open {
    display: none;
}

.diamond-header-panel.is-search-expanded .diamond-mobile-search-toggle__icon--close {
    display: inline-flex;
}

.diamond-header-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-action-btn {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.42rem 0.95rem;
    font-size: 0.86rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background: #fff;
    color: var(--df-text);
}

.header-action-btn:hover {
    transform: translateY(-1px);
}

.btn-clear-filter {
    border-color: var(--df-border);
    color: var(--df-primary-dark);
}

.btn-clear-filter:hover {
    border-color: #b7cad2;
    background: var(--df-soft);
}

.btn-add-cart,
.btn-signup {
    background: linear-gradient(135deg, var(--df-primary-soft) 0%, var(--df-primary) 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(7, 33, 47, 0.24);
}

.btn-add-cart:hover,
.btn-signup:hover {
    background: linear-gradient(135deg, #13506f 0%, var(--df-primary) 100%);
    box-shadow: 0 8px 18px rgba(7, 33, 47, 0.3);
}

.modern-search-btn {
    min-width: 156px;
    border-radius: 999px !important;
    border: 0 !important;
    padding: 0.65rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(135deg, var(--df-primary-soft) 0%, var(--df-primary) 100%) !important;
    box-shadow: 0 10px 20px rgba(7, 33, 47, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modern-search-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 13px 24px rgba(7, 33, 47, 0.32);
}

.diamond-search-footer {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .diamond-header-brand-slot {
        display: contents;
    }

    .diamond-mobile-search-toggle {
        display: none !important;
    }

    .diamond-header-panel .diamond-header-search {
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: visible !important;
    }

    .diamond-brand-logo-image {
        width: clamp(190px, 16vw, 250px);
    }

    .diamond-page-shell {
        min-height: calc(100vh - 94px);
        display: flex;
    }

    .diamond-main-layout {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        min-height: calc(100vh - 94px);
    }

    .diamond-main-layout>.container-fluid,
    .diamond-main-layout>.container-fluid>div,
    .diamond-main-layout>.container-fluid>div>.lab-grown-content-wrapper,
    .diamond-main-layout>.container-fluid>div>.lab-grown-content-wrapper>.diamond-main-container,
    .diamond-main-layout>.container-fluid>div>.lab-grown-content-wrapper>.diamond-main-container>.search-form-container {
        width: 100%;
    }

    .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 94px);
    }
}

@media (max-width: 991.98px) {
    .diamond-main-layout {
        min-height: auto;
        padding-top: 0.85rem;
        padding-bottom: 1rem;
    }

    .diamond-header-panel {
        background: var(--df-panel);
        border-radius: 18px;
        border: 1px solid rgba(200, 216, 222, 0.95);
        box-shadow:
            0 10px 40px rgba(7, 33, 47, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.9) inset;
        padding: 1rem 1rem 1.05rem;
        margin: 0.55rem 0 0.4rem;
    }

    .diamond-header-bar {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        align-items: stretch;
        padding: 0;
    }

    .diamond-header-brand-slot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
        width: 100%;
        grid-column: 1 / -1;
    }

    .diamond-mobile-search-toggle {
        display: inline-flex !important;
    }

    .diamond-header-title-wrap {
        display: flex;
        justify-content: flex-start;
        flex: 1;
        min-width: 0;
        width: auto;
    }

    .diamond-brand-logo {
        min-width: 0;
    }

    .diamond-header-search {
        max-width: 100%;
        width: 100%;
        transition:
            max-height 0.38s ease,
            opacity 0.28s ease,
            margin 0.28s ease,
            visibility 0.28s ease;
    }

    .diamond-header-panel:not(.is-search-expanded) .diamond-header-search {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .diamond-header-panel.is-search-expanded .diamond-header-search {
        max-height: 6rem;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin-top: 0.15rem;
        overflow: visible;
    }

    .diamond-header-actions {
        justify-content: stretch;
        width: 100%;
        gap: 0.55rem;
    }

    .header-action-btn {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .diamond-brand-logo-image {
        width: min(185px, 100%);
    }
    .diamond-header-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .diamond-header-panel {
        border-radius: 16px;
        padding: 0.95rem 0.85rem 1rem;
        margin: 0.45rem 0 0.35rem;
    }

    .diamond-header-bar {
        gap: 0.75rem;
    }

    .diamond-brand-gem {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .diamond-brand-name {
        font-size: 1.35rem;
    }

    .diamond-brand-tagline {
        font-size: 0.62rem;
        letter-spacing: 0.22em;
    }

    .diamond-header-search #reportStockSearch {
        height: 44px;
        padding-left: 16px;
        padding-right: 46px;
        font-size: 0.9rem;
    }

    .diamond-header-search .inline-icon {
        right: 16px;
        font-size: 20px;
    }

    .diamond-header-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        overflow: visible;
        gap: 0.5rem;
    }

    .header-action-btn {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        margin: 0;
        white-space: nowrap;
        padding: 0.5rem 0.65rem;
        font-size: 0.8125rem;
        line-height: 1.25;
        min-height: 42px;
        height: auto !important;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .modern-search-btn {
        min-width: 138px;
        font-size: 0.95rem !important;
    }

    .container-fluid,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 380px) {
    .diamond-brand-name {
        font-size: 1.2rem;
    }

    .diamond-brand-tagline {
        font-size: 0.55rem;
        letter-spacing: 0.14em;
    }

    .diamond-brand-gem {
        width: 30px;
        height: 30px;
    }

    .header-action-btn {
        font-size: 0.75rem;
        padding: 0.45rem 0.5rem;
    }
}

/* -------------------------------------------------------------------------
   Mobile: No BGM / H&A / Eye Clean — avoid broken label wrapping; stack
   checkbox above text or use compact columns with nowrap labels.
   ------------------------------------------------------------------------- */
@media screen and (max-width: 576px) {
    /* Match Angular attribute hooks from style18.css for specificity */
    .nobgm-eyeclean-wrapper.two[_ngcontent-mkd-c135] {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        height: auto !important;
        min-height: 0;
    }

    .nobgm-eyeclean-wrapper.two[_ngcontent-mkd-c135] > .nobgm-wrapper[_ngcontent-mkd-c135] {
        flex: 1 1 33.333%;
        width: 33.333% !important;
        min-width: 0;
        padding: 8px 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box;
    }

    .nobgm-eyeclean-wrapper.two[_ngcontent-mkd-c135] > .nobgm-wrapper[_ngcontent-mkd-c135]:not(:last-child) {
        border-right: 2px solid #f4f4f4;
        border-color: var(--main_bg_color, #f4f4f4) !important;
    }

    .nobgm-eyeclean-wrapper.two[_ngcontent-mkd-c135] .nobgm-wrapper[_ngcontent-mkd-c135] a[_ngcontent-mkd-c135] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px;
        width: 100%;
        text-align: center;
    }

    .nobgm-eyeclean-wrapper.two[_ngcontent-mkd-c135] .nobgm-wrapper[_ngcontent-mkd-c135] a[_ngcontent-mkd-c135] .checkbox-label[_ngcontent-mkd-c135] {
        white-space: nowrap !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        margin: 0 !important;
        padding: 0 2px;
    }
}

/* -------------------------------------------------------------------------
   Cut/Pol/Sym (lab-grown + natural): 8X / 3X / 3VG+ sit in .threex-wrapper.
   Theme CSS gives that column ~15–16% width — too narrow for three controls,
   so they overflow the card on phones. Full-width row + fluid inner box.
   ------------------------------------------------------------------------- */
@media screen and (max-width: 991.98px) {

    .lab-grown-cut-pol-sym-container .wrapper.responsive .inner-container,
    .cut-pol-sym-container .wrapper.responsive .inner-container {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        height: auto !important;
        min-height: 78px;
    }

    .lab-grown-cut-pol-sym-container .wrapper.responsive .inner-container .cps-container,
    .cut-pol-sym-container .wrapper.responsive .inner-container .cps-container {
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 6px;
        padding-right: 6px;
    }

    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        justify-content: center;
        align-items: flex-start;
        gap: 8px 14px;
        flex-wrap: wrap;
        padding: 6px 4px 2px;
        box-sizing: border-box;
    }

    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .threex-switch,
    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .threex-plus-switch,
    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .ha-switch,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .threex-switch,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .threex-plus-switch,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .ha-switch {
        flex: 0 0 auto;
    }

    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .checkbox,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .checkbox {
        margin-right: 0 !important;
    }

    .lab-grown-cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .checkbox-label,
    .cut-pol-sym-container .wrapper.responsive .cps-container > .threex-wrapper .checkbox-label {
        margin-right: 0 !important;
    }
}

