:root {

    /* ===== Primary And Secondary Colors ===== */
    --color-proteam-primary: #6a37b0;
    --color-proteam-primary-hover: #572d91;
    --color-proteam-secondary: #f6cf3f;

    /* ===== Other Colors ===== */

    --color-black: #000;
    --color-white: #fff;
    --color-grey: #EFEFEF;
    --color-gray-light: #cecece;
    --color-gray-dark: #333333;
    --color-heading: #2c2c2c;
    --color-active: #6a37b0;
    --color-red: red;
    --color-grey-inputbox: #f0f0f0;
    --color-grey-background: #F7F7F7;
    --color-grey-button: #333333;
    --color-proteam-link: #00AA7E;

    --font-family: Noto Sans, Verdana, Geneva, sans-serif;
    --font-size-sm: 14px;

    --spacing-sm: 1rem;
    --spacing-md: 1.5;
    --spacing-lg: 2rem;
    --spacing-xlg: 2.5rem;
    --box-shadow-default: 0 .125rem .5rem rgba(0, 0, 0, .3);


    /* ===== Other Colors ===== */

    --emr-font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
    --emr-text-color: #333;
    --emr-label-color: #333;
    --emr-border-color: #d9d9d9;
    --emr-focus-color: #005bac;
    --emr-bg-color: #f9f9f9;
    --emr-input-bg: #ffffff;
    --emr-spacing: 1rem;


    /* Background Colors */
    /* Light */
    --bg--light-1: #fff;
    --bg--light-2: #f3f3f3;
    --bg--light-3: #eaeff2;
    --bg--light-4: #c4ced1;
    /* Dark */
    --bg--dark-1: #1b2552;
    --bg--dark-2: #262728;
    --bg--dark-3: #311340;


    /*===== Warrenty cliam Image Container =====*/
    --emr-global-color-white: #ffffff;
    --emr-global-color-overlay-dark: rgba(0, 0, 0, 0.45);
    --emr-global-font-xxl: 2.5rem;
    --emr-global-font-lg: 1.8rem;
    --emr-global-spacing-md: 1rem;

    /******* Site Spacing *******/
    --container_default: 100%;
    --desktop-container: 1200px;
    --tab-container: 704px;
    --mobile-container: 328px;

    --spacing-standard-top: 2.5rem;
    --spacing-standard-bottom: 3rem;
    --spacing-narrow-top: 1rem;
    --spacing-narrow-bottom: 1.5rem;
    --spacing-medium-top: 1.5rem;
    --spacing-medium-bottom: 2rem;
    --spacing-wide-top: 4rem;
    --spacing-wide-bottom: 5rem;
    /**************************
            Text 
    ***************************/

    /* Emerson */
    --emr_brand--primary: #00573d;


    /* text colors */
    --base: #333333;
    --base--heavier: #000;

    /* Gray Colors */
    --gray-light-70: #B4B6B8;
    --gray-light-80: #C9CACC;
    --gray-light-90: #F3F3F3;

    /* bg colors */

    /* Font Weights */
    --font-weight-thin: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600;
    --font-weight-heavy: 700;
    --font-family-noto-sans: 'Noto Sans', Verdana, Geneva, sans-serif;


    /* Font Sizes 1rem = 16px*/
    --dxp-g-font-size-1: 0.625rem;
    --dxp-g-font-size-2: 0.75rem;
    --dxp-g-font-size-3: 0.8125rem;
    --dxp-g-font-size-4: 0.875rem;
    --dxp-g-font-size-5: 1rem;
    --dxp-g-font-size-6: 1.125rem;
    --dxp-g-font-size-7: 1.25rem;
    --dxp-g-font-size-8: 1.5rem;
    --dxp-g-font-size-9: 1.75rem;
    --dxp-g-font-size-10: 1.85rem;
    --dxp-g-font-size-11: 2rem;
    --dxp-g-font-size-12: 2.25rem;
    --dxp-g-font-size-13: 2.625rem;

    /* Rich text var */
    --dxp-c-strong-text-weight: 500;

    /* Left and right margin removed */
    --dxp-style-c-margin-right-m: 0% !important;
    --dxp-style-c-margin-left-m: 0% !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--emr-font-family);
    /* color: var(--base); */
}

.dxpStyle_3fcd09f9-bb25-4752-9bca-7949beaf0bb8 {
    --dxp-style-c-margin-right-m: 0% !important;
    --dxp-style-c-margin-left-m: 0% !important;
}

.slds-input {
    box-sizing: border-box;
    font-family: var(--emr-font-family);
    color: var(--base);
    height: 48px;
    background-color: #F3F3F3;
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border-radius: 0px;
    outline: none;
}

.slds-button_icon-inverse.slds-button:hover {
    background: transparent;
}

.slds-input::placeholder {
    font-style: italic;
    color: #ccc;
}

.slds-input:active {
    border: 1px solid #ccc;
}

body,
body .cb-outputRichText-container,
body h3.textBlock_desktopTabletMobile {
    font-family: var(--emr-font-family);
    color: var(--base);
}

.cb-outputRichText-container {
    font-family: var(--emr-font-family);
    font-weight: 300;
}

a,
body a,
.cb-outputRichText-container a,
.cb-outputRichText-container a u,
a u,
a:link:not(.slds-button, .slds-dropdown__item > a),
a:visited:not(.slds-button, .slds-dropdown__item > a) {
    color: var(--color-proteam-link);
    font-family: var(--emr-font-family);
    /* opacity: .85; */
}

body .cb-outputRichText-container h3 {
    font-size: 27px !important;
    ;
}

body .cb-outputRichText-container h3 strong {
    font-weight: 500;
    font-size: 27px !important;
}

@media screen and (max-width: 1279px) {
    body .cb-outputRichText-container h3 {
        font-size: 19px !important;
        ;
    }

    body .cb-outputRichText-container h3 strong {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 767px) {
    body .cb-outputRichText-container h3 {
        font-size: 18px !important;
        ;
    }

    body .cb-outputRichText-container h3 strong {
        font-size: 18px !important;
        ;
    }
}

.description a {
    font-weight: 500;
}

.description a:hover {
    text-decoration: none;
}

/* This change is added for warranty but it will affect everywhere we use the richtext */
.cb-outputRichText-container h1 strong,
.cb-outputRichText-container h2 strong,
.cb-outputRichText-container p strong {
    font-weight: 500;
}

.cb-outputRichText-container p {
    line-height: 1.625rem;
    font-weight: 300;
    /* display: none; */
    /* margin-bottom: 1rem !important; */
}

.cb-outputRichText-container a {
    text-decoration: underline !important;
    color: var(--color-proteam-link);
    font-weight: 500;
    font-family: var(--emr-font-family);
}

.cb-outputRichText-container a:hover {
    text-decoration: none !important;
}

.cb-outputRichText-container li {
    line-height: 1.625rem;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 300;
    position: relative;
}

.content-section .cb-outputRichText-container.ql-editor,
.c002-container .cb-outputRichText-container.ql-editor,
.c031-container .cb-outputRichText-container.ql-editor,
.c034-rich-content .cb-outputRichText-container.ql-editor {
    overflow: hidden;
    overflow-y: hidden;
}


.cb-outputRichText-container.ql-editor ol,
.cb-outputRichText-container.ql-editor ul {
    padding-left: 0 !important;
}

.cb-outputRichText-container.ql-editor ul>li::before {
    position: absolute;
    font-size: 2.5rem;
}

.cb-outputRichText-container.ql-editor ul>li.ql-indent-1::before {
    content: '\25E6';
    font-size: 2rem;
}

.cb-outputRichText-container.ql-editor ul>li::before {
    content: '\2022';
}


.cb-outputRichText-container.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3rem;
}

.cb-outputRichText-container.ql-editor li:not(.ql-direction-rtl) {
    padding-left: 3rem !important;
}

.cb-outputRichText-container.ql-editor li.ql-indent-1 {
    padding-left: 6rem !important;
}

.slds-modal__container .slds-button.slds-button_icon {
    background-color: transparent;
    border: none;
}

.slds-modal__container .slds-button.slds-button_icon:focus,
.slds-modal__container .slds-button.slds-button_icon:hover,
.slds-modal__container .slds-button.slds-button_icon:active {
    outline: none;
    box-shadow: none;
}

.slds-button.slds-button_icon:hover,
.slds-button.slds-button_icon:active {
    background-color: transparent;
    border: none;
    outline: none;
}

/* 
**********************************************
    START:: STANDARD CONTAINER CLASSES
**********************************************
*/
.responsive-container {
    width: var(--container_default);
    max-width: var(--desktop-container);
    margin: auto;
}

.full-width {
    width: var(--container_default);
}

@media screen and (max-width: 1279px) {
    .responsive-container {
        max-width: var(--tab-container)
    }
}

@media screen and (max-width: 767px) {
    .responsive-container {
        max-width: var(--mobile-container)
    }
}

/* 
**********************************************
    END:: STANDARD CONTAINER CLASSES
**********************************************
*/


/* pdp image gallery css changes */

.gallery-details {
    width: 100%;
}

.product-details {
    display: flex;
    gap: 30px;
}

/* Adding a hack to make the font lighter */

.lighter-font {
    opacity: .85;
}

.breadcrumb-item,
.breadcrumb-item>a {
    color: #c0c0c0 !important;
}

.container-shadow {
    box-shadow: 0 2px 8px 0 #0000004D;
}

/************************************************** b2b_ProductListingProductCard  ***************************************************/
.products-list-container .product-card {
    border-right: 1px solid var(--gray-light-70);
    border-bottom: 1px solid var(--gray-light-70);
}

.products-list-container>*:nth-child(3n) .product-card {
    border-right: none;
}

@media screen and (max-width: 1279px) {
    .products-list-container>*:nth-child(3n) .product-card {
        border-right: 1px solid var(--gray-light-70);
    }

    .products-list-container>*:nth-child(2n) .product-card {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .products-list-container .product-card {
        border: none;
        border-bottom: 1px solid var(--gray-light-70);
    }

    .products-list-container>*:nth-child(3n) .product-card {
        border-right: none;
    }

    .m-no-shadow {
        box-shadow: none;
    }
}

.emr-global,
.emr-global * {
    font-family: var(--font-family);
}

.emr-button--primary {
    background-color: var(--color-active) !important;
}

/* ===== Topbar Section ===== */

.emr-proteam-topbar__links {
    display: flex;
    justify-content: end;
}

.emr-proteam-topbar__links a {
    color: var(--emr-text-color) !important;
    text-decoration: none !important;
}

.emr-proteam-topbar__links a:hover {
    color: var(--emr-text-color) !important;
}

.search-close-container {
    background-color: #82798D;
    height: 4rem;
    width: 4rem;
    text-align: center;
    padding-top: 5px;
    margin-left: 12px;
}

.search-close {
    height: 4rem;
    width: 4rem;
    text-align: center;
    font-size: 2rem;
    color: var(--color-white);
}

.search-close:hover {
    cursor: pointer;
}

/* ===== Expand View ===== */
.emr-proteam-expand__section {
    max-height: 0;
    overflow: hidden;
    /* opacity: 0; */
    transform: translateY(-20px);
    visibility: hidden;
    transition: max-height 0.8s ease, opacity 0.8s ease;
}

.emr-proteam-expand__section--visible {
    max-height: 500px;
    /* adjust as needed */
    /* opacity: 1; */
    visibility: visible;
    animation: slide-down-utility-nav 0.3s ease-in-out;
}

@keyframes slide-down-utility-nav {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.emr-proteam-expand__view {
    background: var(--color-black);
    color: var(--color-white);
    padding: var(--spacing-md);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.emr-proteam-expand__logo {
    height: auto;
    width: 125px;
    margin: auto;
}

.emr-proteam-expand__content {
    padding: 10px var(--spacing-md);
}

.emr-proteam-expand__content a {
    font-size: large;
    color: var(--color-white) !important;
    text-decoration: none !important;
}


/* ===== Main Nav ===== */
.emr-proteam-menu-header {
    width: 100%;
}

.emr-proteam-nav__main {
    display: flex;
    align-items: center;
    position: relative;
}

.emr-proteam-nav__item {
    width: fit-content;
    height: 3rem;
    padding: 1rem 0.5rem;
}

.emr-proteam-nav__link {
    font-weight: 500;
    font-family: 'Noto Sans';
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 4%;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--emr-text-color);
}

/* ===== Mega Menu ===== */
.emr-proteam-products-menu-wrapper {
    display: flex;
    height: 264px;
    width: 100%;
    /* position: absolute; */
    z-index: 1;
}

.emr-proteam-products-mega-menu {
    height: 224px;
    width: 15%;
    background: var(--color-white);
    padding: var(--spacing-lg);
    padding-left: 1rem;
    /* box-shadow: var(--box-shadow-default); */
}

.emr-proteam-mega-menu {
    padding: var(--spacing-lg);
    background: var(--color-white);
    width: 100%;
    font-family: 'Noto Sans';
    color: var(--emr-text-color);
    position: absolute;
    z-index: 1;
    border-top: 1px solid #ddd;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1)
}

.emr-proteam-mega-menu__column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-left: 1.5rem;
}

.emr-proteam-mega-menu__column:hover {
    color: var(--color-proteam-primary-hover);
    /* border-bottom: 3px solid var(--color-proteam-primary-hover); */
}

.emr-proteam-mega-menu__heading {
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--color-heading);
}

.emr-proteam-mega-menu__heading--active {
    color: var(--color-active);
}

.emr-proteam-mega-menu__label,
.emr-proteam-mega-menu__item {
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 12px;
    font-weight: 400;
    color: var(--emr-text-color);
    align-content: center;
}

.emr-proteam-mega-menu__item {
    margin-bottom: 0.75rem;

}

.emr-proteam-mega-menu__item:hover a {
    color: var(--color-proteam-primary-hover) !important;
    text-decoration: underline !important;
}

.emr-proteam-mega-menu__item,
.emr-proteam-menu-wraper a {
    color: var(--base) !important;
    text-decoration: none !important;
}

.emr-proteam-products-submenu-container {
    background-color: var(--color-grey-background);
    width: 85%;
    height: 224px;
    font-family: 'Noto Sans';
    padding: var(--spacing-lg) 2rem;
    z-index: 1;

}

.emr-proteam-product-menu-header {
    font-family: 'Noto Sans';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.emr-proteam-products-submenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
    padding: var(--font-size-sm) 0px;
}


/* eloqua form global css class  */

.state-label-class{
    padding: 10px !important;
}
.state-label-class:hover{
    cursor: pointer;
    background-color: #f1f1f1;
}

/* ===== Menu bar icons ===== */


.custom-icon {
    --slds-c-icon-color-foreground: var(--color-proteam-primary);
    --slds-c-icon-color-background: var(--color-proteam-primary);
    width: 13%;
    height: 13%;
    margin: var(--spacing-sm);
}

.colContainer {
    width: 100%;
}

.emr-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cartIcon {
    margin: .375rem .25rem .125rem;
}

.emr-header-icons__search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background-color: transparent;
    padding: 0.25rem 0rem;
    cursor: pointer;
    font-size: var(--font-size-sm);
    color: var(--color-proteam-primary);
    height: 3rem;
    width: 3rem;
}

.emr-header-icons__search:hover {
    background-color: #A49EAC;
    color: var(--color-white);

}

.emr-header-icons__search:hover .emr-header-icons__icon {
    fill: #ffffff;
}

.emr-header-icons__search-label {
    font-weight: 500;
    display: inline-block;
    font-family: var(--font-family);
}

.emr-header-icons__icon-wrapper {
    cursor: pointer;
    /* height: 4rem; */
    padding: 1rem;
    position: relative;
    width: 3rem;
    display: inline-block;
}

.emr-header-icons__icon {
    width: 32px;
    height: 32px;
    fill: var(--color-proteam-primary);
}

/* Seach icons Style  */
.search-overlay {
    position: relative;
    top: 0;
    /* right: 2rem; */
    height: 64px;
    width: 750px;
    background-color: #A49EAC;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    animation: expand-width 0.7s ease forwards;
}

@keyframes expand-width {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 750px;
        opacity: 1;
    }
}

@media screen and (max-width: 1279px) {
    .search-overlay {
        width: 100%;
        height: 48px;
    }

    .emr-header-icons__icon-wrapper {
        width: 2rem;
        padding: 1rem 0;
    }

    @keyframes expand-width {
        from {
            width: 0;
            opacity: 0;
        }

        to {
            width: 100%;
            opacity: 1;
        }
    }
}

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .search-overlay {
        width: 100%;
    }

    @keyframes expand-width {
        from {
            width: 0;
            opacity: 0;
        }

        to {
            width: 100%;
            opacity: 1;
        }
    }
}



.field-field {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    gap: 20px;
}

.form-element {
    width: 48%;
}

.header-text {
    color: #6a37b0 !important;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.search-input {
    flex: 1;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    color: var(--color-white);
    font-size: 1.25rem;
    outline: none;
}

.search-input::placeholder {
    color: var(--color-white);
}

.input-search-icon {
    cursor: pointer;
    margin-left: 1rem;
}

.slotContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

/* Hide hamburger on desktop */
/* Backdrop */
.mobile-backdrop {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Drawer */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -260px;
    /* hidden */
    width: 60%;
    height: 100%;
    background: #fff;
    z-index: 1101;
    transition: right 0.3s ease;
    box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.2);
}

.mobile-menu-drawer.open {
    right: 0;
    top: 64px;
}

.close-btn {
    font-size: 20px;
    color: gray;
    cursor: pointer;
}

.close-btn:hover {
    color: #fff;
}

.mobile-menu-items .emr-proteam-nav__item {
    align-content: center;
}

.mr-proteam-nav__item:hover {
    text-decoration: underline !important;
}

.emr-mobile-menu_footer {
    display: flex;
    flex-direction: column;
    background-color: var(--color-black);
    padding: 20px;
}

.emr-mobile-menu_footer a {
    color: var(--color-white) !important;

}

.accordion-section {
    border-bottom: 1px solid #eee;
    padding: 0 1rem;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.accordion-item {
    padding: 8px 16px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.accordion-item a {
    text-decoration: none;
    color: #333;
}

.arrow {
    font-size: 18px;
    margin-left: 8px;
}

.back-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    cursor: pointer;
    color: #333;
}

.back-arrow {
    transform: rotate(90deg);
    /* Rotate SVG */
    margin-right: 8px;
}

.back-label {
    font-size: 16px;
}


/* ===== Footer ===== */
.emr-footer {
    background-color: #101010;
    color: #fff;
    font-family: sans-serif;
    padding: 2rem 1rem;
}

.emr-footer p {
    color: #fff;
}

.emr-footer__top {
    margin-bottom: 2rem;
}

.emr-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    border-right: 2px solid;
    gap: 1rem;
}

.emr-footer__logo {
    width: 160px;
    margin-bottom: 1rem;
}

.emr-footer__social .emr-footer__logo {
    width: 26px;
    height: 26px;
}

.emr-footer__connect {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.emr-footer__social {
    display: flex;
    gap: 1rem;
}

.emr-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    fill: white;
    transition: fill 0.3s ease;
}

.emr-footer__icon:hover {
    fill: #cecece;
}


.emr-footer__column h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.emr-footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emr-footer__column li {
    margin-bottom: 0.4rem;
}

.emr-footer__column a {
    color: white !important;
    text-decoration: none;
}

.emr-footer__column a:hover {
    text-decoration: underline;
}

.emr-menu-container-img {
    width: 1rem;
    height: 1rem;
    transform: rotate(-90deg);
}

.emr-desk-menu-wrapper,
.emr-mob-menu-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    height: 48px;
}

.emr-desk-menu-wrapper {
    align-items: flex-start;

}

.emr-mob-menu-wrapper {
    align-items: center;
}

.emr-desk-menu-wrapper:hover .emr-mob-menu-wrapper:hover {
    color: var(--color-proteam-primary-hover);
}

/* Footer Bottom Section */
.emr-footer__bottom {
    background-color: #000;
    color: #fff;
    padding: 2rem 1rem;
}

.emr-footer__bottom p,
.emr-footer__bottom h3 {
    color: #fff;
}

.emr-footer__bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.emr-footer__bottom-left {
    flex: 1;
    min-width: 250px;
}

.emr-footer__bold {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.emr-footer__links {
    text-align: end;
}

.privacyLink {
    margin: 0 0.3rem 0 0 !important;
}

.emr-footer__links,
.emr-footer__legal-links {
    font-size: 0.85rem;
    margin-top: 0.8rem;
    line-height: 1.5;
}

.emr-footer__links a,
.emr-footer__legal-links a {
    color: var(--color-white) !important;
    text-decoration: none;
    margin: 0 0.3rem;
}

.emr-footer__legal-links {
    margin-top: 1rem;
    display: inline-block;
    width: 80%;
    word-break: auto-phrase;
}

.emr-footer__bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.emr-footer__logo {
    max-width: 160px;
}

.emr-footer__emerson-logo {
    position: relative;
    left: 9rem;
    top: 1rem;
}


/* ===== Contact us Page ===== */

.slds-theme--success,
.slds-theme_success {
    color: var(--color-black);
    background-color: #F6CF3F;
}

.slds-theme_alert-texture {
    background-image: none !important;
}

.slds-theme--error,
.slds-theme_error {
    color: var(--color-black);
    background-color: var(--color-red);
}

.slds-button_brand {
    background-color: var(--color-proteam-primary) !important;
    color: var(--color-white) !important;
}

.emr-contact-form {
    font-family: var(--emr-font-base);
    padding: var(--spacing-sm);
    /* max-width: 100%; */
    margin: var(--spacing-lg) auto;
}

.emr-contact-form__title {
    font-size: 3.5rem;
    font-weight: 200;
    color: #333;
}

.emr-contact-form__info {
    display: flex;
}

.emr-contact-form__description,
.emr-contact-form__info {
    margin-bottom: 1rem;
    color: var(--emr-color-primary);
    font-weight: 300;
}

.emr-contact-form__link {
    color: var(--color-proteam-primary) !important;
    text-decoration: none;
}

.emr-contact-form__form {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 10px 1px silver;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    /* max-width: 1100px;
    margin: 2rem auto; */
}

.emr-contact-form__group,
.form__group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.emr-contact-form__group.full-width {
    grid-column: span 2;
}


.emr-contact-form__label {
    margin-bottom: 0.35rem;
    color: #333;
    line-height: 1.5;
    margin: 0px 0px 5px 0px;
    font-weight: 300;
    font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: var(--color-proteam-primary);
    cursor: pointer;
    transform: scale(1.1);
    margin-right: 6px;
}

.emr-contact-form__input,
.emr-contact-form__select,
.emr-contact-form__textarea {
    background-color: var(--color-grey-inputbox);
    border: 1px solid var(--color-grey-inputbox);
    height: 45px;
    width: 100%;
    padding: 8px 12px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.emr-contact-form__textarea {
    min-height: 120px;
    resize: vertical;
}

.emr-contact-form__input:focus,
.emr-contact-form__select:focus,
.emr-contact-form__textarea:focus {
    border-color: #6a1b9a;
    /* purple */
    box-shadow: 0 0 0 2px rgba(106, 27, 154, 0.2);
    outline: none;
}

.emr-contact-form__radio-group label {
    margin-right: 1rem;
}

.emr-contact-form__submit {
    background-color: #6a1b9a;
    margin-top: 3rem;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    grid-column: span 2;
    width: 100%;
    transition: background 0.3s ease;
}

.emr-contact-form__submit:hover {
    color: var(--color-gray-light);
}

.emr-contact-form-recaptcha {
    /* height: 5rem;
    max-height: 15rem; */
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.emr-error-message {
    color: #ff4d4f;
    font-size: 13px;
    margin-top: 5px;
}

/* ===== Warrenty claim form ===== */

/*===== Image Container =====*/

.emr-global__section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.emr-global__hero {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.emr-global__hero--carousel {
    width: 100%;
}

.emr-global__hero-wrapper {
    position: relative;
    width: 100%;
}

.emr-global__hero-wrapper--overlay-dark {
    background-color: var(--emr-global-color-overlay-dark);
}

.emr-global__hero-image-container {
    position: relative;
    width: 100%;

}

.emr-global__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.emr-global__hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
}

.emr-global__hero-overlay--dark {
    background-color: var(--emr-global-color-overlay-dark);
}

.emr-global__hero-title-wrapper {
    margin-top: 6%;
    margin-left: 15%;
}

.emr-global__hero-title {
    color: var(--emr-global-color-white);
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 4px;
}

/*===== Form Container =====*/
.emr-warrenty-claim-form__title {
    font-size: 2rem;
    font-weight: 400;
    margin: 1rem 0;
}

.emr-global__claim-form {
    font-family: var(--emr-font-family);
    background-color: var(--emr-bg-color);
    padding: var(--emr-spacing);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.emr-global__form-section {
    padding: 1% 20%;
}

/* .emr-global__input .slds-input,
.emr-global__textarea .slds-textarea,
.emr-global__input .slds-input-has-icon {
    width: 65% !important;
} */

.emr-global__input,
.emr-global__input,
.emr-global__textarea {
    padding: 0.5rem;
    margin-bottom: var(--emr-spacing);
    font-size: 0.95rem;
    color: var(--emr-text-color);
    border: 1px solid #ccc;
    /* width: 90% !important; */
}

.emr-global__textarea {
    min-height: 120px;
    margin-top: 1rem;
    resize: vertical;
}

.emr-global__button lightning-button {
    font-weight: 600;
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    margin-top: 1rem;
}

.emr-global__note {
    font-size: 0.85rem;
    color: #666;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    background: #f1f1f1;
    padding: 0.75rem;
    border-left: 4px solid var(--color-proteam-primary);
    border-radius: 4px;
}

.emr-global__link-text a {
    font-size: 0.85rem;
    color: var(--color-proteam-primary);
    text-decoration: underline;
    font-weight: 500;
}

.emr-global__section-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--emr-label-color);
    margin-top: 1.5rem;
    padding-bottom: 0.25rem;
}

.emr-global__upload lightning-file-upload {
    margin-top: 1rem;
    background: #ffffff;
    padding: var(--spacing-sm);
    border-radius: 6px;
}

.emr-global_section {
    padding: var(--spacing-sm);
}

.emr-global__remove-link {
    color: #337ab7;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    margin-left: var(--spacing-sm)/2;
    text-align: center;
    margin-top: var(--spacing-sm);
}

.emr-global__add-link {
    color: #337ab7;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 0.5rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.emr-global__line-row lightning-input {
    margin-bottom: 0;
}

.emr-global__lightning-lauout {
    align-items: end;
}

/* ===== Order Liretures ===== */
/* .emr-global__literature-category {
    margin-bottom: 2rem;
    margin-top: 50px;
    margin-left: 150px;
}

.emr-global__literature-form-title{
    font-size: 35px;
    margin-left: 150px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.emr-global__literature-form-content{
    margin-left: 150px;
}

.emr-global__category-heading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    color: #2b2b2b;
}

.emr-global__literature-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    gap: 1rem;
}

.emr-global__quantity-input {
    width: 3rem;
    padding: 0.2rem 0.4rem;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
   
}

.emr-global__literature-label {
    font-size: 14px;
    color: var(--color-gray-dark);
    word-break: break-word;
    width: 40%;
}

.emr-global__literature-link {
    font-size: 14px;
    color: #0070d2 !important;
    text-decoration: underline;
    white-space: nowrap;
} 

.emr-global__literature-order-button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 100px;
    margin-left: 150px;
    margin-bottom: 20px;
}

.emr-global__literature-submit-button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 100px;
    margin-bottom: 20px;
}

.emr-global__literature-button-primary {
    background-color: #6A37B0;
    color: white;
} */

/* ===== Reward Redemption Form  ===== */

.emr-global__section-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.emr-global__reward-display {
    font-weight: bold;
    font-size: 1rem;
}

.emr-form__group {
    display: flex;
    flex-direction: row;
    width: 65%;
    gap: 3px;
}

.left-col {
    width: 46.5%;
}

.right-col {
    margin-left: 0.5rem;
    width: 46.5%;
}

/* ===== Marketing Request Form ===== */
.emr-global__form-wrapper {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0 5px 10px silver;
    max-width: 1100px;
    margin: 2rem auto;
}

.emr-global__input {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.emr-global__textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-height: 100px;
}

.emr-global__label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.emr-form__group {
    margin-bottom: 1.25rem;
}

.emr-global__char-counter {
    font-size: 0.75rem;
    text-align: right;
    color: #888;
    margin-top: 0.25rem;
}

.emr-global__selected-items {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.emr-form__actions {
    display: flex;
    gap: 1rem;
    padding: 1rem 0rem;
}

/* ===== PDP Product Description Page ====== */

.specifications {
    margin-top: 1rem;
}

.spec-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--color-gray-dark);
}

dl {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0.75rem;
    column-gap: 2rem;
}

.spec-row {
    display: contents;
    /* Allows dt and dd to align in grid without wrapper box */
}

.spec-label {
    font-weight: 500;
    text-align: right;
}

.spec-value {
    color: var(--color-gray-dark);
    margin: 0;
}




.emr-pdp-details__category,
.emr-pdp-details__title,
.emr-pdp-details__code,
.emr-pdp-brief-description,
.emr-pdp-price__value {
    color: var(--color-black);
}

.emr-addtoCart {
    height: 50px;
    width: 50%;
    max-width: 100%;
    text-align: center;
}

.emr-pdp-quantity-input {
    border: 1px solid silver;
    display: inline-block;
    height: 50px;
    padding: 6px 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 60%;
    text-align: center;
    color: var(--color-black);
}

.emr_readMore {
    color: var(--color-active);
    position: relative;
    text-align: right;
    bottom: 0;
    right: 0;
    /* top: -31px; */
    top: -14px;
    margin-left: auto;
    width: 180px;
    background: linear-gradient(270deg, #fff, #fff, transparent);
    cursor: pointer;
}

/* Tabs */
.navigation-bar {
    background-color: var(--color-proteam-primary);
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 7rem;
    z-index: 10;
}

.navigation-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.navigation-bar li a {
    color: var(--color-white) !important;
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    border-bottom: 3px solid transparent;
}

.navigation-bar li a:hover {
    background-color: var(--color-proteam-primary);
}

.navigation-bar li a.active {
    background-color: var(--color-proteam-primary);
    border-bottom: 3px solid white;
}

.content-section {
    /* min-height: 500px; */
    scroll-margin-top: 10rem;
    /* adjust based on your header/nav height */
    /* border-bottom: 1px solid #e0e0e0; */
}

.content-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--color-gray-dark);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.emr_add-to-cart-button {
    margin: 0 0 0 0.5rem;
    height: 50px;
    width: 50%;
    text-align: center;
}

/* ====== pdp prod media gallary custom  */
.tab-header {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    background: #f3f3f3;
    font-weight: bold;
}

.tab-button.active {
    background: #0176d3;
    color: white;
}

.thumbnail-container {
    max-height: 600px;
    overflow-y: auto;
}

.thumb-wrapper {
    padding: 4px;
}

.thumbnail-image,
.thumbnail-video {
    width: 100%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.thumbnail-image:hover,
.thumbnail-video:hover {
    transform: scale(1.1);
}

.selected {
    border: 2px solid #0176d3;
}

.main-content-display {
    text-align: center;
}

.main-image,
.main-video {
    max-width: 100%;
    max-height: 600px;
}


/*  */


/*  */
.dropdown-container {
    position: absolute;
    top: 4rem;
    right: 3rem;
    background: white;
    border-radius: 4px;
    padding: 16px;
    width: 280px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    background-color: #673ab7;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greeting {
    font-size: 16px;
    font-weight: normal;
    color: var(--color-gray-dark);
}

.username {
    font-weight: bold;
}

.org-section {
    margin-top: 6px;
    margin-bottom: 12px;
}

.org-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .org-label {
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
} */

.org-label {
    font-size: 12px;
    color: var(--color-gray-dark);
    font-weight: 600;
}

.change-link {
    color: #f4c542;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.org-name {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.nav-link {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0;
    color: var(--color-gray-dark);
}


/* 
    ***************************** Custom Select Dropdown *****************************
*/

/* Custom Select Dropdown Styles */
.emr-custom-select {
    position: relative;
    width: 100%;
    z-index: 1;
}

.emr-select-selected {
    background-color: #ffffff;
    border: 1px solid #c9cacc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F3F3;
}

.emr-select-selected:hover {
    background-color: #F3F3F3;
}

.emr-select-selected.select-arrow-active {
    border-bottom: none;
}

.emr-select-selected.select-arrow-active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.emr-select-items div,
.emr-select-selected {
    color: var(--base);
    padding: 0px 8px;
    cursor: pointer;
    user-select: none;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 300;
}

.emr-custom-select .custom-label {
    display: flex;
    margin-bottom: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}

.emr-select-selected.select-arrow-active {
    border-bottom: none;
}

.emr-select-selected.select-arrow-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9cacc;
}

.emr-select-items {
    position: absolute;
    border: 1px solid #c9cacc;
    border-top: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    transform-origin: top;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.emr-select-hide {
    display: none !important;
}

.emr-select-items:not(.emr-select-hide) {
    animation: dropdownOpen 0.25s ease-in-out forwards;
    pointer-events: auto;
    transform: translateZ(0);
    will-change: transform;
}

@keyframes dropdownOpen {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.emr-select-items div:hover,
.same-as-selected {
    background-color: #F3F3F3;
}

.emr-select-items div {
    transition: background-color 0.2s ease;
    position: relative;
    z-index: 5;
    height: 40px;
    font-size: 14px;
}

.emr-select-items div:active {
    background-color: #E5E5E5;
}

.emr-custom-select:focus-within {
    z-index: 10;
}

.emr-input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.filter-container .filter-icon svg {
    width: 16px;
    height: 14px;
}

/* 
**************************************************************************************
*************************** Start:: Custom MultiSelect CSS ************************************
**************************************************************************************
*/

.custom-multiselect-wrapper {
    position: relative;
    max-width: 320px;
    margin-bottom: 1rem;
}


.custom-multiselect {
    background: white;
    border-top: 1px solid #C9CACC;
    border-radius: 0px;
    padding: 16px 8px 16px 16px;
    cursor: pointer;
    position: relative;
    min-width: 200px;
    margin-top: 7px;
}

.custom-multiselect.active {
    border-top: 4px solid #00805A;
    box-shadow: 0px 2px 8px 0px #0000004D;
}

.custom-multiselect:hover {
    border-top: 4px solid #00805A;
    box-shadow: 0px 2px 8px 0px #0000004D;
}

.custom-multiselect-selected {
    min-height: 24px;
    font-size: 12px;
    color: var(--base);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
}

.custom-multiselect-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-weight: 300;
    line-height: 24px;
    gap: 8px;
}

.native-checkbox {
    display: none;
}

/* Wrapper to align checkbox + label */
/* .custom-multiselect-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 12px;
  transition: background 0.2s ease;
} */

/* Hover background */
.custom-multiselect-option:hover {
    background-color: #f3f3f3;
}

/* Custom checkbox box */
.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: #fff;
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
}

/* checkout  */

.slds-checkbox .slds-checkbox__label .slds-form-element__label {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}

.slds-form-element__label {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    color: #2D383f !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase;
    font-family: "Salesforce Sans", Arial, sans-serif !important;
}

.fix-slds-input_faux {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #c0c0c0;
    padding: 5px 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    margin-top: 5px;
}

/* Hide checkmark by default */
.checkmark {
    display: none;
}

.checkmark-box {
    display: none;
}

.custom-multiselect-option:hover .native-checkbox:not(:checked)+.custom-checkbox .checkmark-box {
    display: block;
}

/* Show checkmark and green border when checked */
.native-checkbox:checked+.custom-checkbox .checkmark {
    display: block;
}

.custom-multiselect-option>input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* appearance: none;
    -webkit-appearance: none; */
    background-color: #FFF;
    border: 2px solid #ccc;
    /* border-radius: 4px; */
    position: relative;
    /* display: inline-block; */
    margin-right: 8px;
    transition: background-color 0.2s ease;
}

.custom-multiselect-option>input[type="checkbox"]:hover {
    background-color: #F3F3F3;
}

.dropdown-icon.active {
    transform: rotateZ(180deg);
    transition: transform 0.2s ease;
}

/* Optional: focus ring */
.custom-checkbox:focus {
    outline: none;
    box-shadow: 0 0 2px #666;
}

.custom-multiselect-option:hover {
    background-color: #f1f1f1;
}

.custom-multiselect-option input[type="checkbox"] {
    margin-right: 8px;
}


.custom-multiselect-selected {
    max-width: 100%;
}

.custom-multiselect-selected-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-labels-container {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-multiselect-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: white;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 6px 8px 0px #0000004D;
    z-index: 1000;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 4px; */
}

/* Show it when dropdown is open */
.custom-multiselect-dropdown.open {
    display: block;
}

/* 
**************************************************************************************
*************************** End:: Custom MultiSelect CSS ************************************
**************************************************************************************
*/

/* ===== Responsive Css for Tablet ===== */
@media (max-width: 1279px) {

    /* ===== Header ===== */
    .SiteLogoContainer {
        width: 45%;
    }

    /* .emr-proteam-header__nav-container {
        padding: 0.5rem;
    } */

    .emr-proteam-menu-header {
        width: 48rem;
    }

    .emr-header-icons {
        gap: 5px;
        height: 2rem;
        width: 2rem;
    }

    .SiteLogo {
        width: 50%;
        height: 50px;
    }

    .search-overlay {
        /* width: 520px; */
        height: 48px;
        display: flex;
        align-items: center;
    }

    .search-input-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        height: 42px;
        /* width: 455px; */
    }

    .search-input {
        flex: 1;
        height: 100%;
        border: none;
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .input-search-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .search-close-container {
        height: 48px;
        width: 42px;
        background-color: #82798D;
        margin-left: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-close {
        height: 44px;
        width: 44 px;
        font-size: 1.5rem;
        color: var(--color-white);
    }

    .emr-header-icons__search {
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .emr-header-icons__icon {
        height: 1.4rem;
        width: 1.4rem;
    }

    /* Menu Items Header */
    .emr-proteam-menu-wrapper {
        align-items: flex-start;
        padding: 0.5rem;
        height: auto;
    }

    .emr-proteam-nav__main {
        flex-direction: row;
    }

    .emr-proteam-nav__link {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
    }

    /* .emr-proteam-nav__link:hover {
        border-bottom: 2px solid var(--color-proteam-primary-hover);
    } */

    .emr-proteam-topbar__links {
        align-items: flex-start;
        flex-direction: row;
        gap: 0.4rem;
    }

    .emr-proteam-topbar__links a {
        font-size: 12px;
        font-weight: 500;
    }

    .emr-proteam-products-menu-wrapper,
    .emr-proteam-mega-menu {
        padding: 0.5rem;
        gap: 1rem;
        height: auto;
        width: 48rem;

    }

    .emr-proteam-mega-menu__column {
        grid-template-columns: repeat(4, 1fr);
        font-size: 12px;
        gap: 0.1rem;
    }

    .emr-proteam-mega-menu__item {
        margin-bottom: 0;
    }

    .emr-proteam-mega-menu__item a {
        margin-bottom: 0;
        display: block;
        padding: 0.5rem;
    }

    .emr-proteam-products-mega-menu {
        padding: 0.5rem;
        font-size: 12px;
        font-weight: 500;
        width: 19%;
        height: auto;
    }

    .emr-proteam-products-submenu-container {
        padding: 0.5rem;
        font-size: 12px;
        height: auto;
    }

    .emr-proteam-nav__main,
    .emr-proteam-topbar__links {
        display: none;
        /* hide desktop nav */
    }

    .mobile-menu-drawer {
        width: 60%;
    }

    .mobile-menu-items {
        display: flex;
        flex-direction: column;
    }

    .emr-mob-menu-wrapper {
        border-bottom: 1px solid #d1d1d1;
    }

    /* footer */

    .emr-footer {
        padding: 2rem 0px;
    }

    .emr-footer__top .slds-grid {
        flex-wrap: wrap;
    }

    .emr-footer__brand {
        flex: 1 1 100%;
        border-right: none;
        margin-bottom: 1.5rem;
    }

    .emr-footer__logo {
        width: 140px;
    }

    .emr-footer__connect {
        font-size: 0.9rem;
    }

    .emr-footer__column {
        flex: 1 1 45%;
        margin-bottom: 1rem;
    }

    .emr-footer__column h3 {
        font-size: 0.9rem;
    }

    .emr-footer__bottom {
        padding: 0;
    }

    .emr-footer__bottom-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .emr-footer__bottom-left,
    .emr-footer__bottom-right {
        flex: 1 1 100%;
    }

    .emr-footer__links {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .emr-footer__legal-links {
        margin-top: 1rem;
        font-size: 0.85rem;
    }

    .emr-footer__emerson-logo {
        max-width: 150px;
        margin-top: 1rem;
        position: static;
    }

    /* ===== Contact Us Page - Tablet View ===== */
    .emr-contact-form__input,
    .emr-contact-form__select,
    .emr-contact-form__textarea {
        width: 75%;
    }

    /* ===== Online Claim Form - Tablet View ===== */
    .emr-global__claim-form {
        padding: 1rem;
    }

    .emr-global_section {
        width: 100%;
        padding: 0.5rem 0;
    }

    .emr-global__input lightning-input,
    .emr-global__input lightning-combobox,
    .emr-global__textarea lightning-textarea {
        width: 100%;
    }

    .emr-global__upload lightning-file-upload {
        width: 100%;
    }

    /* ===== Online Warrenty Claim Form =====*/
    .emr-global__hero-title-wrapper {
        margin-top: 5%;
        margin-left: 12%;
    }

    .emr-global__hero-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .emr-global__form-section {
        padding: 1% 6%;
    }

    .search-overlay {
        position: fixed;
        top: 0rem;
        right: 0;
        /* right: 1rem; */
    }
}

/* ===== Responsive Css for Mobile ===== */
@media screen and (max-width: 767px) {

    /* ===== Header ===== */
    .SiteLogoContainer {
        width: 45%;
    }

    .emr-header-icons {
        gap: 5px;
        height: 2rem;
        width: 2rem;
    }

    .SiteLogo {
        width: 50%;
        height: 50px;
    }

    .search-overlay {
        /* width: 184px; */
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .search-input-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        height: 42px;
        /* width: 134px; */
    }

    .search-input {
        flex: 1;
        height: 100%;
        border: none;
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .input-search-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .search-close-container {
        height: 48px;
        width: 42px;
        background-color: #82798D;
        margin-left: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-close {
        height: 44px;
        width: 44 px;
        font-size: 1.5rem;
        color: var(--color-white);
    }

    .emr-header-icons__icon-wrapper {
        /* height: 3rem; */
        padding: 0.5rem;
        width: 3rem;
    }

    .emr-header-icons__search {
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .emr-header-icons__icon {
        height: 1.4rem;
        width: 1.4rem;
    }

    /* Menu Items Header */
    .emr-proteam-menu-wrapper {
        align-items: flex-start;
        padding: 0.5rem;
        height: auto;
    }

    .emr-proteam-nav__main {
        gap: 0.1rem;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .emr-proteam-nav__item {
        width: 100%;
        padding: 1rem 0.30rem;
    }

    .emr-proteam-nav__link {
        width: 90%;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: var(--color-proteam-primary, #000);
        border-bottom: 1px solid #eee;
        padding: 1rem 0.30rem;
    }

    /* .emr-proteam-nav__link:hover {
        border-bottom: 2px solid var(--color-proteam-primary-hover);
    } */

    .emr-proteam-topbar__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0rem;
        width: 100%;
    }

    .emr-proteam-topbar__links a {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
    }

    /* Optional: Hide or simplify mega menus on mobile if needed */
    .emr-proteam-products-menu-wrapper,
    .emr-proteam-mega-menu {
        padding: 0.5rem;
        gap: 1rem;
        height: auto;
        width: 20rem;

    }

    .emr-proteam-menu-header {
        width: 20rem;
    }

    .emr-proteam-mega-menu__column {
        grid-template-columns: repeat(3, 1fr);
        font-size: 12px;
        gap: 0.1rem;
    }

    .emr-proteam-mega-menu__item {
        margin-bottom: 0;
    }

    .emr-proteam-mega-menu__item a {
        margin-bottom: 0;
        display: block;
    }

    .emr-proteam-products-mega-menu {
        padding: 0.5rem;
        font-size: 12px;
        font-weight: 500;
        width: 19%;
    }

    .emr-proteam-products-submenu-container {
        padding: 0.5rem;
        font-size: 12px;
        height: auto;
    }

    .emr-proteam-nav__main,
    .emr-proteam-topbar__links {
        display: none;
        /* hide desktop nav */
    }

    /* ======= contact us form ====== */
    .emr-contact-form__title {
        font-size: 2.5rem;
    }

    /* ===== Contact Us Page ===== */
    .emr-contact-form {
        margin: 0rem;
        padding: 0.5rem;
    }

    .emr-contact-form__form {
        grid-template-columns: 1fr;
        padding: 0.5rem;
    }

    .emr-contact-form__group,
    .form__group {
        width: 90%;
    }

    .emr-contact-form__link {
        word-break: break-word;
    }

    .emr-contact-form__input,
    .emr-contact-form__select,
    .emr-contact-form__textarea {
        width: 100%;

    }

    .emr-contact-form__submit {
        padding: 0.75rem 1.5rem;
        width: auto;
        max-width: 350px;
    }

    .emr-mob-menu-wrapper {
        border-bottom: 1px solid #d1d1d1;
    }

    .emr-contact-form-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }

    /* ===== Footer ===== */
    .emr-footer__top .slds-grid {
        flex-direction: column;
    }

    .emr-footer__brand {
        border-right: none;
        margin-bottom: 1.5rem;
    }

    .emr-footer__logo {
        width: 120px;
    }

    .emr-footer__connect {
        font-size: 0.85rem;
    }

    .emr-footer__social {
        gap: 0.75rem;
    }

    .emr-footer__column {
        margin-bottom: 1.5rem;
    }

    .emr-footer__column h3 {
        font-size: 1rem;
    }

    .emr-footer__column ul {
        padding-left: 0;
    }

    .emr-footer__bottom-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .emr-footer__bottom-left {
        width: 100%;
    }

    .emr-footer__links,
    .emr-footer__legal-links {
        text-align: left;
        width: 100%;
    }

    .emr-footer__links a,
    .emr-footer__legal-links a {
        display: inline-block;
        margin: 0.3rem 0;
    }

    .emr-footer__legal-links {
        width: 100%;
        word-break: break-word;
        font-size: 0.8rem;
    }

    .emr-footer__bold {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .emr-footer__bottom-right {
        justify-content: flex-start;
        width: 100%;
    }

    .emr-footer__emerson-logo {
        position: static;
        margin-top: 1rem;
        max-width: 140px;
    }

    /* ===== Online Claim Form - Mobile View ===== */

    .emr-global__claim-form {
        padding: 0.5rem;
    }

    .emr-global_section {
        width: 100% !important;
        padding: 0.5rem 0 !important;
    }

    .emr-global__input lightning-input,
    .emr-global__input lightning-combobox,
    .emr-global__textarea lightning-textarea,
    .emr-global__upload lightning-file-upload {
        width: 100% !important;
    }

    .emr-global__button lightning-button {
        width: 100%;
        margin-bottom: 1rem;
    }

    /* ===== Online Warrenty Claim Form ===== */
    .emr-warrenty-claim-form__title {
        font-size: 1.3rem;
    }

    .emr-global__form-section {
        padding: 1% 2%;
    }

    .emr-global__form-section {
        padding: 1% 2%;
    }

    .emr-global__hero-title {
        font-size: 0.8rem;
        font-weight: 100;
        letter-spacing: 0px;
    }

    .emr-global__hero-title-wrapper {
        margin-top: 4%;
        margin-left: 9%;
    }

    .emr-global__input lightning-input,
    .emr-global__input lightning-combobox,
    .emr-global__textarea lightning-textarea {
        padding: 0.2rem;
    }

    /* ====== Reward Redemption */
    .emr-form__group {
        width: 100%;
        gap: 2px;
    }

    .emr-global__input,
    .emr-global__input,
    .emr-global__textarea {
        width: 100% !important;
    }

    /* ======Order Literature =====*/
    /* .emr-global__literature-item {
        display: grid;
        gap: 1rem;
        justify-items: center;
        justify-content: flex-start;
    }

    .emr-global__category-heading {

        margin-bottom: 0rem;
        padding-bottom: 0.2rem;
    }

    .emr-global__literature-label {
        width: 100%;
    }

    .emr-global__quantity-input {

        margin-left: 35%;
    } */

    /* Contact us  */


}

/*
   ************************************** Start:: Login Form lwc classes overwrite **************************************
*/
.emerson-container .emerson-card-wrapper .comm-login-form .slds-input {
    width: 100% !important;
    height: 50px;
    border-radius: 0;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button {
    width: 100% !important;
    text-transform: uppercase;
    height: 50px;
    font-family: Noto Sans, Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    border-radius: 0;
    outline: none;
    border: none;
}

.slds-truncate{
    font-weight: 300 !important;
}
.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button:hover ::after {
    margin-left: 10px;
}

.comm-login-form a,
.comm-login-form a:link:not(.slds-button, .slds-dropdown__item > a) {
    color: var(--color-proteam-primary) !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form__container[lwc-2gnjpni64lj] {
    padding: 0px !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .slds-form-element__label {
    text-transform: uppercase;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pseudo element for the SVG icon */
.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button::after {
    content: '';
    display: inline-block;
    width: 8px;
    /* matches your SVG size */
    height: 12px;
    margin-left: 6px;

    background-color: white;
    /* makes it white */

    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M4.48532 5.99999L0.242676 1.75735L1.65689 0.34314L7.31374 5.99999L1.65689 11.6568L0.242676 10.2426L4.48532 5.99999Z' fill='black'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M4.48532 5.99999L0.242676 1.75735L1.65689 0.34314L7.31374 5.99999L1.65689 11.6568L0.242676 10.2426L4.48532 5.99999Z' fill='black'/></svg>");
}

.emerson-container .emerson-card-wrapper .comm-login-error__text,
.emerson-container .emerson-card-wrapper .comm-login-error__text .formatted-rich-text {
    color: #ba0517 !important;
}

/*
  **************************************  End:: Login Form lwc classes overwrite **************************************
*/

/***************************************  Start:: b2b_h002_navigationHeader lwc classes overwrite ***************************************/
.h002-container .slds-button_brand {
    height: 48px;
    width: 282px;
    text-transform: uppercase;
    font-weight: 700;
}

/* 
************************************** LWC Classes Overwriting **************************************
*/
.lwc-4k1qbp7cls1-host .dxpStyle_01f55796-7fd9-4901-9f2b-f0529135cf08 {
    margin: 0px;
    padding: 0px;
}

.lwc-4k1qbp7cls1-host .dxpStyle_1796b409-105a-43a8-a15c-1f9ef0eba0fd {
    margin: 0px;
    padding: 0px;
}

.columns-content.lwc-6j9an5vbrcd {
    max-width: 100% !important;
}

.lwc-6j9an5vbrcd-host.comm-section-container {
    padding: 0px !important;
}

.emr-header-icons .emr-header-icons__search .emr-header-icons__icon {
    width: 32px;
}

.emr-header-icons .slotContainer img[alt="globe"] {
    width: 23px;
    height: 23px;
    margin-left: 10px;
}

.SiteLogo img {
    object-fit: cover;
}

.full-card-container .slds-p-horizontal_medium {
    padding-left: 0 !important;
    padding-right: 0 !important;
    ;
}

/* Related Products */
.full-card-container .content-section .dxpStyle_940d2cfe-cdaa-4e1b-ae2c-0727366f7f9c {
    margin: 0px;
    padding: 0px !important;
}

.full-card-container .content-section .dxpStyle_940d2cfe-cdaa-4e1b-ae2c-0727366f7f9c .slot-item {
    /* border-right: none; */
}

.full-card-container .content-section .dxpStyle_940d2cfe-cdaa-4e1b-ae2c-0727366f7f9c .carousel-track {
    border-right: none;
    border-left: none;
}

.dxp-content-layout-site-logo.lwc-440ckkrho00 {
    max-height: 48px;
}

.component-wrapper-spacer {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .full-card-container iframe {
        height: 264px;
    }

    .component-wrapper-spacer {
        margin-bottom: 0 !important;
        overflow: hidden;
    }
}

/* 
************************************** END:: LWC Classes Overwriting **************************************
*/


/* 
************************************** Start:: Images **************************************
*/
.emr-cover-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 
************************************** END:: Images ****************************************
*/

/* 
    **************************************** spinner ****************************************
 */

.emr-loader-container {
    width: 64px;
    height: 64px;
    position: relative;
    left: 45%;
    top: 50%;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
    ;
}

.emr-loader-container::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    border-radius: 50%;
    background: conic-gradient(#f5f0fa 0deg 40deg,
            transparent 40deg 45deg,
            #d8c9f0 45deg 85deg,
            transparent 85deg 90deg,
            #c0a9e6 90deg 130deg,
            transparent 130deg 135deg,
            #a988dc 135deg 175deg,
            transparent 175deg 180deg,
            #9268d2 180deg 220deg,
            transparent 220deg 225deg,
            #7e4ec7 225deg 265deg,
            transparent 265deg 270deg,
            #713cbc 270deg 310deg,
            transparent 310deg 315deg,
            #6a37b0 315deg 355deg,
            transparent 355deg 360deg);
    -webkit-mask: radial-gradient(transparent 55%, #000 56%);
    mask: radial-gradient(transparent 55%, #000 56%);
    animation: spin 1s linear infinite;
}

/* Full-screen overlay to block clicks */
.emr-application-loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

/* Spinner itself */
.emr-application-loader-container {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
}

.emr-application-loader-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#f5f0fa 0deg 40deg,
            transparent 40deg 45deg,
            #d8c9f0 45deg 85deg,
            transparent 85deg 90deg,
            #c0a9e6 90deg 130deg,
            transparent 130deg 135deg,
            #a988dc 135deg 175deg,
            transparent 175deg 180deg,
            #9268d2 180deg 220deg,
            transparent 220deg 225deg,
            #7e4ec7 225deg 265deg,
            transparent 265deg 270deg,
            #713cbc 270deg 310deg,
            transparent 310deg 315deg,
            #6a37b0 315deg 355deg,
            transparent 355deg 360deg);
    -webkit-mask: radial-gradient(transparent 55%, #000 56%);
    mask: radial-gradient(transparent 55%, #000 56%);
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.emr-icon {
    margin-left: 10px;
}

.emr-button:has(.hide-on-mobile) .emr-icon {
    margin-left: 0px;
}

/* 
 **************************
        START:: BUTTONS
 ************************** 
 */
.emr-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.emr-button .button-text {
    max-width: 85%;
    font-weight: var(--font-weight-normal);
    font-size: var(--dxp-g-font-size-2);
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.emr-primary--button,
.emr-primary--button .button-text {
    color: var(--color-white);
}

.emr-reversed--button,
.emr-primary--button,
.emr-reversed--button .button-text,
.emr-primary--button .button-text {
    color: var(--color-white);
}

.emr-secondary--button,
.emr-secondary--button .button-text {
    color: var(--color-proteam-primary);
}

.emr-tertiary--button,
.emr-tertiary--button .button-text {
    color: var(--base--heavier);
}

.emr-button:hover .emr-icon-move-right {
    transform: translateX(4px);
}

.emr-button:hover .emr-icon-move-upward-right {
    transform: translate(4px, -4px);
}

.emr-button:hover svg.download-arrow path:first-of-type {
    transform: translateY(3px);
}

.emr-primary--button {
    background-color: var(--color-proteam-primary);
    border: none;
    letter-spacing: .1rem;
}

.emr-primary--button:hover {
    background-color: var(--color-proteam-primary-hover);
}

.emr-primary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
}

.emr-primary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
}

.emr-primary--button:hover .video-icon .play {
    fill: var(--color-proteam-primary);
    z-index: 1;
}

.emr-primary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-primary--button:hover .video-icon .circle {
    fill: var(--slds-c-button-brand-text-color);
}

.emr-primary--button:hover .bg-circle {
    fill: #fff;
    z-index: 0;
}

/* reversed button */
.emr-reversed--button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.emr-reversed--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
}

.emr-reversed--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
}

.emr-reversed--button:hover .video-icon .play {
    fill: var(--base--heavier);
    z-index: 1;
}

.emr-reversed--button .video-icon {
    transition: all 0.3s ease;
}

.emr-reversed--button:hover .video-icon .circle {
    fill: var(--slds-c-button-brand-text-color);
}

.emr-reversed--button:hover .bg-circle {
    fill: var(--slds-c-button-brand-text-color);
    z-index: 0;
}


/* 
Secondary Button
 */

.emr-secondary--button {
    background-color: transparent;
    color: var(--color-proteam-primary);
    border: 1px solid var(--color-proteam-primary);
}

/* .emr-secondary--button:hover {
  background-color: var(--bg--light-4);
} */

.emr-secondary--button .right-arrow {
    fill: var(--color-proteam-primary);
}

.emr-secondary--button .upright-arrow {
    fill: var(--color-proteam-primary);
}

.emr-secondary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
    fill: var(--color-proteam-primary);
}

.emr-secondary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
    fill: var(--color-proteam-primary);
}

.emr-secondary--button .play {
    fill: var(--color-proteam-primary);
}

.emr-secondary--button .circle {
    fill: var(--color-proteam-primary);
}

.emr-secondary--button:hover .video-icon .play {
    fill: var(--slds-c-button-brand-text-color);
    z-index: 1;
}

.emr-secondary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-secondary--button:hover .video-icon .circle {
    fill: var(--color-proteam-primary);
}

.emr-secondary--button:hover .bg-circle {
    fill: var(--color-proteam-primary);
    z-index: 0;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.emr-tertiary--button {
    background-color: transparent;
    color: var(--base--heavier);
    border: none;
    border: 1px solid var(--base--heavier);
}

.emr-tertiary--button:hover {
    background-color: #adbbbf;
}

.emr-tertiary--button .right-arrow {
    fill: var(--base--heavier);
}

.emr-tertiary--button .upright-arrow {
    fill: var(--base--heavier);
}

.emr-tertiary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
    fill: var(--base--heavier);
}

.emr-tertiary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
    fill: var(--base--heavier);
}

.emr-tertiary--button .play {
    fill: var(--base--heavier);
}

.emr-tertiary--button .circle {
    fill: var(--base--heavier);
}

.emr-tertiary--button:hover .video-icon .play {
    fill: var(--bg--light-4);
    z-index: 1;
}

.emr-tertiary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-tertiary--button:hover .video-icon .circle {
    fill: var(--base--heavier);
}

.emr-tertiary--button:hover .bg-circle {
    fill: var(--base--heavier);
    z-index: 0;
}

/*
****************************************
      START:: TEXT CTA
**************************************** 
*/
.emr-primary-text-cta,
.emr-secondary-text-cta,
.emr-reversed-text-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--dxp-g-font-size-2);
    font-weight: var(--font-weight-heavy);
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.emr-primary-text-cta:hover .emr-icon-move-right,
.emr-secondary-text-cta:hover .emr-icon-move-right,
.emr-reversed-text-cta:hover .emr-icon-move-right {
    transform: translateX(4px);
}

.emr-primary-text-cta:hover .emr-icon-move-upward-right,
.emr-secondary-text-cta:hover .emr-icon-move-upward-right,
.emr-reversed-text-cta:hover .emr-icon-move-upward-right {
    /* Moves the icon 4px right and 4px up */
    transform: translate(4px, -4px);
}

.emr-primary-text-cta:hover svg.download-arrow path:first-of-type,
.emr-secondary-text-cta:hover svg.download-arrow path:first-of-type,
.emr-reversed-text-cta:hover svg.download-arrow path:first-of-type {
    transform: translateY(3px);
}

.emr-primary-text-cta svg.download-arrow path:last-of-type,
.emr-secondary-text-cta svg.download-arrow path:last-of-type,
.emr-reversed-text-cta svg.download-arrow path:last-of-type {
    transform: translateY(0);
}

.emr-primary-text-cta svg.download-arrow path:first-of-type,
.emr-secondary-text-cta svg.download-arrow path:first-of-type,
.emr-reversed-text-cta svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
}

.emr-primary-text-cta .play,
.emr-secondary-text-cta .play,
.emr-reversed-text-cta:hover .video-icon .play {
    z-index: 1;
}

.emr-primary-text-cta:hover .bg-circle,
.emr-secondary-text-cta:hover .bg-circle,
.emr-reversed-text-cta:hover .bg-circle {
    z-index: 0;
}

.emr-primary-text-cta .bg-circle,
.emr-secondary-text-cta .bg-circle,
.emr-reversed-text-cta:hover .bg-circle {
    fill: var(--color-white);
    z-index: 0;
}

.emr-primary-text-cta:hover .play,
.emr-secondary-text-cta:hover .play {
    fill: var(--color-white);
    z-index: 1;
}

.emr-primary-text-cta .video-icon,
.emr-secondary-text-cta .video-icon,
.emr-reversed-text-cta .video-icon {
    transition: all 0.3s ease;
}

/******************************************************  Primary Text CTA ******************************************/
.emr-primary-text-cta {
    color: var(--color-proteam-primary);
}

.emr-primary-text-cta:hover {
    color: var(--color-proteam-primary-hover);
}

.emr-primary-text-cta .right-arrow,
.emr-primary-text-cta .upright-arrow,
.emr-primary-text-cta svg.download-arrow path:first-of-type,
.emr-primary-text-cta svg.download-arrow path:last-of-type,
.emr-primary-text-cta .circle,
.emr-primary-text-cta .video-icon,
.emr-primary-text-cta .play {
    fill: var(--color-proteam-primary);
}

.emr-primary-text-cta:hover .right-arrow,
.emr-primary-text-cta:hover .upright-arrow,
.emr-primary-text-cta:hover svg.download-arrow path:last-of-type,
.emr-primary-text-cta:hover svg.download-arrow path:first-of-type,
.emr-primary-text-cta:hover .circle,
.emr-primary-text-cta:hover .bg-circle {
    fill: var(--color-proteam-primary-hover);
}

/******************************************************  Secondary Text CTA ******************************************/
.emr-secondary-text-cta {
    color: var(--color-black);
}

.emr-secondary-text-cta:hover {
    color: var(--color-proteam-secondary);
}

.emr-secondary-text-cta .right-arrow,
.emr-secondary-text-cta .upright-arrow,
.emr-secondary-text-cta svg.download-arrow path:first-of-type,
.emr-secondary-text-cta svg.download-arrow path:last-of-type,
.emr-secondary-text-cta .play,
.emr-secondary-text-cta .circle {
    fill: var(--color-black);
}

.emr-secondary-text-cta:hover .right-arrow,
.emr-secondary-text-cta:hover .upright-arrow,
.emr-secondary-text-cta:hover svg.download-arrow path:first-of-type,
.emr-secondary-text-cta:hover svg.download-arrow path:last-of-type,
.emr-secondary-text-cta:hover .circle,
.emr-secondary-text-cta:hover .bg-circle {
    fill: var(--color-proteam-secondary);
}

.emr-secondary-text-cta .video-icon {
    fill: var(--color-white);
}

/******************************************************  Reversed Text CTA ******************************************/
.emr-reversed-text-cta {
    color: var(--color-white);
}

.emr-reversed-text-cta:hover {
    color: var(--color-white);
}

.emr-reversed-text-cta:hover .video-icon .play {
    fill: var(--base--heavier);
}

.emr-reversed-text-cta:hover .video-icon .circle,
.emr-reversed-text-cta:hover .bg-circle {
    fill: var(--color-white);
}

/*
****************************************
      END:: TEXT CTA
**************************************** 
*/

/*------------------------------------------------ c026-container b2bImageCarousel --------------------------------------------------------------------*/

.c026-outer-container .dxp-video-container {
    height: 348px !important;
    --dxp-c-video-wrapper-padding-top: 0 !important;
}

.c026-outer-container .dxp-video-wrapper {
    position: static !important;
}

.c026-outer-container .image-wrapper {
    --dxp-c-image-height: auto !important;
    height: 348px !important;
}


.c026-outer-container .dxp-video-container {
    height: 344px !important;
}

.c026-outer-container .image-wrapper {
    height: 344px !important;
}

.iframe {
    display: block;
    margin: auto;
}

@media screen and (max-width: 1279px) {
    .c026-outer-container .dxp-video-container {
        height: 440px !important;
    }

    .c026-outer-container .image-wrapper {
        height: 440px !important;
    }

    iframe.five-reasons-why-iframe {
        height: 400px;
    }

    iframe.gocordless-iframe,
    .gocordless-iframe {
        max-width: 708px !important;
        height: 400px;
    }

}

@media screen and (max-width: 767px) {
    .c026-outer-container .dxp-video-container {
        height: 696px !important;
    }

    .c026-outer-container .image-wrapper {
        height: 696px !important;
        align-items: center;
    }

    iframe.gocordless-iframe {
        max-width: 355px;
        height: 200px !important;
    }
}

/* *************************************************** MINI CART AND CHECKOUT START ********************************************* */
/* .slotContainer.Cart {
    position: relative;
} */

.lwc-nqurjj9ig5-host {
    position: absolute !important;
    width: 420px !important;
    top: 113px !important;
    right: 1rem !important;
    height: fit-content !important;
    z-index: 1000 !important;
}

.item-details-pills-qty .slds-input {
    border: 1px solid silver;
    max-width: 60px;
}

.lwc-nqurjj9ig5-host .panel_footer.lwc-46c4vdd3pcq {
    position: relative;
    width: 100%;
}

.lwc-nqurjj9ig5-host .slds-button.slds-button_icon {
    border: none;
    background: none;
}

.lwc-nqurjj9ig5-host .slds-button__icon {
    fill: #c0c0c0;
}

.lwc-nqurjj9ig5-host .panel-content.lwc-46c4vdd3pcq {
    padding: 1rem;
}

.lwc-nqurjj9ig5-host .lwc-nqurjj9ig5 .empty_cart {
    text-align: center;
}

.lwc-nqurjj9ig5-host .slds-button_brand div {
    color: #fff;
}

.lwc-nqurjj9ig5-host .slds-panel__body {
    padding-bottom: 2.5rem !important;
    max-height: 300px;
    overflow-y: auto;
}

.lwc-nqurjj9ig5-host .slds-button {
    height: 48px;
}

.lwc-nqurjj9ig5-host p.lwc-4rt99a8doqk {
    color: var(--color-proteam-primary);
}

.lwc-nqurjj9ig5-host .number-input__input.lwc-5fghn3l4ske {
    width: 50px;
}

.columns-content.lwc-6j9an5vbrcd:has([data-component-id="checkoutLayoutAccordionDual-2130"]) {
    display: flex !important;
    flex-direction: column !important;
    width: 1180px;
    margin: 1rem auto;
    margin-top: 2.5rem;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-top: 4px solid var(--color-proteam-primary)
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] h2 {
    font-size: 1.6875em;
    color: var(--base);
    font-weight: 400;
    font-family: var(--font-family);
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .slds-input {
    /* width: 50%; */
    height: 48px;
    background-color: #F3F3F3;
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    outline: none;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .slds-input:active {
    border: 1px solid #CCC;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .slds-input::placeholder {
    font-style: italic;
    color: #ccc;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] div[data-automation=title].title {
    padding-bottom: 0px;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .edit .slds-button.slds-button_neutral {
    background-color: transparent;
    border: none;
    color: var(--color-white);
    font-weight: 400;
    font-family: var(--font-family);
    font-size: 1rem;
    padding: 0;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-name {
    color: #fff;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-header .sfpp-accordion__summary-action {
    height: 48px;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-icon {
    margin-right: 1rem;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] header.lwc-7o1ub4rt5r {
    margin-bottom: 1rem;
    margin-top: 1rem;
    gap: 1rem;
    padding: 0 1rem;
    height: 48px;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-header .sfpp-accordion__summary-action,
.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] header.lwc-7o1ub4rt5r {
    background-color: #7a50bd;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] header.lwc-7o1ub4rt5r h2 {
    color: var(--color-white);
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] h2.summary-title {
    font-size: 18px;
    font-weight: 700;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .edit .slds-button.slds-button_neutral:hover {
    background-color: none;
    font-weight: 500;
    color: var(--color-proteam-primary-hover);
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] {
    margin-top: 2rem;
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a {
    width: 50%;
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a .slds-button {
    display: flex;
    height: 48px;
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a .slds-button.active {
    background-color: var(--color-proteam-primary);
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a .slds-button.active p {
    color: var(--color-white);
}

.lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .sfpp-payment-method-choice .sfpp-payment-method-body {
    margin-left: 0;
}

.p-CardForm {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.p-CardForm input {
    height: 48px;
    background-color: #F3F3F3;
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    outline: none;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-card .slds-form-element__control {
    width: 50%;
    padding: 1rem 0;
}

.lwc-5hcqbjihg8a[data-payment-key="purchase-order"],
.lwc-1bu9trfbt8v[data-automation="billingAddress"] {
    width: 50%;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] dl.lwc-5annsfgtgga {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] dl.lwc-5annsfgtgga .item {
    gap: 1rem;
}

.lwc-s9edg3fmv3-host[data-component-id="checkoutPlaceOrder-d4e2"] .slds-button {
    width: 282px;
}

.component-wrapper-spacer[data-component-id="cartSummary-43f8"] .lwc-5annsfgtgga-host {
    padding: 2rem 0;
}

.component-wrapper-spacer .dxpStyle_6253ef60-6e10-46b6-b4d3-0cdc8909bb39[data-component-id="cartSummary-bb39"] dl,
.component-wrapper-spacer[data-component-id="cartSummary-43f8"] dl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.component-wrapper-spacer .dxpStyle_6253ef60-6e10-46b6-b4d3-0cdc8909bb39[data-component-id="cartSummary-bb39"] dl {
    width: 282px;
}

.component-wrapper-spacer[data-component-id="cartSummary-43f8"] dl .item {
    gap: 2rem;
}

.component-wrapper-spacer .dxpStyle_6253ef60-6e10-46b6-b4d3-0cdc8909bb39[data-component-id="cartSummary-bb39"] dl .summary-value.lwc-5annsfgtgga,
.component-wrapper-spacer[data-component-id="cartSummary-43f8"] dl .item .summary-value {
    min-width: 120px;
}

/* Address */

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .address-card {
    width: 400px;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .address-card .slds-button {
    width: 282px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] button[data-automation="New Address"] {
    color: var(--color-proteam-primary);
}

.lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] button[data-automation="New Address"]:hover {
    color: var(--color-proteam-primary);
}

/* *************************************************** MINI CART AND CHECKOUT END ********************************************* */

/* *************************************************** CART ITEMS START ********************************************* */
.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) {
    width: 1180px;
    margin: 1rem auto;
    margin-top: 2.5rem;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-top: 4px solid var(--color-proteam-primary)
}

.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content .sort-menu.lwc-5blqnoa2vkm {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content button.slds-combobox__input {
    border-radius: 0;
    padding: .5rem 2rem .5rem 1rem;
}

.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content .item-delete .slds-button,
.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content .clear-cart-section .slds-button {
    background-color: transparent;
    color: var(--color-proteam-primary);
    font-weight: 500;
    font-size: 1rem;
    border: none;
    text-decoration: none;
    padding-right: 0;
}

.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content .lwc-5blqnoa2vkm-host {
    display: flex;
    flex-direction: column;
}

.pageControlPart button.nav-direction {
    border: none;
}

.pageControlPart .nav-direction .slds-icon {
    width: 24px;
    height: 24px;
}

.pageControlPart .nav-button-current.lwc-31ns5ki89nv {
    background-color: #F3F3F3 !important;
    color: var(--color-proteam-primary) !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    /* padding: 0; */
    border: none;
}

.lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .revealButton a.slds-button {
    width: 282px;
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
    height: 48px;
}

.dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container {
    width: 282px;
}

.dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container button div {
    color: #fff;
}

section[data-automation="cartBody"] .item-name p {
    color: var(--color-proteam-primary);
}

.lwc-7eft9f1gl3a-host[data-component-id="stickyContainer-9322"] .reduced-height {
    display: flex;
    justify-content: flex-end;
}

.lwc-7eft9f1gl3a-host[data-component-id="stickyContainer-9322"] .reduced-height h2 {
    text-align: right;
}

.slds-select,
.slds-select[disabled] {
    height: 48px !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: #F3F3F3 !important;
}

/* *************************************************** CART ITEMS END ********************************************* */
footer.lwc-6eunnnt8cg {
    padding: 0 !important;    
}

@media screen and (max-width: 1279px) {

    /* *************************************************** MINI CART AND CHECKOUT START ********************************************* */
    .columns-content.lwc-6j9an5vbrcd:has([data-component-id="checkoutLayoutAccordionDual-2130"]) {
        max-width: 708px;
    }

    .lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .sfpp-payment-method-card .slds-form-element__control {
        width: 100%;
    }

    .lwc-5hcqbjihg8a[data-payment-key="purchase-order"],
    .lwc-1bu9trfbt8v[data-automation="billingAddress"] {
        width: 100%;
    }

    .lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] .address-card {
        width: 100%;
    }

    .columns-content.lwc-6j9an5vbrcd:has([data-component-id="checkoutLayoutAccordionDual-2130"]) {
        width: 708px;
    }

    .lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a {
        width: 100%;
    }

    /* *************************************************** MINI CART AND CHECKOUT  END ********************************************* */
    /* *************************************************** CART ITEMS START ********************************************* */
    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) {
        width: 708px;
    }

    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .revealButton .container {
        max-width: 708px;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .component-wrapper-spacer .dxpStyle_6253ef60-6e10-46b6-b4d3-0cdc8909bb39[data-component-id="cartSummary-bb39"] dl {
        max-width: 708px;
        width: 100%;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container {
        max-width: 708px;
        width: 100%;
        margin-bottom: 2.5rem;
        display: flex;
        justify-content: flex-end;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container .slds-align_absolute-center {
        margin: 0;
    }

    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .revealButton a.slds-button {
        width: 224px;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container button {
        width: 224px;
    }

    /* *************************************************** CART ITEMS END ********************************************* */
}


@media screen and (max-width: 767px) {

    /* *************************************************** MINI CART AND CHECKOUT START ********************************************* */
    .columns-content.lwc-6j9an5vbrcd:has([data-component-id="checkoutLayoutAccordionDual-2130"]) {
        width: 355px;
    }

    .lwc-4h1q0bsng0a-host[data-component-id="checkoutLayoutAccordionDual-2130"] header.lwc-7o1ub4rt5r h2 {
        font-size: 1.25rem;
    }

    .lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a {
        width: 100%;
        margin: auto;
        gap: .5rem;
        margin-bottom: 1rem;
    }

    .lwc-5bvdggl7kn2-host[data-component-id="checkoutSectionPaymentDual-9b1e"] .button-container.lwc-5hcqbjihg8a .slds-button+.slds-button {
        margin-left: 0;
    }

    .component-wrapper-spacer[data-component-id="cartSummary-43f8"] {
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }

    /* *************************************************** MINI CART  AND CHECKOUT  END ********************************************* */

    /* *************************************************** CART ITEMS START ********************************************* */
    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) {
        width: 355px;
    }

    .component-wrapper-spacer .dxpStyle_6253ef60-6e10-46b6-b4d3-0cdc8909bb39[data-component-id="cartSummary-bb39"] dl {
        width: 355px;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container {
        width: 355px;
        justify-content: center;
    }

    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .revealButton .container {
        width: 340px;
        justify-content: center;
        margin-left: 10%;
    }

    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .lwc-5hiuomulcap.column-content .clear-cart-section .slds-button {
        width: 100px;
    }

    .lwc-bh41l7ugn9.columns:has([data-component-id="b2bCartContents-85f8"]) .revealButton a.slds-button {
        width: 340px;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container button {
        width: 320px;
        margin-left: 10%;
        height: 48px;
    }

    .dxpStyle_b66d2945-2a74-49e9-b515-4364be1d69c3[data-component-id="checkoutButton-69c3"] .container button .lwc-4un4lfbdvlo {
        color: #fff;
    }

    .component-wrapper-spacer[data-component-id="cartSummary-43f8"] dl {
        margin-bottom: 2rem;
    }

    .lwc-65gsn5vtj0m[name="shipping-address"] .slds-form-element__row {
        display: flex;
        flex-direction: column !important;
    }

    .lwc-65gsn5vtj0m[name="shipping-address"] .slds-form-element__row .slds-select,
    .lwc-65gsn5vtj0m[name="shipping-address"] .slds-form-element__row .slds-input {
        width: 350px;
        border-radius: 0;
    }

    .lwc-65gsn5vtj0m[name="shipping-address"] .slds-form-element__row .slds-select_container:before {
        right: -220px;
    }

    .lwc-65gsn5vtj0m[name="shipping-address"] .slds-form-element__row .slds-select_container::after {
        right: -220px;
    }

    /* *************************************************** CART ITEMS END ********************************************* */
}


/* Custom Modal Content Styles start */
@media screen and (max-width: 1279px) {
    .custom-modal-body iframe {
        height: 400px;
        width: 708px;
    }
}

@media screen and (max-width: 767px) {
    .custom-modal-body iframe {
        height: 200px;
        width: 355px;
    }
}

/* Custom Modal Content Styles End */

/* 
    ****************************************************************************************************************************************
    *************************************************** Global Classes Start ********************************************************************
    ****************************************************************************************************************************************
 */

.pro-standard-padding {
    padding-top: var(--spacing-standard-top);
    padding-bottom: var(--spacing-standard-bottom);
}

.pro-standard-margin {
    margin-top: var(--spacing-standard-top);
    margin-bottom: var(--spacing-standard-bottom);
}

.pro-h1 {
    font-size: var(--dxp-g-font-size-12);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 3rem;
}

.pro-h1-lg {
    font-size: 44px;
    font-weight: 300;
}

.pro-h4 {
    font-size: var(--dxp-g-font-size-8);
    font-weight: var(--font-weight-normal);
    color: var(--base);
    line-height: 2rem;
}

.pro-h5 {
    font-size: var(--dxp-g-font-size-6);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 1.5rem;
}

.pro-h3 {
    font-size: var(--dxp-g-font-size-10);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 2.5rem;
}

.pro-para {
    font-size: var(--dxp-g-font-size-5);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 1.5rem;
}

.pro-para.normal-weight,
.pro-h1.normal-weight,
.pro-h3.normal-weight,
.pro-h5.normal-weight {
    font-weight: var(--font-weight-normal);
}

.pro-para.medium-weight,
.pro-h1.medium-weight,
.pro-h3.medium-weight,
.pro-h5.medium-weight {
    font-weight: var(--font-weight-medium);
}

.pro-para.heavy-weight,
.pro-h1.heavy-weight,
.pro-h3.heavy-weight,
.pro-h5.heavy-weight {
    font-weight: var(--font-weight-heavy);
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--container_default);
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    max-width: inherit;
}

.overlay.overlay-black::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-white::before {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay.no-overlay::before {
    background-color: transparent;
}

.overlay.overlay-purple::before {
    background-color: #6a37b0A6;
}

.eyebrow-text {
    color: var(--color-proteam-secondary);
    font-size: var(--dxp-g-font-size-2);
    font-weight: var(--font-weight-heavy);
    text-transform: uppercase;
    line-height: 1rem;
}

.pro-white-font {
    color: var(--color-white);
}

.pro-black-font {
    color: var(--bg--dark-2);
}

.pro-purple-font {
    color: var(--color-proteam-primary);
}

.pro-purple-font .pro-h1,
.pro-purple-font .pro-h3,
.pro-purple-font .pro-h5,
.pro-purple-font .pro-para {
    color: var(--color-proteam-primary);
}

.pro-purple-font svg.emr-icon path {
    fill: var(--color-proteam-primary);
}

.pro-white-font .pro-h1,
.pro-white-font .pro-h3,
.pro-white-font .pro-h5,
.pro-white-font .pro-para {
    color: var(--color-white);
}

.pro-white-font svg.emr-icon path {
    fill: var(--color-white);
}

.pro-black-font .pro-h1,
.pro-black-font .pro-h3,
.pro-black-font .pro-h5,
.pro-black-font .pro-para {
    color: var(--bg--dark-2);
}

.pro-black-font svg.emr-icon path {
    fill: var(--bg--dark-2);
}

/* Flex Start */
.pro-flex {
    display: flex;
}

.pro-flex.row {
    flex-direction: row;
}

.pro-flex.row-reversed {
    flex-direction: row-reverse;
}

.pro-flex.column {
    flex-direction: column;
}

.pro-flex.wrap {
    flex-wrap: wrap;
}

.pro-flex.align-start {
    align-items: flex-start;
}

.pro-flex.align-center {
    align-items: center;
}

.pro-flex.align-end {
    align-items: flex-end;
}

.pro-flex.justify-start {
    justify-content: flex-start;
}

.pro-flex.justify-center {
    justify-content: center;
}

.pro-flex.justify-end {
    justify-content: flex-end;
}

.pro-flex.justify-between {
    justify-content: space-between;
}

.gap-0-5 {
    gap: .5rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-1-5 {
    gap: 1.5rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-2-5 {
    gap: 2.5rem;
}

.gap-3 {
    gap: 3rem;
}

/* Flex END */

.button-container {
    width: 282px;
}

/* 
* ========================================================================
* Text Alignment
* ========================================================================
*/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* 
* ========================================================================
* Buttons under overlay
* ========================================================================
*/

.overlay.overlay-white .emr-reversed--button,
.bg-white .emr-reversed--button {
    border: 1px solid var(--bg--dark-2);
    background-color: var(--color-white);
    color: var(--bg--dark-2);
}

.overlay.overlay-white .emr-reversed--button .button-text,
.bg-white .emr-reversed--button .button-text {
    color: var(--bg--dark-2);
}

.overlay.overlay-white .emr-reversed--button svg path,
.bg-white .emr-reversed--button svg path {
    fill: var(--bg--dark-2);
}

/*
 * ========================================================================
 * Collapsible truncated paragraphs Start
 * ========================================================================
 */

.para-container {
    position: relative;
}

.para-container.collapsed .read-more-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    line-height: 24px;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 35%);
}

.dark-theme .para-container.collapsed .read-more-container {
    background: linear-gradient(to right, #262728A0, #262728 35%)
}

.dark-theme .para-container.expanded .read-more-container {
    background: linear-gradient(to right, #262728A0, #262728 35%)
}

.para-container.expanded .pro-para {
    display: inline;
}

.para-container.expanded .read-more-container {
    text-align: right;
    width: 160px;
    line-height: 24px;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 35%);
    display: inline;
    padding-left: .5rem;
}

.read-more-link {
    cursor: pointer;
    color: var(--color-proteam-link);
    text-decoration: none;
    font-weight: var(--font-weight-heavy);
    display: inline-block;
    margin-top: 4px;
}

.para-container.collapsed .read-more-link {
    padding-right: 4px;
}

.read-more-link:hover {
    text-decoration: none !important;
    color: var(--color-proteam-link) !important;
}

.pro-header--content-width {
    max-width: 894px;
}

.cta-text {
    font-size: var(--dxp-g-font-size-2);
    font-weight: var(--font-weight-heavy);
    color: var(--color-proteam-link);
    text-transform: uppercase;
    cursor: pointer;
}

/*
 * ========================================================================
 * Collapsible truncated paragraphs End
 * ========================================================================
 */


/*
 * ========================================================================
 * Modular Multi-Line Truncation System
 * ========================================================================
 * How to use:
 * 1. Pick a base class: .truncate-with-ellipsis OR .truncate-hidden
 * 2. Pick a line-count utility: .lines-1, .lines-2, etc.
 * 3. Add the class to your element.
 * 4. Ensure a line-height is set (e.g., via .lh-16 or .lh-48).
 * ========================================================================
 */

/*
 * ===================================
 * Base Classes
 * ===================================
 */

/**
 * Base for truncating with an ellipsis (...)
 * This method uses -webkit-line-clamp.
 */
.truncate-with-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
 * Base for truncating by simply hiding overflow.
 * This method uses a fixed height and overflow: hidden.
 */
.truncate-hidden {
    overflow: hidden;
}

/*
 * ===================================
 * Line Count & Height Utility Classes
 * ===================================
 * These utilities can be combined with the base classes.
 */

/* --- Utilities for 24px Line Height --- */
.lines-1.lh-24 {
    -webkit-line-clamp: 1;
    max-height: calc(24px * 1);
}

.lines-2.lh-24 {
    -webkit-line-clamp: 2;
    max-height: calc(24px * 2);
}

.lines-3.lh-24 {
    -webkit-line-clamp: 3;
    max-height: calc(24px * 3);
}

.lines-4.lh-24 {
    -webkit-line-clamp: 4;
    max-height: calc(24px * 4);
}

.lines-5.lh-24 {
    -webkit-line-clamp: 5;
    max-height: calc(24px * 5);
}

.lines-6.lh-24 {
    -webkit-line-clamp: 6;
    max-height: calc(24px * 6);
}

.lines-7.lh-24 {
    -webkit-line-clamp: 7;
    max-height: calc(24px * 7);
}

.lines-8.lh-24 {
    -webkit-line-clamp: 8;
    max-height: calc(24px * 8);
}

.lines-9.lh-24 {
    -webkit-line-clamp: 9;
    max-height: calc(24px * 9);
}

.lines-10.lh-24 {
    -webkit-line-clamp: 10;
    max-height: calc(24px * 10);
}

/* --- Utilities for 48px Line Height --- */
.lines-1.lh-48 {
    -webkit-line-clamp: 1;
    max-height: calc(48px * 1);
}

.lines-2.lh-48 {
    -webkit-line-clamp: 2;
    max-height: calc(48px * 2);
}

.lines-3.lh-48 {
    -webkit-line-clamp: 3;
    max-height: calc(48px * 3);
}

.lines-4.lh-48 {
    -webkit-line-clamp: 4;
    max-height: calc(48px * 4);
}

.lines-5.lh-48 {
    -webkit-line-clamp: 5;
    max-height: calc(48px * 5);
}

.lines-6.lh-48 {
    -webkit-line-clamp: 6;
    max-height: calc(48px * 6);
}

.lines-7.lh-48 {
    -webkit-line-clamp: 7;
    max-height: calc(48px * 7);
}

.lines-8.lh-48 {
    -webkit-line-clamp: 8;
    max-height: calc(48px * 8);
}

.lines-9.lh-48 {
    -webkit-line-clamp: 9;
    max-height: calc(48px * 9);
}

.lines-10.lh-48 {
    -webkit-line-clamp: 10;
    max-height: calc(48px * 10);
}

@media screen and (max-width: 1279px) {
    .pro-header--content-width {
        width: 100%;
    }

    .pro-t-standard-margin {
        margin-top: var(--spacing-standard-top);
        margin-bottom: var(--spacing-standard-bottom);
    }

    .pro-h1-lg {
        font-size: 36px;
    }

    .pro-h1 {
        font-size: 1.625rem;
        line-height: 2.5rem;
    }

    .pro-h3 {
        font-size: var(--dxp-g-font-size-8);
    }

    .pro-h4 {
        font-size: var(--dxp-g-font-size-7);
        font-weight: var(--font-weight-normal);
        color: var(--base);
        line-height: 2rem;
    }

    .pro-flex.t-column {
        flex-direction: column;
    }

    .pro-flex.t-row {
        flex-direction: row;
    }

    .pro-flex.t-justify-center {
        justify-content: center;
    }

    .pro-flex.t-align-center {
        align-items: center;
    }

    .button-container {
        width: 224px;
    }

    .text-t-center {
        text-align: center;
    }

    .text-t-left {
        text-align: left;
    }

    .text-t-right {
        text-align: right;
    }

    .lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }

    /* --- Utilities for 24px Line Height --- */
    .t-lines-1.lh-24 {
        -webkit-line-clamp: 1;
        max-height: calc(24px * 1);
    }

    .t-lines-2.lh-24 {
        -webkit-line-clamp: 2;
        max-height: calc(24px * 2);
    }

    .t-lines-3.lh-24 {
        -webkit-line-clamp: 3;
        max-height: calc(24px * 3);
    }

    .t-lines-4.lh-24 {
        -webkit-line-clamp: 4;
        max-height: calc(24px * 4);
    }

    .t-lines-5.lh-24 {
        -webkit-line-clamp: 5;
        max-height: calc(24px * 5);
    }

    .t-lines-6.lh-24 {
        -webkit-line-clamp: 6;
        max-height: calc(24px * 6);
    }

    .t-lines-7.lh-24 {
        -webkit-line-clamp: 7;
        max-height: calc(24px * 7);
    }

    .t-lines-8.lh-24 {
        -webkit-line-clamp: 8;
        max-height: calc(24px * 8);
    }

    .t-lines-9.lh-24 {
        -webkit-line-clamp: 9;
        max-height: calc(24px * 9);
    }

    .t-lines-10.lh-24 {
        -webkit-line-clamp: 10;
        max-height: calc(24px * 10);
    }

    .t-lines-11.lh-24 {
        -webkit-line-clamp: 11;
        max-height: calc(24px * 11);
    }

    .t-lines-12.lh-24 {
        -webkit-line-clamp: 12;
        max-height: calc(24px * 12);
    }

    .t-lines-13.lh-24 {
        -webkit-line-clamp: 13;
        max-height: calc(24px * 13);
    }

    .t-lines-14.lh-24 {
        -webkit-line-clamp: 14;
        max-height: calc(24px * 14);
    }

    .t-lines-15.lh-24 {
        -webkit-line-clamp: 15;
        max-height: calc(24px * 15);
    }

    .t-lines-16.lh-24 {
        -webkit-line-clamp: 16;
        max-height: calc(24px * 16);
    }

    /* --- Utilities for 48px Line Height --- */
    .t-lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .t-lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .t-lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .t-lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .t-lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .t-lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .t-lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .t-lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .t-lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .t-lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }


    .t-gap-0-5 {
        gap: .5rem;
    }

    .t-gap-1 {
        gap: 1rem;
    }

    .t-gap-1-5 {
        gap: 1.5rem;
    }

    .t-gap-2 {
        gap: 2rem;
    }

    .t-gap-2-5 {
        gap: 2.5rem;
    }

    .t-gap-3 {
        gap: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .pro-m-standard-margin {
        margin-top: var(--spacing-standard-top);
        margin-bottom: var(--spacing-standard-bottom);
    }

    .pro-h1 {
        font-size: var(--dxp-g-font-size-8);
        line-height: 2.5rem;
    }

    .pro-flex.m-column {
        flex-direction: column;
    }

    .pro-flex.m-row {
        flex-direction: row;
    }

    .pro-flex.m-column-reversed {
        flex-direction: column-reverse;
    }

    .pro-flex.m-justify-center {
        justify-content: center;
    }

    .pro-flex.m-align-center {
        align-items: center;
    }

    .pro-flex.m-align-start {
        align-items: flex-start;
    }

    .pro-flex.m-justify-start {
        justify-content: flex-start;
    }

    .button-container {
        width: 282px;
    }

    .text-m-center {
        text-align: center;
    }

    .text-m-left {
        text-align: left;
    }

    .text-m-right {
        text-align: right;
    }

    /* --- Utilities for 24px Line Height --- */
    .m-lines-1.lh-24 {
        -webkit-line-clamp: 1;
        max-height: calc(24px * 1);
    }

    .m-lines-2.lh-24 {
        -webkit-line-clamp: 2;
        max-height: calc(24px * 2);
    }

    .m-lines-3.lh-24 {
        -webkit-line-clamp: 3;
        max-height: calc(24px * 3);
    }

    .m-lines-4.lh-24 {
        -webkit-line-clamp: 4;
        max-height: calc(24px * 4);
    }

    .m-lines-5.lh-24 {
        -webkit-line-clamp: 5;
        max-height: calc(24px * 5);
    }

    .m-lines-6.lh-24 {
        -webkit-line-clamp: 6;
        max-height: calc(24px * 6);
    }

    .m-lines-7.lh-24 {
        -webkit-line-clamp: 7;
        max-height: calc(24px * 7);
    }

    .m-lines-8.lh-24 {
        -webkit-line-clamp: 8;
        max-height: calc(24px * 8);
    }

    .m-lines-9.lh-24 {
        -webkit-line-clamp: 9;
        max-height: calc(24px * 9);
    }

    .m-lines-10.lh-24 {
        -webkit-line-clamp: 10;
        max-height: calc(24px * 10);
    }

    .m-lines-16.lh-24 {
        -webkit-line-clamp: 16;
        max-height: calc(24px * 16);
    }

    /* --- Utilities for 48px Line Height --- */
    .m-lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(48px * 1);
    }

    .m-lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(48px * 2);
    }

    .m-lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(48px * 3);
    }

    .m-lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(48px * 4);
    }

    .m-lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(48px * 5);
    }

    .m-lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(48px * 6);
    }

    .m-lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(48px * 7);
    }

    .m-lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(48px * 8);
    }

    .m-lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(48px * 9);
    }

    .m-lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(48px * 10);
    }

    /* --- Utilities for 40px Line Height --- */
    .m-lines-1.lh-40 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .m-lines-2.lh-40 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .m-lines-3.lh-40 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .m-lines-4.lh-40 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .m-lines-5.lh-40 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .m-lines-6.lh-40 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .m-lines-7.lh-40 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .m-lines-8.lh-40 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .m-lines-9.lh-40 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .m-lines-10.lh-40 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }

    .m-gap-0-5 {
        gap: .5rem;
    }

    .m-gap-1 {
        gap: 1rem;
    }

    .m-gap-1-5 {
        gap: 1.5rem;
    }

    .m-gap-2 {
        gap: 2rem;
    }

    .m-gap-2-5 {
        gap: 2.5rem;
    }

    .m-gap-3 {
        gap: 3rem;
    }
}

/* 
    ****************************************************************************************************************************************
    *************************************************** Global Classes End ********************************************************************
    ****************************************************************************************************************************************
 */