/* Global */

button.pa-cta {
    width: fit-content;
    border-radius: 3rem;
    white-space: nowrap;
    background: var(--color-branding-primary);
    border: 2px solid #fff;
    color: #fff;
    height: 5rem;
    padding: 0 4rem;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    margin: 0 0 2rem;
}

button.pa-cta:hover {
    background: #fff;
    border: 2px solid #fff;
    color: var(--color-branding-primary);
}

button.action.tocart.primary {
    height: 5rem;
    border-radius: 3rem;
    padding: 1rem 5rem;
    color: var(--color-button-text);
}

.action.primary:hover, .action-primary:hover {
    border: 2px solid var(--color-button-border-hover);
}

button.action.tocart.primary:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {

    button.pa-cta {
        margin: 0;
    }

    
}


/* Header */

.header.content .logo {
    margin: 0;
}

span.action.nav-toggle {
    display: none;
}

.header.content .logo {
    padding-left: 0;
}

.page-header {
    border-bottom: 1px solid var(--color-dark-gray);
    margin-bottom: 0;
    z-index: 99;
}

.header.content {
    padding: 0rem 2rem 1rem;
}

.logo img {
    max-width: 300px;
    max-height: fit-content;
    margin-top: 2rem;
}

@media only screen and (min-width: 768px) {

    .header.content {
        padding: 2rem;
    }

    .logo img {
        max-width: fit-content;
        max-height: fit-content;
        margin-top: 0;
    }
    
}

/* Home page top banner */

.card.hp-top-banner {
    background: unset;
    margin-top: 0;
}


.card.hp-top-banner {
    padding: 0;
    max-width: 100%;
}

.card.hp-top-banner .copy {
    padding: 2rem;
    background-color: rgba(255,255,255,.9);
}

.hp-top-banner h1 {
    margin-bottom: var(--spacing__vertical--2);
    font-weight: var(--font-weight-normal);
}

.hp-top-banner h1 span,
.hp-top-banner h2 span {
    color: var(--color-branding-secondary);
}

.hp-top-banner a {
    text-decoration: underline;
}

p.notice {
    background: var(--color-light-gray);
    border-left: .3rem solid #E32222;
    padding: 2rem;
    margin: 2rem 0 4rem !important;
}

p.notice span {
    color: #E32222;
}

.catalog-category-view .card.hp-top-banner {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

    .card.hp-top-banner {
        width: 124rem;
        max-width: var(--width-content-max-calc);
    }

    .card.hp-top-banner .copy {
        padding: 2rem 2rem 2rem 0;
    }

    .card.hp-top-banner .copy {
        padding: 2rem;
        background-color: unset;
    }
    
    .card.hp-top-banner {
        margin-top: 0;
        background-position: center center;
        background-size: cover;
        width: var(--width-content-max);
        margin: 4rem auto 2rem;
    }

    .catalog-category-view .hp-top-banner .img img {
        border-radius: 0 10rem 0 0;
    }

}

/* PA Launcher */

.pa-launcher-wrapper {
    padding: 0;
    background: var(--color-branding-primary);
    color: #fff;
}

div#information-modal,
.survey-product-listing {
    width: 1px;
}

.card.pa-launcher {
    display: flex;
    align-items: center;
    background-image: unset;
    flex-direction: column;
    margin-top: 0;
    
}

.pa-launcher-button {
    display: flex;
    width: fit-content;
    min-width: 30rem;
    justify-content: center;
    background: unset;
}

.card.pa-launcher .copy {
    background-color: unset;
    text-align: center;
}

.modals-overlay {
    z-index: 9999999 !important;
}

a.underline-link.modal {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {

    .card.pa-launcher {
        display: flex;
        flex-direction: row;
    }

    .card.pa-launcher .copy {
        text-align: left;
    }

}

/* HPWH Trust signals */

.hpwh .trust-signal-inner {
    display: flex;
    flex-direction: column;
    border-top: unset;
    border-bottom: unset;
    gap: 0;
}

.hpwh .trust-signal-inner h3 {
    color: #fff;
    margin: 0 0 .5rem;
    letter-spacing: .05em;
}

.hpwh .trust-signal-inner p {
    color: #fff;
}

.hpwh .trust-signal-inner > * {
    padding: 1rem 2rem;
    width: 100%;
    box-sizing: border-box;
}

.hpwh .trust-signal-inner a {
    text-decoration: underline;
    color: #fff;
}

.hpwh .trust-signal-inner .left {
    background: #006631;
}

.hpwh .trust-signal-inner .middle {
    background: #058440;
}

.hpwh .trust-signal-inner .right {
    background: #00914B;
}


.trust-signal-wrapper.hpwh {
    margin-top: -2rem;
    background: unset;
}

.product.attribute.description h2.copy-title {
    font-size: var(--text-h3-size);
    padding-top: 1.25rem;
}

.product-info-wrapper h2.copy-title {
    border-bottom: 1px solid var(--color-branding-primary);
}

@media only screen and (min-width: 768px) {

    .hpwh .trust-signal-inner {
        display: flex;
        flex-direction: row;
        margin-bottom: 2rem;
        padding-top: 0;
    }

    .hpwh .trust-signal-inner > * {
        text-align: left;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        text-align: left;
    }

    
}

/* Cards */

.card {
    background: unset;
}

/* Product page */

div#tab-label-additional, div#tab-label-description,
.detailed .data.title {
    display: none;
}

.product-info-main .price-box .normal-price span.price, 
.product-info-main .price-box .special-price span.price, 
.product-item .price-box .special-price span.price {
    font-size: var(--text-h2-size);
    color: var(--color-price);
    font-weight: var(--font-weight-bold);
}

span.old-price:before {
    content: 'Regular Price';
}

.old-price, .old.price {
    text-decoration: unset;
}

.old-price span.price {
    text-decoration: line-through;
    font-weight: var(--font-weght-bold) !important;
}

.product-info-main .sale-price-wrapper {
    display: flex;
    gap: 0; 
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
     margin-bottom: 1rem;
}

.product-info-main .product.attribute.overview a {
    text-decoration: underline;
}

.swatch-attribute-options {
    display: flex;
    justify-content: space-around;
}

.swatch-option {
    width: 100%;
    border-radius: .5rem;
}

.swatch-attribute.size .swatch-option {
    background: #fff;
    color: var(--color-text);
    border: 2px solid var(--color-text);
    font-size: var(--text-small-size);
    line-height: 2.3rem;
    border-radius: 3rem;
}

.swatch-option:not(.disabled):hover {
    outline: unset;
}

.swatch-attribute.size .swatch-option.selected {
    background: #f3f9eb;
    color: var(--color-branding-primary);
    border: 2px solid var(--color-branding-primary);
    outline: 2px solid var(--color-branding-primary);
}

.swatch-option:focus {
    box-shadow: unset;
}

.product-info-main .box-tocart .field.qty, 
.product-options-bottom .box-tocart .field.qty {
    display: none;
}

.box-tocart .actions {
    width: 100%;
}


div#product-options-wrapper {
    border-top: 1px solid var(--color-branding-primary);
    border-bottom: 1px solid var(--color-branding-primary);
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    display: table;
    width: 100%;
}

.action.primary.tocart.hpwh-card__cta,
.action.primary,
.product-info-main .box-tocart .action.tocart, 
.product-options-bottom .box-tocart .action.tocart {
    border: 2px solid var(--color-text);
    border-radius: 3rem;
    width: 100%;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 2.5rem 0 0;
}

.product-info-wrapper h2.copy-title::after {
    top: 1.25rem;
}

.catalog-product-view .columns .column.main {
    padding-bottom: 0;
}

.sale-price-wrapper span.discount, 
.product-info-main .price-box .price-wrapper .price, 
.catalog-category-view .product-item .price-box span.discount, 
.catalog-category-view .product-item .price-box .price {
    font-size: var(--text-h2-size);
}

.catalog-category-view .product-item .price-box .price::before {
    content: 'Starting at';
    display: block;
    font-size: var(--text-normal-size);
    color: var(--color-dark-gray);
}

.account-bill-modal:hover {
    cursor: pointer;
}

/* Why Buy block */

.why-buy-reasons {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.why-buy-reasons > * {
    background: #E8E7F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    text-align: center;
}

.why-buy-reasons h3 {
    font-weight: bold;
    color: var(--color-branding-secondary);
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: unset;
}

.product.description .why-buy-header h2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.product-info-wrapper .icon svg {
    fill: var(--color-branding-primary);
}

.catalog-product-view .page-wrapper {
    min-height: auto;
}

@media only screen and (min-width: 768px) {
    .why-buy-reasons {
        display: flex;
        gap: 2rem;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .why-buy-reasons > * {
        background: var(--color-light-gray);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        text-align: center;
        width: calc(50% - 5rem);
    }
}


/* What to expect */

.modal-popup .modal-title {
    font-weight: bold;
}

.modal-popup .modal-header {
    padding-left: 2rem;
}

.what-to-expect ul {
    margin-left: 2rem;
}

/* Product Advisor */

.pa-launcher-button {
    padding: 0 2rem 2rem;
}

a.quiz_launcher.ga4_quiz_link.action.primary {
    font-size: var(--text-h3-size);
}

aside.modal-slide.quiz-drawer._inner-scroll._show {
    width: 100rem;
    max-width: 85%;
    left: auto;
}

.survey-drawer-modal header.modal-header {
    background: var(--color-branding-secondary);
    color: #fff;
}

.survey-drawer-modal h1 {
    margin-bottom: 0;
}

.survey-question {
    box-shadow: unset;
    border: unset;
    background: var(--color-mid-gray);
    border-radius: 0 10rem 0 0;
}

h2.survey-step__title {
    font-size: var(--text-h2-size);
    color: var(--color-branding-primary);
}

.survey-progress {
    border-bottom: unset;
}

.survey-step__header {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-dark-gray);
    padding-bottom: 2rem;
}

h3.survey-question__text {
    margin-top: 1rem;
}

.modal-slide .action-close:before {
    color: #fff;
    font-size: 5rem;
    line-height: 6.2rem;
}

.survey-progress__fill {
    height: 100%;
    background: var(--color-branding-secondary);
    border-radius: 3px;
    transition: width .3s ease;
}

button.action.secondary.survey-back {
    width: 50%;
    border-radius: 3rem;
}

button.action.primary.survey-next {
    width: 50%;
}

@media only screen and (min-width: 768px) {

    .pa-launcher-button {
        padding: 2rem;
    }

    .card.hp-top-banner.pa-launcher.inline-img {
        margin-bottom: 6rem;
    }

}

/* Footer */

.logo-block-wrapper {
    background: var(--color-mid-gray);
    padding: 2rem;
    margin-bottom: 4rem;
}

.logo-block-wrapper h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}

.logo-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    width: 124rem;
    max-width: calc(100% - 4rem);
    margin: auto;
    flex-wrap: wrap;
}

.logo-block img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 3rem;
    display: block;
}


.page-wrapper > .page-bottom {
    max-width: 100%;
    width: 100%;
    background: var(--color-branding-primary);
    padding: 0;
    margin-top: 2rem;
}

.footer-links {
    display: flex;
    text-align: left;
    gap: 5rem;
    width: var(--width-content-max);
    max-width: var(--width-content-max-calc);
    margin: 0 auto 2rem;
    flex-direction: column;
    color: #fff;
}

.footer-links a {
    color: #fff;
}

small.copyright {
    text-align: left;
    color: #fff;
}


.footer-links .right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

footer.page-footer {
    background: var(--color-footer-background);

}

.footer.content .links {
    border-top: unset;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-dark-gray);
    width: calc(100% - 5rem);
}

.footer-links .left {
    width: 15rem;
}

span.widget.block.block-cms-link-inline {
    margin: 0;
}


@media only screen and (min-width: 768px) {

    .logo-block-wrapper {
        padding: 4rem;
    }

    .logo-block img {
        max-height: 4rem;
    }

    .footer-links {
        display: flex;
        gap: 5rem;
        flex-direction: row;
        margin: auto;
        justify-content: center;
    }

    .footer-links .center {
        width: 50rem;
    }


}

/* Gate */

.welcome-index-index .columns {
    width: 100%;
}

.welcome-index-index .logo-block-wrapper {
    margin: 4rem 0  0 0;
}

.welcome-index-index .columns .column.main {
    padding-bottom: 0;
}

.gate-wrapper .hp-top-banner {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
}

.welcome-index-index .hp-top-banner .copy {
    background: #fff;
    background: var(--color-branding-primary);
}

.welcome-index-index a {
    color: #fff;
}

.welcome-index-index .page-wrapper > .page-bottom {
    background: unset;
}


@media only screen and (min-width: 768px) {

    .gate-wrapper .img img {
        border-radius: 0rem 10rem 0 0;
    }
    
}

/* Gate form */

.form-container {
    width: calc(100% - 4rem);
    text-align: center;
    margin: 3rem auto 0;
}

.gate-wrapper .left  {
    color: #ffffff;
}

.form-step {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.form-step h3 {
    font-weight: normal;
    text-align: left;
    padding-bottom: 1rem;
}

.step-number {
    color: var(--color-branding-secondary);
    font-weight: bold;
}

.options-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.option-button {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3rem;
    background-color: white;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.option-button:hover {
    border: 1px solid #8dc63f;
}

.option-button.selected {
    background-color: #8dc63f;
    border-color: #8dc63f;
    color: white;
}

.option-button strong {
    font-size: 18px;
    font-weight: bold;
}

.option-button span {
    font-size: 12px;
}

.logo-grid {
    display: grid;
    gap: 15px;
    justify-content: center;
}

#electric-logos {
    grid-template-columns: repeat(2, 1fr);
}

#gas-logos {
    grid-template-columns: repeat(2, 1fr);
}


.logo-button {
    border: 2px solid #ccc;
    border-radius: 3rem;
    padding: 10px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.logo-button:hover {
    border-color: #8dc63f;
}

.logo-button.selected {
    background-color: #eaf6da;
    border-color: #8dc63f;
}

.logo-button img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#accountNumber {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3rem;
    font-size: 16px;
    box-sizing: border-box;
}

#submitBtn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 3rem;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

#submitBtn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

#submitBtn:not(:disabled) {
    background-color: #8dc63f;
    color: white;
}

/* Animation styles */
.hidden {
    display: none;
}

.form-step {
    transition: opacity 0.5s ease-in-out;
}

.active-step {
    opacity: 1;
}

.back-button {
    background: none;
    border: none;
    color: #003366;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: auto;
    display: block;
    padding: 0;
    text-align: left;
    border: 1px solid var(--color-light-gray);
}

.back-button:focus {
    outline: 2px solid #8dc63f;
}

.gate-wrapper .message-error.error.message {
    font-size: 1.6rem;
    line-height: 1.6em;
    border-radius: 2rem;
    padding: 2rem 4rem;
}

.gate-wrapper .message.error>*:first-child:before {
    font-size: 3rem;
    line-height: 3rem;
    vertical-align: bottom;
    display: inline-block;
    left: 0;
    top: 0;
    width: 30px;
    position: relative;
    text-align: center;
}


/* Top ribbon */

.top.ribbon {
    display: flex;
    width: calc(var(--width-content-max) - 2rem);
    max-width: var(--width-content-max-calc);
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: right;
    background: unset;
    z-index: 9999;
    position: relative;
}

.top-ribbon-wrapper {
    background: #ffffff;
}

.top.ribbon .right a, .top.ribbon .right a:visited, .top.ribbon .right a:focus {
    color: var(--color-text);
    line-height: 2.7rem;
}

.top.ribbon .right {
    position: relative;
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
    margin-bottom: -2rem;
    right: -3rem;
}

.top.ribbon .left p {
    line-height: 1.7;
}

.minicart-wrapper {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {

    .top.ribbon {
        flex-direction: row;
        justify-content: space-between;
        align-items: unset;
        margin-bottom: -2rem;
    }

}


/* Success */

.checkout-onepage-success .top-container {
    border-bottom: 1px solid var(--color-mid-gray);
}

.card.hp-top-banner {
    margin: 0rem auto 2rem;
}

/* CMS */

.cms-page-view h1 {
    font-weight: var(--font-weight-bold);
    color: var(--color-font);
}

.cms-page-view .breadcrumbs {
    margin-top: 2rem;
}

/* What to expect */

.expect ul {
    margin-left: 1rem;
}

.modal-popup.expect .modal-header {
    padding-left: 3rem;
}

.modal-popup.expect .modal-header h1 {
    color: var(--color-text)
}

.modal-popup.expect .modal-header a.modal:hover {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {

    aside.modal-popup.expect.modal-slide._inner-scroll._show {
        max-width: 90%;
        width: 80rem;
        margin: auto;
    }

}

/* Product page */


.product-info-main > .block-static-block {
    order: 5;
}

/* Category page */

.catalog-category-view .page-wrapper {
   min-height: unset; 
}

/* Checkout */

.checkout-shipping-method .step-title {
    margin-bottom: 2rem;
}

td#label_carrier_bestway_tablerate,
td#label_carrier_flatrate_flatrate,
td#label_carrier_freeshipping_freeshipping {
    font-weight: var(--font-weight-bold);
}

.table-checkout-shipping-method {
    width: 100%;
}

td.col.col-custom {
    padding: 0 0 2rem 0;
    border-bottom: 1px solid var(--color-mid-gray);
}

.row-custom:last-child td.col.col-custom {
    border: unset;
    padding: 0;
}

.table-checkout-shipping-method tbody td {
    border-top: unset;
}

.shipping-overview {
    border-bottom: 1px solid var(--color-mid-gray);
    padding-bottom: 2rem;
}

.shipping-installtion.green .shipping-method-subheader {
    font-weight: var(--font-weight-bold);
    padding-bottom: 1rem;
    display: block;
}

.shipping-installtion.green  ul {
    margin-left: 1rem;
    list-style: disc;
}

div#shipping-method-buttons-container {
    margin-top: 2rem;
}

.ri-col-price-flatrate_flatrate span.price {
    display: none;
}

.checkout-index-index .amdelivery-main-container {
    margin-top: 0;
}

.checkout-index-index .page-header {
    margin-bottom: 2rem;
}

/* Compare products */


.hpwh-mobile-compare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 auto;
    padding: 0;
    align-items: stretch;
    column-gap: .2rem;
}

.compare-cell {
    color: var(--color-text);
}

.hpwh-card__name {
    font-weight: var(--font-weight-bold);
    font-size: var(--text-h3-size);
    color: var(--color-text);
}

.compare-cell.intro-cell {
    display: flex;
    flex-direction: column;
}

.intro-cell.compare-cell--tower strong {
    color: #00558c;
}

.intro-cell.compare-cell--split strong {
    color: #006f35;
}

.compare-column,
.compare-cell,
.compare-heading {
    min-width: 0;
}

.compare-column--tower,
.compare-cell--tower,
.compare-heading--tower {
    background: #c9edf9;
}

.compare-column--split,
.compare-cell--split,
.compare-heading--split {
    background: #dff1d8;
}

.compare-column--tower h2,
.compare-heading--tower h3 {
    color: #00558c;
}

.compare-column--split h2,
.compare-heading--split h3 {
    color: #006f35;
}


.compare-column {
    padding: 2.5rem 2.5rem 1.5rem;
}

.compare-column h2 {
    margin: 0;
}

.compare-cell {
    position: relative;
    padding: 24px;
    border-top: 0;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.compare-cell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(0, 0, 0, 0.22);
}

.compare-heading {
    position: relative;
    padding: 0 2rem 2rem;
    border-top: 0;
    text-align: center;
}

.compare-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: rgba(0, 0, 0, 0.22);
}

.product-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-cell h3 {
    margin: 0 0 .5rem;
}

.price {
    margin: .5rem 0 1rem;
}

.action.primary.tocart.hpwh-card__cta,

.shop-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    width: 100%;
    max-width: 220px;
    padding: 10px 18px;
    color: #111;
    text-decoration: none;
    background: #fff;
    border: 1px solid #111;
    border-radius: 999px;
}

a.action.primary.tocart.hpwh-card__cta {
    max-width: 20rem;
}

.compare-cell h3 {
    margin: 0 0 8px;
}

.compare-cell p {
    margin: 0;
}

.intro-cell p + p {
    margin-top: 20px;
}

.compare-cell strong {
    font-weight: 800;
}

.compare-header {
    text-align: center;
    margin-bottom: 4rem;
    width: 65rem;
    margin: 0 auto 5rem;
    max-width: 100%;
}

.compare-header h2 {
    margin-bottom: 1rem 
}

.page-layout-1column.catalog-category-view .block.widget .products-grid .product-item {
    width: 100%;
}

.block.widget .product-item-info, .page-products .product-item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item-details, .product.details.product-item-details {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.catalog-category-view .products-grid .product-items {
    margin-bottom: 0;
}

.compare-cell svg {
    height: 2.5rem;
}

.compare-cell--tower svg {
    fill: var(--color-branding-primary);
}

.compare-cell--split svg {
    fill: var(--color-branding-secondary);
}

.compare-cell .icon {
    padding-top: 1rem;
}

.compare-cell.intro-cell {
    display: flex;
    flex-direction: column;
}

.compare-heading::before {
    background: none;
}

.card.installation.inline-img {
    display: flex;
    flex-direction: column;
    background: var(--color-branding-primary);
    color: #fff;
    padding: 3rem 0;
    align-items: center;
    text-align: center;
}

.card.installation .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.installation.card .img img {
    height: 15rem;
    width: 15rem;
    border-radius: 10rem;
}

.product-item a.product-item-link, .products a.product-item-link {
    font-size: var(--text-h2-size);
    line-height: var(--text-h3-line-height);
    font-weight: var(--font-weight-bold);
}

.product-image-container-6, .product-image-container-2 {
    width: 180px;
    height: auto;
    aspect-ratio: 180 / 180;
}

@media (max-width: 640px) {
    .hpwh-mobile-compare {
        grid-template-columns: 1fr 1fr;
    }

    .compare-column {
        padding: 14px 8px 10px;
    }

     .compare-cell {
        padding: 14px 8px;
    }

    .compare-cell::before {
        left: 8px;
        right: 8px;
    }

    .compare-heading {
        padding: 18px 8px 12px;
    }

    .compare-heading::before {
        left: 8px;
        right: 8px;
    }

    .product-cell img {
        max-width: 90%;
        height: 130px;
        margin-bottom: 10px;
    }

    .shop-button {
        min-height: 28px;
        padding: 6px 10px;
    }

    .intro-cell p + p {
        margin-top: 12px;
    }
}

@media (min-width: 768px) {

    .card.installation.inline-img {
        display: flex;
        flex-direction: row-reverse;
        text-align: left;
    }

    .card.installation .img {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: calc(75% - 15rem);
    }

    .compare-column {
        border-radius: 0 10rem 0 0;
    }
}

@media (min-width: 1024px) {

    .block.widget .product-item-info, .page-products .product-item-info {
        display: flex;
        flex-direction: row;
    }

}



/* Product page accordion sections */

/* Considerations */

.installation-considerations {
    padding: 0 1rem;
}

.installation-considerations h2 {
    margin: 0 0 2rem;
}

.installation-considerations p {
    margin: 0 0 24px;
}

.installation-considerations strong {
    color: #00a84f;
    text-transform: uppercase;
}

.install-table {
    margin: 0 0 2rem;
    table-layout: fixed;
}

.install-table th,
.install-table td {
    padding: 1rem 2rem;
    border: 1px solid #ffffff;
}

.install-table thead th {
    background: #00a84f;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.install-table thead th:first-child,
.install-table tbody th {
    text-align: left;
}

.install-table tbody th {
    font-weight: var(--font-weight-bold);
}

.install-table tbody td {
    text-align: center;
}

.install-table tbody tr:nth-child(odd) {
    background: var(--color-light-gray);
}

.install-table tbody tr:nth-child(even) {
    background: #dcefd8;
}

@media (max-width: 768px) {
    .installation-considerations h2 {
        font-size: 2rem;
    }

    .install-table-wrapper {
        overflow-x: auto;
    }
}

/* Specs */

section.product-specs {
    padding: 0 1.5rem;
    margin-bottom: 4rem;
}

.product-specs h2 {
    margin: 0 0 2rem;
}

.product-specs-table {
    margin-bottom: 2rem;
    table-layout: fixed;
}

.product-specs-table th,
.product-specs-table td {
    padding: 1rem 2rem;
    border: 1px solid #ffffff;
}

.product-specs-table thead th {
    background: #00a84f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
    text-align: center;
}

.product-specs-table thead th:first-child {
    text-align: left;
}

.product-specs-table tbody th {
    text-align: left;
    font-weight: 700;
}

.product-specs-table tbody td {
    text-align: center;
}

.product-specs-table tbody tr:nth-child(odd) {
    background: var(--color-light-gray);;
}

.product-specs-table tbody tr:nth-child(even) {
    background: #dcefd8;
}

.product-attributes h3 {
    margin: 0 0 2rem;
    color: #00a84f;
    text-transform: uppercase;
}

.product-attributes ul {
    margin: 0;
    padding-left: 3rem;
}

.product-attributes li {
    margin-bottom: .5rem;
}

@media (max-width: 768px) {
    .product-specs {
        overflow-x: auto;
    }


    .product-specs-table {
        min-width: 900px;
    }

    .product-specs-table th,
    .product-specs-table td {
        padding: 1rem  2rem;
    }

}

/* Why Buy Here */

.trust-signal-wrapper.hpwh.why-buy-here {
    margin-top: 2rem;
}

.why-buy-here .trust-signal-inner > * {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 3rem;
}

.why-buy-here .icon svg {
    fill: #fff;
    width: 4rem;
    height: 5rem;
}

.why-buy-here p {
    line-height: 1.5;
    padding-top: 1rem;
}

/* Address validation */

.as-address-suggest-modal footer.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 2rem;
}

.modal-popup.modal-slide .modal-footer .action.primary {
    width: 50%;
}

.modal-popup.modal-slide .modal-footer button.action {
    border-radius: 3rem;
}

/* Intervening page */

.quizcheck-index-index input.submit.action.primary.disclaimer {
    max-width: 20rem;
}

/* ============================================================
   CURSOR OVERRIDES (Survey / Product Advisor)
   Append-only section. Layers on top of the module's survey-* classes.
   ============================================================ */

/* Dual scores (Advisor Pro): each score in its own box, ring alongside the text.
   Mobile-first stacked; side by side at >= 768px. */
.survey-results__dual-scores {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: stretch;
}

.survey-results__score-col {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    text-align: left;
    background: #D9EAF9;
    border-radius: 10px;
    padding: 18px 22px;
}

.survey-results__score-col .survey-results__score {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-bottom: 0;
    align-self: center;
}

.survey-results__score-col .survey-results__score-svg {
    width: 84px;
    height: 84px;
}

.survey-results__score-col .survey-results__score-label {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
    color: #1277C3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 15px;
}

.survey-results__score-col .survey-results__score-subtitle {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 2px 0 0;
    color: #666;
    font-size: 13px;
}

@media (min-width: 768px) {
    .survey-results__dual-scores {
        flex-direction: row;
    }

    .survey-results__score-col {
        flex: 1 1 0;
    }
}

/* Recommended products: emphasize Best Match (full width);
   alternates sit half-width, two per row, as compact vertical cards. */
.survey-results__products {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.survey-results__products-title {
    flex: 0 0 100%;
    margin-bottom: 0;
}

.survey-results__product-card {
    margin-bottom: 0;
    min-width: 0;
    box-sizing: border-box;
}

.survey-results__product-card--best {
    flex: 0 0 100%;
}

.survey-results__product-card--best .survey-results__product-info {
    min-width: 0;
}

.survey-results__product-card:not(.survey-results__product-card--best) {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.survey-results__product-card:not(.survey-results__product-card--best) .survey-results__product-image {
    width: auto;
    max-width: 140px;
    margin-bottom: 8px;
}

.survey-results__product-card:not(.survey-results__product-card--best) .survey-results__product-info {
    width: 100%;
    flex: none;
}

.survey-results__product-link.action.primary {
    box-sizing: border-box;
}

a.action.primary.survey-results__product-link {
    border-radius: 3rem;
    text-align: center;
    max-width: fit-content;
    padding: .5rem 3rem;
}

.survey-results__product-badge {
    background: var(--color-branding-secondary);
}

.survey-results__product-card--best {
    border-color: transparent; 
    box-shadow: none;
}

.survey-results__product-price span.survey-results__price-old {
    color: var(--color-dark-gray);
    font-size: var(--text-small-size);
    text-decoration: line-through;
    font-weight: normal;
}

a.action.primary.survey-results__install-pricing-cta {
    width: auto;
    border-radius: 5rem;
}

.survey-results__install-pricing-message {
    margin: 0;
    font-size: var(--text-normal-size);
    color: var(--color-text);
    line-height: 1.4;
}

.survey-results__install-pricing-reason-heading {
    margin: 0;
    font-size: var(--text-normal-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
}

.survey-results__install-pricing-reasons {
    margin: .5rem .25rem;
    padding-left: 0;
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.5;
    list-style: none;
}

.survey-results__install-pricing-reason-heading {
    margin-top: .75rem;
    font-size: var(--text-normal-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
}

.survey-results__install-pricing-label {
    display: block;
    font-size: var(--text-normal-size);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--color-text);
    margin-bottom: 1rem;
}