.home-category-section{background:#fff;padding:var(--home-category-pt, 24px) var(--home-category-px, 20px) var(--home-category-pb, 20px)}.home-category-section__inner{max-width:1240px;margin:0 auto}.home-category-section__header{text-align:center;margin-bottom:18px}.home-category-section__heading{margin:0 0 8px;font-size:30px;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--ss-dark, #2a2a2a)}.home-category-section__subtext{max-width:760px;margin:0 auto;font-size:15px;line-height:1.55;color:#6b7280}.home-category-section__subtext p{margin:0}.home-category-section .mobile-text{display:none}.home-category-section .desktop-text{display:inline}.home-category-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(3,1fr);column-gap:4px;row-gap:10px;align-items:stretch;height:560px}.home-category-card{position:relative;display:flex;flex-direction:column;min-height:0;height:100%;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.04);text-decoration:none;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;will-change:transform}.home-category-card:hover{border-color:#e3061338;box-shadow:0 14px 32px #0000001a;transform:translateY(-3px)}.home-category-card:nth-child(1){grid-column:1 / 2;grid-row:1 / 4;transform:scaleX(.95);transform-origin:left center}.home-category-card:nth-child(1):hover{transform:scaleX(.95) translateY(-3px)}.home-category-card:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.home-category-card:nth-child(3){grid-column:2 / 3;grid-row:2 / 3}.home-category-card:nth-child(4){grid-column:2 / 3;grid-row:3 / 4}.home-category-card__image-wrap{position:relative;overflow:hidden;background:#f5f5f5}.home-category-card__image{display:block;width:100%;height:100%;transition:transform .45s ease}.home-category-card:hover .home-category-card__image{transform:scale(1.04)}.home-category-card:nth-child(1) .home-category-card__image-wrap{flex:1 1 auto;min-height:100%;background:#eef2f5}.home-category-card:nth-child(1) .home-category-card__image{object-fit:cover;object-position:center center}.home-category-card:nth-child(1) .home-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000094,#0003 46%,#0000000d 78%);z-index:1;pointer-events:none}.home-category-card:nth-child(1) .home-category-card__content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px 24px 22px;color:#fff;background:none}.home-category-card:nth-child(1) .home-category-card__title{margin:0 0 10px;color:#fff;font-size:32px;line-height:1.06;font-weight:800;letter-spacing:-.03em;text-shadow:0 2px 10px rgba(0,0,0,.28)}.home-category-card:nth-child(1) .home-category-card__desc{margin:0 0 16px;max-width:430px;color:#fffffff2;font-size:15px;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.22)}.home-category-card:nth-child(1) .home-category-card__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#fff;color:var(--ss-dark, #2a2a2a);font-size:13px;line-height:1;font-weight:700;box-shadow:0 4px 14px #0000001f;transition:background-color .22s ease,color .22s ease,transform .22s ease}.home-category-card:nth-child(1) .home-category-card__cta:after{content:"\2192";margin-left:8px;line-height:1;transition:transform .22s ease}.home-category-card:nth-child(1):hover .home-category-card__cta{background:var(--ss-red, #e30613);color:#fff;transform:translateY(-1px)}.home-category-card:nth-child(1):hover .home-category-card__cta:after{transform:translate(3px)}.home-category-card:nth-child(2),.home-category-card:nth-child(3),.home-category-card:nth-child(4){position:relative;background:#f7f7f7}.home-category-card:nth-child(2) .home-category-card__image-wrap,.home-category-card:nth-child(3) .home-category-card__image-wrap,.home-category-card:nth-child(4) .home-category-card__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f7f7,#f2f4f6);padding:6px}.home-category-card:nth-child(2) .home-category-card__image,.home-category-card:nth-child(3) .home-category-card__image,.home-category-card:nth-child(4) .home-category-card__image{width:100%;height:100%;object-fit:cover;object-position:center 40%}.home-category-card:nth-child(2):after,.home-category-card:nth-child(3):after,.home-category-card:nth-child(4):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#00000075,#0000002e,#0000000a 78%),linear-gradient(to right,#00000014,#0000 22% 78%,#0000000f);z-index:1;pointer-events:none}.home-category-card:nth-child(2) .home-category-card__content,.home-category-card:nth-child(3) .home-category-card__content,.home-category-card:nth-child(4) .home-category-card__content{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:4px;padding:12px;background:none}.home-category-card:nth-child(2) .home-category-card__title,.home-category-card:nth-child(3) .home-category-card__title,.home-category-card:nth-child(4) .home-category-card__title{margin:0;font-size:18px;line-height:1.12;font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.36)}.home-category-card:nth-child(2) .home-category-card__desc,.home-category-card:nth-child(3) .home-category-card__desc,.home-category-card:nth-child(4) .home-category-card__desc{margin:0;font-size:12px;line-height:1.35;color:#fffffff2;max-width:85%;text-shadow:0 1px 8px rgba(0,0,0,.28)}.home-category-card:nth-child(2) .home-category-card__cta,.home-category-card:nth-child(3) .home-category-card__cta,.home-category-card:nth-child(4) .home-category-card__cta{position:relative;margin-top:4px;display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1.2;font-weight:700;color:#fff;opacity:.98;text-shadow:0 1px 6px rgba(0,0,0,.22);transition:all .22s ease}.home-category-card:nth-child(2) .home-category-card__cta:after,.home-category-card:nth-child(3) .home-category-card__cta:after,.home-category-card:nth-child(4) .home-category-card__cta:after{content:"\2192";font-size:12px;line-height:1;transition:transform .22s ease}.home-category-card:nth-child(2):hover .home-category-card__cta:after,.home-category-card:nth-child(3):hover .home-category-card__cta:after,.home-category-card:nth-child(4):hover .home-category-card__cta:after{transform:translate(3px)}@media(max-width:990px){.home-category-section{padding:32px 20px}.home-category-section__heading{font-size:26px}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;gap:14px;height:auto}.home-category-card:nth-child(1),.home-category-card:nth-child(2),.home-category-card:nth-child(3),.home-category-card:nth-child(4){grid-column:auto;grid-row:auto;width:100%;transform:none;justify-self:stretch;position:relative;min-height:unset;height:auto}.home-category-card:nth-child(1):hover{transform:translateY(-3px)}.home-category-card:nth-child(1){min-height:380px}.home-category-card:nth-child(1) .home-category-card__title{font-size:26px}.home-category-card:nth-child(2):after,.home-category-card:nth-child(3):after,.home-category-card:nth-child(4):after{display:none}.home-category-card:nth-child(2) .home-category-card__image-wrap,.home-category-card:nth-child(3) .home-category-card__image-wrap,.home-category-card:nth-child(4) .home-category-card__image-wrap{position:relative;inset:auto;padding:8px;aspect-ratio:16 / 8}.home-category-card:nth-child(2) .home-category-card__content,.home-category-card:nth-child(3) .home-category-card__content,.home-category-card:nth-child(4) .home-category-card__content{position:relative;left:auto;right:auto;bottom:auto;background:#fff;padding:12px 14px 14px;gap:5px}.home-category-card:nth-child(2) .home-category-card__title,.home-category-card:nth-child(3) .home-category-card__title,.home-category-card:nth-child(4) .home-category-card__title{color:var(--ss-dark, #2a2a2a);font-size:17px;text-shadow:none}.home-category-card:nth-child(2) .home-category-card__desc,.home-category-card:nth-child(3) .home-category-card__desc,.home-category-card:nth-child(4) .home-category-card__desc{color:#666;max-width:100%;font-size:13px;text-shadow:none}.home-category-card:nth-child(2) .home-category-card__cta,.home-category-card:nth-child(3) .home-category-card__cta,.home-category-card:nth-child(4) .home-category-card__cta{color:var(--ss-blue, #1f7dba);font-size:13px;text-shadow:none}.home-category-card:nth-child(2) .home-category-card__cta:after,.home-category-card:nth-child(3) .home-category-card__cta:after,.home-category-card:nth-child(4) .home-category-card__cta:after{font-size:13px}}@media(max-width:767px){.home-category-section{padding:22px 16px}.home-category-section__header{margin-bottom:14px}.home-category-section__heading{font-size:22px;line-height:1.1;margin:0 0 6px;letter-spacing:-.02em}.home-category-section__subtext{font-size:13px;line-height:1.4;max-width:320px}.home-category-section .desktop-text{display:none!important}.home-category-section .mobile-text{display:inline!important}.home-category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;height:auto!important}.home-category-card,.home-category-card:nth-child(1),.home-category-card:nth-child(2),.home-category-card:nth-child(3),.home-category-card:nth-child(4){grid-column:auto!important;grid-row:auto!important;width:100%!important;min-height:unset!important;height:auto!important;aspect-ratio:1 / 1.08!important;transform:none!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-self:stretch!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(41,146,255,.1)!important;box-shadow:0 6px 16px #143a5f0d!important}.home-category-card:hover,.home-category-card:nth-child(1):hover{transform:translateY(-2px)!important}.home-category-card:after,.home-category-card:nth-child(1) .home-category-card__overlay,.home-category-card:nth-child(2):after,.home-category-card:nth-child(3):after,.home-category-card:nth-child(4):after,.home-category-card__badge{display:none!important;content:none!important}.home-category-card .home-category-card__image-wrap,.home-category-card:nth-child(1) .home-category-card__image-wrap,.home-category-card:nth-child(2) .home-category-card__image-wrap,.home-category-card:nth-child(3) .home-category-card__image-wrap,.home-category-card:nth-child(4) .home-category-card__image-wrap{order:1!important;position:relative!important;inset:auto!important;width:100%!important;flex:1 1 auto!important;min-height:0!important;padding:0!important;background:linear-gradient(180deg,#f7fbff,#fff)!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important}.home-category-card .home-category-card__image,.home-category-card:nth-child(1) .home-category-card__image,.home-category-card:nth-child(2) .home-category-card__image,.home-category-card:nth-child(3) .home-category-card__image,.home-category-card:nth-child(4) .home-category-card__image{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;transform:none!important}.home-category-card .home-category-card__content,.home-category-card:nth-child(1) .home-category-card__content,.home-category-card:nth-child(2) .home-category-card__content,.home-category-card:nth-child(3) .home-category-card__content,.home-category-card:nth-child(4) .home-category-card__content{order:2!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;z-index:2!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:6px!important;padding:12px 14px 14px!important;background:#fff!important;border-top:1px solid rgba(41,146,255,.08)!important}.home-category-card .home-category-card__content:before{content:"Category";display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 8px;border-radius:999px;background:#eef6ff;color:#2992ff;font-size:8px;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.home-category-card:nth-child(1) .home-category-card__content:before{content:"Featured"}.home-category-card:nth-child(2) .home-category-card__content:before{content:"Install"}.home-category-card:nth-child(3) .home-category-card__content:before{content:"Pro"}.home-category-card:nth-child(4) .home-category-card__content:before{content:"Essentials"}.home-category-card .home-category-card__title,.home-category-card:nth-child(1) .home-category-card__title,.home-category-card:nth-child(2) .home-category-card__title,.home-category-card:nth-child(3) .home-category-card__title,.home-category-card:nth-child(4) .home-category-card__title{margin:0!important;color:#163a5f!important;font-size:15px!important;line-height:1.18!important;font-weight:700!important;letter-spacing:-.01em!important;text-shadow:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.2em!important}.home-category-card .home-category-card__desc,.home-category-card:nth-child(1) .home-category-card__desc,.home-category-card:nth-child(2) .home-category-card__desc,.home-category-card:nth-child(3) .home-category-card__desc,.home-category-card:nth-child(4) .home-category-card__desc{display:none!important}.home-category-card .home-category-card__cta,.home-category-card:nth-child(1) .home-category-card__cta,.home-category-card:nth-child(2) .home-category-card__cta,.home-category-card:nth-child(3) .home-category-card__cta,.home-category-card:nth-child(4) .home-category-card__cta{margin-top:0!important;padding:0!important;min-height:auto!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fd1515!important;font-size:10px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:.03em!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;gap:4px!important;text-shadow:none!important;opacity:1!important}.home-category-card .home-category-card__cta:after,.home-category-card:nth-child(1) .home-category-card__cta:after,.home-category-card:nth-child(2) .home-category-card__cta:after,.home-category-card:nth-child(3) .home-category-card__cta:after,.home-category-card:nth-child(4) .home-category-card__cta:after{content:"\2192"!important;display:inline-block!important;font-size:10px!important;line-height:1!important;margin-left:0!important}}.home-category-section--deferred{opacity:0;transform:translateY(18px);transition:opacity .38s ease,transform .38s ease}.home-category-section--visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/66/assets/section-home-category-featured.css.map */
