.sunco-home-section{--sunco-home-blue: var(--sunco-brand-blue, #107db3);--sunco-home-blue-rgb: var(--sunco-brand-blue-rgb, 16 125 179);--sunco-home-yellow: #fdbb15;--sunco-home-ink: #172331;--sunco-home-muted: #5e6b77;--sunco-home-border: #dbe7ef;--sunco-home-soft: #f5f9fc;--sunco-home-radius: 14px;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.sunco-home-section *,.sunco-home-section *:before,.sunco-home-section *:after{box-sizing:border-box}.sunco-home-section__inner{width:100%;max-width:var(--page-width, 1440px);margin-inline:auto;padding:var(--sunco-home-padding-block-start, 48px) var(--page-margin, 40px) var(--sunco-home-padding-block-end, 48px)}.sunco-home-section--full-width .sunco-home-section__inner{max-width:none}.sunco-home-section__header{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.sunco-home-section__copy{max-width:760px}.sunco-home-section--header-center .sunco-home-section__header{flex-direction:column;justify-content:center;align-items:center;gap:14px;text-align:center}.sunco-home-section--header-center .sunco-home-section__copy,.sunco-home-section--header-center .sunco-home-link{margin-inline:auto}.sunco-home-section__eyebrow{margin:0 0 8px;color:var(--sunco-home-blue);font-family:var(--font-subheading--family);font-size:13px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.sunco-home-section h1,.sunco-home-section h2,.sunco-home-section h3{margin:0;color:var(--sunco-home-ink);font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);letter-spacing:var(--font-h3--letter-spacing);line-height:var(--font-h3--line-height);text-transform:var(--font-h3--case)}.sunco-home-section h2{font-family:var(--font-h2--family);font-style:var(--font-h2--style);font-weight:var(--font-h2--weight);font-size:var(--font-h2--size);letter-spacing:var(--font-h2--letter-spacing);line-height:var(--font-h2--line-height);text-transform:var(--font-h2--case)}.sunco-home-section h3{font-family:var(--font-h3--family);font-style:var(--font-h3--style);font-weight:var(--font-h3--weight);font-size:clamp(1.1rem,1.25vw,1.35rem);letter-spacing:var(--font-h3--letter-spacing);line-height:var(--font-h3--line-height);text-transform:var(--font-h3--case)}.sunco-home-section__body{margin-top:10px;color:var(--sunco-home-muted);font-size:var(--font-paragraph--size);line-height:var(--font-paragraph--line-height)}.sunco-home-section__body p{margin:0}.sunco-home-link{display:inline-flex;align-items:center;gap:8px;color:var(--sunco-home-blue);font-family:var(--font-subheading--family);font-weight:800;line-height:1.2;text-decoration:none}.sunco-home-link:hover,.sunco-home-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.sunco-home-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid var(--sunco-home-yellow);border-radius:var(--button-border-radius, 999px);background:var(--sunco-home-yellow);color:#fff;font-family:var(--font-subheading--family);font-weight:800;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sunco-home-button:hover,.sunco-home-button:focus-visible{border-color:#e2a50e;background:#e2a50e;color:var(--sunco-home-ink);outline:none;transform:translateY(-1px)}.sunco-home-button--secondary{border-color:var(--sunco-home-border);background:#fff;color:var(--sunco-home-ink)}.sunco-home-button--secondary:hover,.sunco-home-button--secondary:focus-visible{border-color:var(--sunco-home-blue);background:#eef8fd;color:var(--sunco-home-blue)}.sunco-home-card-grid{display:grid;grid-template-columns:repeat(var(--sunco-home-columns, 4),minmax(0,1fr));gap:var(--sunco-home-gap, 18px)}.sunco-home-card{position:relative;display:flex;min-width:0;height:100%;overflow:hidden;border:1px solid var(--sunco-home-border);border-radius:var(--sunco-home-radius);background:#fff;color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sunco-home-card:hover,.sunco-home-card:focus-visible{border-color:rgb(var(--sunco-home-blue-rgb) / .55);box-shadow:0 18px 40px #17233117;outline:none;transform:translateY(-2px)}.sunco-home-card__media{display:block;overflow:hidden;background:var(--sunco-home-soft)}.sunco-home-card__media img,.sunco-home-card__media svg{display:block;width:100%;height:100%}.sunco-home-card__media img{object-fit:contain;transition:transform .22s ease}.sunco-home-card:hover .sunco-home-card__media img,.sunco-home-card:focus-visible .sunco-home-card__media img{transform:scale(1.035)}.sunco-home-card__icon{display:inline-grid;flex:0 0 auto;width:58px;height:58px;place-items:center;border:1px solid #cfeaf7;border-radius:999px;background:#eaf8ff;color:var(--sunco-home-blue)}.sunco-home-card__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.sunco-home-card__body{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:9px}.sunco-home-card__title{color:var(--sunco-home-ink)}.sunco-home-card__text{margin:0;color:var(--sunco-home-muted);font-size:15px;line-height:1.45}.sunco-home-card__label{margin-top:auto;color:var(--sunco-home-blue);font-family:var(--font-subheading--family);font-weight:800;line-height:1.2}.sunco-home-card-grid--category .sunco-home-card{min-height:218px;flex-direction:column;overflow:visible;border:0;border-radius:0;background:transparent;text-align:center}.sunco-home-card-grid--category .sunco-home-card:hover,.sunco-home-card-grid--category .sunco-home-card:focus-visible{box-shadow:none;transform:none}.sunco-home-card-grid--category .sunco-home-card__media{width:clamp(152px,12vw,176px);height:clamp(152px,12vw,176px);margin:0 auto;padding:0;background:transparent}.sunco-home-card-grid--category .sunco-home-card__body{justify-content:center;padding:16px 0 0}.sunco-home-card-grid--category .sunco-home-card__title{color:#3c3c3c;font-family:var(--font-body--family);font-size:14px;font-weight:400;line-height:1.35}.sunco-home-card-grid--category .sunco-home-card__text,.sunco-home-card-grid--category .sunco-home-card__label{display:none}.sunco-home-card-grid-section:has(.sunco-home-card-grid--category) .sunco-home-section__header{justify-content:center;margin-bottom:34px;text-align:center}.sunco-home-card-grid-section:has(.sunco-home-card-grid--category) .sunco-home-section__copy{max-width:none}.sunco-home-card-grid-section:has(.sunco-home-card-grid--category) h2{color:#3c3c3c;font-size:18px;font-weight:800;line-height:1.25;text-transform:uppercase}.sunco-home-card-grid--image .sunco-home-card{min-height:240px;flex-direction:column}.sunco-home-card-grid--image .sunco-home-card__media{aspect-ratio:16 / 9}.sunco-home-card-grid--image .sunco-home-card__media img{object-fit:cover}.sunco-home-card-grid--image .sunco-home-card__body{padding:18px}.sunco-home-card-grid--icon .sunco-home-card{gap:18px;padding:24px}.sunco-home-card-grid--logo .sunco-home-card{flex-direction:column;gap:12px;min-height:134px;align-items:center;justify-content:center;padding:22px;text-align:center}.sunco-home-card-grid--logo .sunco-home-card__media{width:132px;max-width:100%;height:58px;background:transparent}.sunco-home-card-grid--logo .sunco-home-card__media img{object-fit:contain}.sunco-home-card-grid--logo .sunco-home-card__body{display:flex;align-items:center;gap:0}.sunco-home-card-grid--logo .sunco-home-card__title{font-size:.95rem}.sunco-home-card-grid--logo .sunco-home-card__text,.sunco-home-card-grid--logo .sunco-home-card__label{display:none}.sunco-home-promo-grid{display:grid;grid-template-columns:repeat(var(--sunco-home-promo-columns, 3),minmax(0,1fr));gap:18px}.sunco-home-promo{position:relative;display:grid;min-height:100%;overflow:hidden;border:1px solid var(--sunco-home-border);border-radius:var(--sunco-home-radius);background:#fff;color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sunco-home-promo:hover,.sunco-home-promo:focus-visible{border-color:rgb(var(--sunco-home-blue-rgb) / .55);box-shadow:0 18px 40px #17233117;outline:none;transform:translateY(-2px)}.sunco-home-promo__media{display:block;aspect-ratio:16 / 8;overflow:hidden;background:var(--sunco-home-soft)}.sunco-home-promo__media img,.sunco-home-promo__media video,.sunco-home-promo__media svg{display:block;width:100%;height:100%}.sunco-home-promo__media img,.sunco-home-promo__media video{object-fit:cover;transition:transform .22s ease}.sunco-home-promo:hover .sunco-home-promo__media img,.sunco-home-promo:hover .sunco-home-promo__media video,.sunco-home-promo:focus-visible .sunco-home-promo__media img,.sunco-home-promo:focus-visible .sunco-home-promo__media video{transform:scale(1.03)}.sunco-home-promo__body{display:flex;flex-direction:column;gap:10px;padding:20px}.sunco-home-promo__text{margin:0;color:var(--sunco-home-muted);font-size:15px;line-height:1.45}.sunco-home-promo__label{margin-top:auto}.sunco-home-promo-grid--banner-mosaic{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"feature feature panel slim" "feature feature eclipse electrical" "grow grow grow grow";grid-template-rows:repeat(2,clamp(170px,14vw,220px)) auto;gap:16px}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo{width:100%;min-width:0;min-height:0;border:0;border-radius:12px;background:var(--sunco-home-ink);box-shadow:none}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:hover,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:focus-visible{box-shadow:none}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child{grid-area:feature}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(2){grid-area:panel}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(3){grid-area:slim}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(4){grid-area:eclipse}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(5){grid-area:electrical}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(6){grid-area:grow;aspect-ratio:2560 / 720}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__media{grid-area:1 / 1;position:relative;z-index:0;width:100%;height:100%;aspect-ratio:auto;background:#f1f6fa}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__media img,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__media video{object-fit:cover}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__body{grid-area:1 / 1;position:relative;z-index:1;align-self:end;gap:7px;padding:18px;background:linear-gradient(180deg,#0000,#0d1926bd);color:#fff}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo h3{color:#fff;font-size:clamp(1.05rem,1.5vw,1.75rem);text-shadow:0 1px 8px rgb(0 0 0 / .3)}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__text{display:none;max-width:520px;color:#ffffffe6}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child .sunco-home-promo__text,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(6) .sunco-home-promo__text{display:block}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__label{color:#fff;text-shadow:0 1px 8px rgb(0 0 0 / .3)}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(n+2):nth-child(-n+5) .sunco-home-promo__body{padding:14px}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(n+2):nth-child(-n+5) .sunco-home-promo h3{font-size:1.05rem}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(n+2):nth-child(-n+5) .sunco-home-promo__label{display:none}.sunco-home-products__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.sunco-home-products__tab{min-height:42px;padding:10px 18px;border:1px solid var(--sunco-home-border);border-radius:999px;background:#fff;color:var(--sunco-home-ink);cursor:pointer;font-family:var(--font-subheading--family);font-weight:800}.sunco-home-products__tab[aria-selected=true]{border-color:var(--sunco-home-blue);background:var(--sunco-home-blue);color:#fff}.sunco-home-products__panel[hidden]{display:none}.sunco-home-products__slider{--sunco-home-products-slider-gap: 18px;position:relative}.sunco-home-products__viewport{margin-inline:-2px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;scroll-padding-inline:2px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sunco-home-products__viewport::-webkit-scrollbar{display:none}.sunco-home-products__viewport:focus-visible{outline:2px solid var(--sunco-home-blue);outline-offset:4px}.sunco-home-products__grid{display:flex;gap:var(--sunco-home-products-slider-gap);grid-template-columns:none;align-items:stretch}.sunco-home-products__slider .sunco-plp-card{flex:0 0 var(--sunco-home-products-card-basis-desktop, 25%);max-width:var(--sunco-home-products-card-basis-desktop, 25%);min-width:0;scroll-snap-align:start}.sunco-home-products__arrow{position:absolute;inset-block-start:50%;z-index:3;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--sunco-home-border);border-radius:999px;background:#fff;color:var(--sunco-home-ink);box-shadow:0 12px 28px #1723311f;cursor:pointer;transform:translateY(-50%);transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.sunco-home-products__arrow--prev{inset-inline-start:-12px}.sunco-home-products__arrow--next{inset-inline-end:-12px}.sunco-home-products__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.sunco-home-products__arrow:hover,.sunco-home-products__arrow:focus-visible{border-color:var(--sunco-home-blue);color:var(--sunco-home-blue);outline:none;box-shadow:0 16px 34px #17233129;transform:translateY(-50%) scale(1.04)}.sunco-home-products__arrow:disabled{opacity:0;pointer-events:none}@media screen and (min-width:750px)and (max-width:989px){.sunco-home-products{--sunco-home-products-columns: var(--sunco-home-products-tablet-columns, 2) !important}}@media screen and (min-width:990px)and (max-width:1349px){.sunco-home-products{--sunco-home-products-columns: var(--sunco-home-products-laptop-columns, 4) !important}}@media screen and (min-width:990px)and (max-width:1349px){.sunco-home-products__slider .sunco-plp-card{flex-basis:var(--sunco-home-products-card-basis-laptop, 25%);max-width:var(--sunco-home-products-card-basis-laptop, 25%)}}@media screen and (min-width:750px)and (max-width:989px){.sunco-home-products__slider .sunco-plp-card{flex-basis:var(--sunco-home-products-card-basis-tablet, 50%);max-width:var(--sunco-home-products-card-basis-tablet, 50%)}}.sunco-home-products .sunco-plp-card{height:100%}.sunco-home-blog-grid{display:grid;grid-template-columns:repeat(var(--sunco-home-blog-columns, 3),minmax(0,1fr));gap:18px}.sunco-home-blog-card{position:relative;overflow:hidden;border:1px solid var(--sunco-home-border);border-radius:var(--sunco-home-radius);background:#fff;color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sunco-home-blog-card:hover,.sunco-home-blog-card:focus-visible{border-color:rgb(var(--sunco-home-blue-rgb) / .55);box-shadow:0 18px 40px #17233117;outline:none;transform:translateY(-2px)}.sunco-home-blog-card__media{position:relative;display:block;aspect-ratio:16 / 9;background:var(--sunco-home-soft)}.sunco-home-blog-card__media img,.sunco-home-blog-card__media svg{display:block;width:100%;height:100%}.sunco-home-blog-card__media img{object-fit:cover}.sunco-home-blog-card:not(:has(.sunco-home-blog-card__media)) .sunco-home-blog-card__body{position:static;min-height:180px;background:transparent;color:inherit}.sunco-home-blog-card__body{position:absolute;inset:auto 0 0;z-index:1;display:block;padding:clamp(18px,2vw,28px);background:linear-gradient(180deg,#0000,#0d1926c7);color:#fff}.sunco-home-blog-card__body h3{max-width:18em;color:inherit;font-size:clamp(1.05rem,1.45vw,1.5rem);line-height:1.08}.sunco-home-blog-card__excerpt{display:none;margin:10px 0 0;color:var(--sunco-home-muted);font-size:15px;line-height:1.5}.sunco-home-brand{background:linear-gradient(135deg,rgb(var(--sunco-home-blue-rgb) / .08),#fdbb1514),#fff}.sunco-home-brand__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:36px;align-items:center;padding:clamp(28px,4vw,52px);border:1px solid var(--sunco-home-border);border-radius:20px;background:#ffffffc7}.sunco-home-brand__text{margin-top:16px;color:#31404d;font-size:17px;line-height:1.65}.sunco-home-brand__text p{margin:0 0 1em}.sunco-home-brand__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.sunco-home-section--header-center .sunco-home-brand__copy{max-width:860px;margin-inline:auto;text-align:center}.sunco-home-section--header-center .sunco-home-brand__actions{justify-content:center}.sunco-home-brand__proof{display:grid;gap:14px}.sunco-home-brand__proof-item{padding:18px;border:1px solid var(--sunco-home-border);border-radius:var(--sunco-home-radius);background:#fff}.sunco-home-brand__proof-item strong{display:block;color:var(--sunco-home-ink);font-family:var(--font-subheading--family);font-size:18px;font-weight:800;line-height:1.2}.sunco-home-brand__proof-item span{display:block;margin-top:6px;color:var(--sunco-home-muted);font-size:14px;line-height:1.45}@media screen and (max-width:989px){.sunco-home-section__header{align-items:start;flex-direction:column}.sunco-home-section--header-center .sunco-home-section__header{align-items:center}.sunco-home-card-grid,.sunco-home-promo-grid,.sunco-home-blog-grid{grid-template-columns:repeat(var(--sunco-home-mobile-columns, 2),minmax(0,1fr))}.sunco-home-card-grid--icon .sunco-home-card{flex-direction:column}.sunco-home-brand__panel{grid-template-columns:1fr}.sunco-home-promo-grid--banner-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"feature feature" "panel slim" "eclipse electrical" "grow grow";grid-template-rows:clamp(170px,35vw,240px) repeat(2,clamp(150px,28vw,210px)) auto}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(6){grid-row:span 1}}@media screen and (min-width:750px)and (max-width:989px){.sunco-home-card-grid--category{grid-template-columns:repeat(var(--sunco-home-category-tablet-columns, 3),minmax(0,1fr))}.sunco-home-card-grid--image{grid-template-columns:repeat(var(--sunco-home-image-tablet-columns, 2),minmax(0,1fr))}.sunco-home-card-grid--logo{grid-template-columns:repeat(var(--sunco-home-logo-tablet-columns, 3),minmax(0,1fr))}.sunco-home-card-grid--icon{grid-template-columns:repeat(var(--sunco-home-icon-tablet-columns, 2),minmax(0,1fr))}}@media screen and (max-width:749px){.sunco-home-section__inner{padding:var(--sunco-home-padding-block-start-mobile, 34px) 20px var(--sunco-home-padding-block-end-mobile, 34px)}.sunco-home-section__header{margin-bottom:18px}.sunco-home-section__body{font-size:15px}.sunco-home-card-grid--category .sunco-home-card{min-height:154px}.sunco-home-card-grid--category .sunco-home-card__media{width:min(78%,122px);height:122px;margin-top:0}.sunco-home-card-grid--category h3{font-size:13px}.sunco-home-card-grid-section:has(.sunco-home-card-grid--category) .sunco-home-section__header{margin-bottom:22px}.sunco-home-card-grid-section:has(.sunco-home-card-grid--category) h2{font-size:17px}.sunco-home-card-grid--image,.sunco-home-blog-grid{--sunco-home-mobile-columns: 1}.sunco-home-promo-grid:not(.sunco-home-promo-grid--banner-mosaic){--sunco-home-mobile-columns: 1}.sunco-home-promo-grid--banner-mosaic{grid-template-columns:1fr;grid-template-areas:none;grid-auto-rows:auto;grid-template-rows:none}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(n){grid-area:auto;grid-column:auto;grid-row:auto;min-height:178px}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child{min-height:260px}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(6){grid-column:auto;grid-row:auto}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__body{padding:14px}.sunco-home-promo-grid--banner-mosaic .sunco-home-promo__text,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:first-child .sunco-home-promo__text,.sunco-home-promo-grid--banner-mosaic .sunco-home-promo:nth-child(6) .sunco-home-promo__text{display:none}.sunco-home-card-grid--icon{--sunco-home-mobile-columns: 1}.sunco-home-card-grid--icon .sunco-home-card{gap:14px;padding:20px}.sunco-home-products__tabs{flex-wrap:nowrap;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.sunco-home-products__tab{flex:0 0 auto}.sunco-home-products__slider{--sunco-home-products-slider-gap: 12px}.sunco-home-products__viewport{margin-inline:-20px;padding-inline:20px;scroll-padding-inline:20px}.sunco-home-products__arrow{display:none}.sunco-home-products__slider .sunco-plp-card{flex:0 0 clamp(250px,72vw,290px);align-self:stretch;width:clamp(250px,72vw,290px);max-width:clamp(250px,72vw,290px);height:auto}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card{display:grid;grid-template-areas:none;grid-template-columns:1fr;grid-template-rows:auto minmax(46px,auto) minmax(62px,auto) auto minmax(94px,1fr) 38px 30px;gap:7px;padding:12px}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card--spec-empty{grid-template-areas:none;grid-template-columns:1fr}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__body,.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__summary,.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__purchase{display:contents}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__media{grid-area:auto;grid-row:1}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__image-frame,.sunco-home-products .sunco-plp-products--grid .sunco-plp-card--spec-empty .sunco-plp-card__image-frame{max-width:100%;margin-inline:0}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__swatch-row,.sunco-home-products .sunco-plp-products--grid .sunco-plp-card--spec-empty .sunco-plp-card__swatch-row{grid-area:auto;grid-row:2;flex-direction:column;align-self:start;align-items:flex-start;justify-content:flex-start;min-height:46px;gap:3px;margin-block:0}.sunco-home-products .sunco-plp-products--grid .sunco-plp-swatches__list{justify-content:flex-start;gap:5px}.sunco-home-products .sunco-plp-products--grid [data-sunco-grid-hidden]{display:none}.sunco-home-products .sunco-plp-products--grid .sunco-plp-swatches__more--default{display:block}.sunco-home-products .sunco-plp-products--grid .sunco-plp-swatches__more--mobile-grid{display:none}.sunco-home-products .sunco-plp-products--grid .sunco-plp-swatch{width:30px;height:30px;border-radius:8px}.sunco-home-products .sunco-plp-products--grid .sunco-plp-swatch span{border-radius:6px}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__selected-option,.sunco-home-products .sunco-plp-products--grid .sunco-plp-card--spec-empty .sunco-plp-card__selected-option{width:100%;overflow:hidden;font-size:.71875rem;line-height:1.2;text-align:left;text-overflow:ellipsis;white-space:nowrap}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__identity{grid-area:auto;grid-row:3;display:grid;align-content:start;min-width:0}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__title{display:-webkit-box;overflow:hidden;font-size:.8125rem;font-weight:600;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__price{grid-area:auto;grid-row:4;align-self:start;inset-block-start:0;margin-block:3px 0}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__price-main{font-size:1.15rem}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__specs{grid-area:auto;grid-row:5;align-self:start;min-height:0;gap:4px;margin-block-start:6px}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__specs ul{gap:3px}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__specs li{gap:5px;font-size:.72rem;line-height:1.25}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__button{grid-area:auto;grid-row:6;align-self:end;min-width:0;min-height:38px;height:38px;padding-inline:10px;font-size:.8125rem}.sunco-home-products .sunco-plp-products--grid .sunco-plp-card__purchase .sunco-compare-control--card{grid-area:auto;grid-row:7;grid-column:1;position:static;z-index:auto;align-self:center;justify-self:center;margin:0}.sunco-home-brand__panel{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/367/assets/sunco-home.css.map */
