/** Shopify CDN: Minification failed

Line 91:1 Unexpected "/"

**/
/* Start ppsp-comparison-table.liquid Style */
.button {
    font-family: "Helvetica Neue ForEco";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.375;
    width: 100%;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-radius: 100px;
}

.ppsp-button--container{ display: flex; justify-content: center; }

.ppsp-comparison-table__text-container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.ppsp-comparison-table__section-heading {
    margin-bottom: 12px;
    line-height: 1.125;
}

.ppsp-comparison-table__wrapper {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.scroll-area {
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 24px;
    padding-right: 24px;
}

.ppsp-comparison-table__table-row {
    row-gap: 10px;
    column-gap: 10px;
    min-width: min-content;
    display: grid;
    justify-content: center;
    margin-top: 16px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}

.ppsp-comparison-table__container .ppsp-comparison-table__table-row:not(.ppsp-comparison-table__table-row-details):last-child{ border-bottom: 0; }

.ppsp-comparison-table__table-row:first-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.ppsp-comparison-table__table-row:nth-child(2) {
    margin-top: 26px;
}

.ppsp-comparison-table__table-row--4 {
    --feature-chart-heading-width: 102px;
    grid-template-columns: repeat(3, 102px);

}

.ppsp-comparison-table__table-row--5 {
    --feature-chart-heading-width: 102px;
    grid-template-columns: repeat(4, 102px);
}

.ppsp-comparison-table__title {
    position: relative;
}

*/ .ppsp-comparison-table__table-row:first-child {
    margin-top: 37px;
}

.ppsp-comparison-table__table-row--4.ppsp-comparison-table__table-row--product {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    place-items: center;
}

.ppsp-comparison-table__column-heading {
    place-content: start;
    display: grid;
    position: relative;
}

.ppsp-comparison-table__column__title {
    font-family: "Helvetica Neue ForEco";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    margin-top: 17px;
    margin-bottom: 8px;
}

.ppsp-comparison-table__column_specification-container {
    margin-bottom: 16px;
}

.ppsp-comparison-table__column__specification {
    color: #898989;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.ppsp-comparison-table__column-heading .button--container {
    width: fit-content;
}

.ppsp-comparison-table__column-heading .button {
    padding-top: 5px;
    padding-right: 16.5px;
    padding-bottom: 5px;
    padding-left: 16.5px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6.737px;
    background: #000000;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.ppsp-comparison-table__product-link {
    font-family: "Helvetica Neue ForEco";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
}

.ppsp-comparison-table__row__heading {
    font-size: 14px;
    /* position: sticky; */
    text-wrap: nowrap;
    left: 0;
    color: #757575;
    font-family: 'Helvetica Neue ForEco';
}

.ppsp-comparison-table__row__value {
    grid-row: 2;
}

.ppsp-comparison-table__row__value p {
    font-family: "Helvetica Neue ForEco";
    font-size: 14px;
    color: #000;
    text-align: center;
}

.ppsp-comparison-table__row__value p strong {
    color: #03060b;
    font-weight: 500;
}

.ppsp-comparison-table__row__image--wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ppsp-comparison-table__row__image--wrapper img {
    max-width: 100px;
}

.ppsp-comparison-table__row__image--wrapper p {
    margin-bottom: 0;
}

.scroll-area::-webkit-scrollbar {
    display: none;
}

.ppsp-comparison-table__swiper-scrollbar {
    background-color: #ddd;
    height: 1px;
    position: relative;
    width: 96px;
    /* Adjusted width */
    margin-top: 20px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.ppsp-comparison-table__swiper-scrollbar-drag {
    background-color: #B5B5B5;
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 32px;
    /* Fixed width */
    border-radius: 1.5px;
}

@media (min-width: 485px) {
    .ppsp-comparison-table__table-row--4 {
        --feature-chart-heading-width: 140px;
        grid-template-columns: repeat(3, 140px);
    }

    .ppsp-comparison-table__table-row--5 {
        --feature-chart-heading-width: 150px;
        grid-template-columns: repeat(4, 150px);
    }
}

@media (min-width: 678px) {
    .ppsp-comparison-table__swiper-scrollbar {
        display: none;
    }

    .ppsp-comparison-table__table-row--4 {
        --feature-chart-heading-width: 200px;
        grid-template-columns: repeat(3, 200px);
    }
}

@media (min-width: 768px) {
    .ppsp-comparison-table__section-heading {
        margin-bottom: 24px;
    }

    .ppsp-comparison-table__table-row--4 {
        --feature-chart-heading-width: 220px;
        grid-template-columns: repeat(3, 220px);
    }

    .ppsp-comparison-table__table-row--5 {
        --feature-chart-heading-width: 170px;
        grid-template-columns: repeat(4, 170px);
    }

    .ppsp-comparison-table__column-heading {
        text-align: center;
    }

    .ppsp-comparison-table__text-container {
        text-align: center;
    }

    .ppsp-comparison-table__table-row {
        justify-content: center;
    }

    .scroll-area {
        overflow: hidden;

    }

    .ppsp-comparison-table__title::after {
        width: 85vw;
        background: transparent;
    }

    .ppsp-comparison-table__column-heading .button--wrapper {
        align-items: center;
    }
}


@media (min-width: 1150px) {
    .ppsp-comparison-table__table-row--4 {
        margin-left: auto;
        margin-right: auto;
        max-width: 996px;
        --feature-chart-heading-width: 160px;
        grid-template-columns: var(--feature-chart-heading-width) repeat(3, minmax(205px, 1fr));
        gap: 30px;

    }

    .ppsp-comparison-table__table-row--5 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1158px;
        --feature-chart-heading-width: 120px;
        grid-template-columns: var(--feature-chart-heading-width) repeat(4, minmax(150px, 1fr));
        gap: 30px;

    }

    .solar-panel-section .ppsp-comparison-table__table-row--5{ --feature-chart-heading-width: 200px; }

    .ppsp-comparison-table__table-row--4 .ppsp-comparison-table__column-heading {
        max-width: 220px;

    }

    .ppsp-comparison-table__table-row--product> :first-child {
        grid-column-start: 2;
    }

    .solar-panel-section .ppsp-comparison-table__table-row--product> :first-child{ grid-column-start: 1; }

    .ppsp-comparison-table__row__heading {
        /* position: sticky; */
        left: 0;
        grid-column: 1;
        padding-bottom: 0;
        border-bottom: unset;
    }

    .ppsp-comparison-table__row__value {
        margin-top: 0;
        grid-row: unset;
    }

    .scroll-area {
        margin-left: 24px;
        margin-right: 24px;
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }

    .ppsp-comparison-table__column__title {
        margin-top: 10px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .ppsp-comparison-table__column_specification-container {
        margin-bottom: 29px;
    }

    .ppsp-comparison-table__column__specification {
        font-size: 14px;
        display: flex;
        text-wrap: nowrap;
        gap: 2px;
    }

    .ppsp-comparison-table__column-heading .button--wrapper {
        gap: 20.5px;
    }

    .ppsp-comparison-table__column-heading .button {
        padding-top: 11px;
        padding-right: 35px;
        padding-bottom: 11px;
        padding-left: 35px;
        font-size: 14px;
    }

    .ppsp-comparison-table__product-link {
        font-size: 14px;
    }

    .ppsp-comparison-table__table-row {
        margin-top: 29px;
        padding-bottom: 20px;
    }

    .ppsp-comparison-table__table-row--4:first-child {
        padding-bottom: 0;
        place-items: center;
    }

    .ppsp-comparison-table__table-row:not(.ppsp-comparison-table__table-row-details):nth-child(2) {
        margin-top: 55.5px;
    }

    .ppsp-comparison-table__row__heading {
        font-size: 16px;
    }

    .ppsp-comparison-table__row__value p {
        font-size: 20px;
    }

    .scroll-area {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1250px) {
    .scroll-area {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.ppsp-comparison-table__image-wrapper{ position: relative; }
.ppsp-comparison-table__image-wrapper .compare-badge{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(269.81deg, #FFFCC3 -28.89%, #FFBD3C 112.9%);
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    padding: 4px 10px;
}

@media screen and (max-width: 767px){
    .ppsp-comparison-table__image-wrapper .compare-badge{ font-size: 10px; padding: 2px 6px; }
    .solar-panel-section .ppsp-comparison-table__table-row{ padding-right: 10px !important; }
    .solar-panel-section .ppsp-comparison-table__row__heading{
        position: sticky;
        left: 0;
        z-index: 2;
        background: inherit;
    }
}

/* End ppsp-comparison-table.liquid Style */

.ppsp-comparison-table__table-row-details img{ width: 50px; margin-left: 5px; }
.ppsp-comparison-table__table-row-details:nth-child(even){ background: #F1F1F1; }
.solar-panel-section .ppsp-comparison-table__table-row{
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    gap: 25px;
    background: #fff;
}
.solar-panel-section .ppsp-comparison-table__table-row-details:nth-child(2){ margin-top: 20px; }
.ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__heading span{ color: #000; font-size: 16px; font-family: 'Notosansjp-medium'; }
.ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__value{ display: flex; gap: 10px; align-items: center; }
.ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__value .ppsp-comparison-table__row__value_column{ width: calc(50% - 5px); flex: 1; }
.ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__value .ppsp-comparison-table__row__value_column p{ font-size: 20px; font-family: 'Notosansjp-medium'; }
.ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__value .ppsp-comparison-table__row__value_column p span{ font-size: 16px; }
.solar-panel-section .ppsp-comparison-table__column__title{ font-size: 16px; font-family: 'Notosansjp-medium'; margin-top: 0; }
.solar-panel-section .ppsp-comparison-table__column-heading .button--wrapper{ gap: 10px; }
.solar-panel-section .ppsp-comparison-table__section-heading{ margin-bottom: 30px; }
.solar-panel-section .ppsp-comparison-table__text-container{ margin-bottom: 0px; }
.solar-panel-section .ppsp-comparison-table__column-heading .button{ flex: 0 1 160px; text-align: center; }
.solar-panel-section .ppsp-comparison-table__column-heading img{ height: 120px; object-fit: contain; }
@media screen and (max-width: 1149px){
    .solar-panel-section .ppsp-comparison-table__table-row--5{
        --feature-chart-heading-width: 150px;
        grid-template-columns: repeat(5, 158px);
    }
    .solar-panel-section .ppsp-comparison-table__row__value{ grid-row: unset; }
    .solar-panel-section .ppsp-comparison-table__column__title{ font-size: 12px; text-align: center; }
    .ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__heading span{ font-size: 12px; }
    .ppsp-comparison-table__table-row-details .ppsp-comparison-table__row__value .ppsp-comparison-table__row__value_column p{ font-size: 15px; }
    .solar-panel-section .ppsp-comparison-table__column-heading img{ height: 90px; }
    .solar-panel-section .scroll-area{ overflow: auto; }
}


.ppsp-comparison-table__image-wrapper img{
  height: 200px;
  object-fit: contain;
}

.ppsp-comparison-table__bottom-text{ font-size: 12px; color: #707070; padding: 24px 0 0 8px; }
@media screen and (max-width: 767px){
  .ppsp-comparison-table__image-wrapper img{
    height: 90px;
  }
  .ppsp-comparison-table__bottom-text{ padding: 24px 24px 0; }
  .ppsp-comparison-table__row__heading{ position: sticky; }
}
