html {
    scroll-behavior: smooth;
}

#uneeqContainedLayout {
    position: absolute;
    inset: 106px 0 auto 0;
    height: 700px;
    background: url('dell-landing.jpg');
    background-size: cover;
    background-position: center;
}
#uneeqContainedLayout .uneeqFrame {
    display: absolute;
}

.landing-content {
    margin: 0 120px;
    color: white;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 500ms linear;
}
.session-has-begun .landing-content {
    opacity: 0;
    z-index: 0;
    display: none;
}

.landing-content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 73px;
}

.landing-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.landing-content .input-field {
    border: 0;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 12px;
    margin-right: 10px;
    width: 200px;
    text-align: center;
}

.landing-content button {
    background: #0076CE;
    border-radius: 4px;
    border: none;
    padding: 0 12px;
    line-height: 40px;
    color: white;
    width: 200px;
    font-size: 14px;
    cursor: pointer;
}






body.session-timeout-warning .session-timeout-warning-container {
    display: block;
}
.session-timeout-warning-container {
    display: none;
    position: absolute;
    inset: 0 auto auto 0;
    max-width: 400px;
    width: 80%;
    border-radius: 4px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    z-index: 999999;
    padding: 20px;
    text-align: center;
}
body.uneeq-layout-contained .session-timeout-warning-container h2 {
    font-size: 30px;
}
body.uneeq-layout-contained .session-timeout-warning-container {
    inset: 0;
    margin: auto auto auto auto;
    max-height: 138px;
}
body.uneeq-layout-overlay .session-timeout-warning-container {
    position: fixed;
    inset: auto 30px 64px auto;
    max-width: 270px;
}
body.uneeq-layout-overlay .session-timeout-warning-container h2 {
    font-size: 20px;
}
body .session-timeout-warning-container button {
    background: #0076CE;
    border-radius: 4px;
    border: none;
    padding: 0 12px;
    line-height: 40px;
    color: white;
    width: 200px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 14px;
}







#speechRecognitionDisplay {
    display: none;
}
.digital-human-live #speechRecognitionDisplay {
    position: fixed;
    display: block;
    inset: auto auto 20px 20px;
    background: black;
    color: white;
    z-index: 9999999;
    display: flex;
    align-items: center;
}

#speechRecognitionDisplay .speech {
    padding: 2px 12px;
    line-height: 36px;
}
#speechRecognitionDisplay .speech:empty {
    display: none;
}

#speechRecognitionDisplay .uneeq-btn-loader {
    display: none;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border-width: 2px;
}
body.stt-processing #speechRecognitionDisplay .uneeq-btn-loader {
    display: inline-block;
}





.unmuteDigitalHumanBtn {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}
.digital-human-live .unmuteDigitalHumanBtn,
.digital-human-ended .unmuteDigitalHumanBtn {
    pointer-events: auto;
    opacity: 1;
}
.unmuteDigitalHumanBtn .uneeq-btn-loader-container {
    position: absolute;
    inset: 8px;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.digital-human-live .unmuteDigitalHumanBtn .uneeq-btn-loader-container,
.digital-human-ended .unmuteDigitalHumanBtn .uneeq-btn-loader-container {
    display: none;
}

.uneeq-btn-loader {
    width: 28px;
    height: 28px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: uneeq-loader-rotation 1s linear infinite;
}

@keyframes uneeq-loader-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



article.product-highlight {
    border: 3px solid rgba(13, 153, 255, 1) !important;
}

.ps-iconography-specs-label:hover,
.ps-iconography-specs-label[aria-expanded=true] {
    /* background:rgba(13, 153, 255, 0.5) */
    text-decoration: underline dotted;
    text-decoration-color: rgba(13, 153, 255, 1);
    cursor: default;
}
.ps-iconography-specs-label {
    max-width: 380px;
}




/* Disable elements we don't want for demo */
.leftanav__grey__container,
header,
.system-result-series,
footer,
.flex-container.container,
#merchandizingTile-module,
.ps-ratings-and-reviews,
.ps-top .ps-image a {
    pointer-events: none;
}

header {
    margin-bottom: 700px;
    /* background: transparent; */
}
header .mh-nav nav a, header .mh-nav nav button {
    /* color: white; */
}

/* Hide product codes we don't want to see (duplicates) */
.horizontal-layout .ps>article.hide-product {
    display: none;
}

.ps-iconography-header-customize-title, /* customize link */
.ps-compare, /* compare checkbox */
.cd-compare-tab, /* compare models side nav */
.pageinfo-control, /* sort by and page results count */
.ps-fin, /* finance options */
.ps-shipping-container, /* shipping options */
.ps-offers, /* special offers */
.pagination, /* pagination */
.uc-floating-button, /* contact us button */
.swb-container, /* banner under header */
.cf-view-delivery-info /* delivery info link */ {
    display: none !important;
}















.tippy-content {
    padding: 14px;
    font-family: 'Roboto';
}
.tippy-container .title {
    
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: rgba(35, 34, 54, 0.9);
    padding-bottom: 5px;
}
.tippy-container .line {
    display: flex;
    margin-top: 10px;
    background-color: #C7E0FF;
    border-radius: 4px;
    padding: 10px;
    align-items: center;
}
.tippy-container .line:nth-of-type(n+5) {
    display: none;
}
.tippy-container .question {
    flex-grow: 1;
    display: inline-block;
    margin-right: 16px;
    max-width: 300px;
    color: #151424;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.tippy-container button {
    cursor: pointer;
    background-color: #3883E8;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 3px 9px;
}
.tippy-container button:hover {
    opacity: 0.6;
}