.pnw-product-rail-wrap{position:relative}.pnw-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 24px}.pnw-product-rail::-webkit-scrollbar{display:none}.pnw-rail-controls{display:flex;align-items:center;gap:8px}.pnw-rail-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--pnw-line);background:#fff;color:var(--pnw-navy-900);cursor:pointer;box-shadow:var(--pnw-shadow-sm)}.pnw-rail-btn:hover{background:var(--pnw-navy-900);color:#fff;border-color:var(--pnw-navy-900)}.pnw-rail-btn svg{width:19px;height:19px}.pnw-product-card{position:relative;min-width:0;height:100%;display:flex;flex-direction:column;scroll-snap-align:start;border-radius:16px;background:#fff;border:1px solid var(--pnw-line);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.pnw-product-card:hover{transform:translateY(-5px);border-color:#cbdcf4;box-shadow:var(--pnw-shadow-md)}.pnw-product-card__badges{position:absolute;z-index:3;top:12px;left:12px;right:12px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;pointer-events:none}.pnw-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:7px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.pnw-badge--blue{background:var(--pnw-blue-600);color:#fff}.pnw-badge--yellow{background:var(--pnw-yellow-400);color:var(--pnw-navy-950)}.pnw-badge--green{background:#e2f8ef;color:#08734a}.pnw-badge--red{background:#fff0f0;color:#b42318}.pnw-product-card__media{position:relative;aspect-ratio:1 / .82;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#fbfcfe);border-bottom:1px solid #edf0f4;overflow:hidden}.pnw-product-card__media img{width:86%;height:86%;object-fit:contain;transition:transform .35s ease}.pnw-product-card:hover .pnw-product-card__media img{transform:scale(1.06)}.pnw-product-card__placeholder{width:68px;height:68px;color:#aeb9c8}.pnw-product-card__quickview{position:absolute;right:11px;bottom:11px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fffffff0;color:var(--pnw-blue-700);border:1px solid var(--pnw-line);box-shadow:var(--pnw-shadow-sm);opacity:0;transform:translateY(7px);transition:.25s ease}.pnw-product-card:hover .pnw-product-card__quickview{opacity:1;transform:translateY(0)}.pnw-product-card__quickview svg{width:18px;height:18px}.pnw-product-card__body{flex:1;display:flex;flex-direction:column;padding:16px}.pnw-product-card__vendor{color:var(--pnw-blue-700);font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.pnw-product-card__title{margin:8px 0 0;font-size:13px;line-height:1.38;font-weight:740;min-height:54px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pnw-product-card__title:hover{color:var(--pnw-blue-700)}.pnw-product-card__sku{margin-top:10px;color:var(--pnw-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pnw-product-card__availability{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:10px;font-weight:750;color:var(--pnw-green-500)}.pnw-product-card__availability:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #16a66a1a}.pnw-product-card__availability.is-order{color:#b26a00}.pnw-product-card__availability.is-unavailable{color:var(--pnw-red-500)}.pnw-product-card__price-area{margin-top:auto;padding-top:16px}.pnw-product-card__compare{min-height:16px;color:#98a2b3;font-size:10px;text-decoration:line-through}.pnw-product-card__price{display:flex;align-items:baseline;gap:6px;font-size:21px;line-height:1;font-weight:900;letter-spacing:-.035em;color:var(--pnw-navy-950)}.pnw-product-card__price small{color:var(--pnw-muted);font-size:9px;font-weight:650;letter-spacing:0}.pnw-product-card__actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:14px}.pnw-product-card__actions form{display:contents}.pnw-card-button{min-height:42px;border:0;border-radius:10px;background:var(--pnw-blue-600);color:#fff;font-weight:850;font-size:11px;cursor:pointer}.pnw-card-button:hover{background:var(--pnw-blue-700)}.pnw-card-button:disabled{background:#c6ced9;cursor:not-allowed}.pnw-card-details{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--pnw-line);border-radius:10px;background:#fff;color:var(--pnw-navy-900)}.pnw-card-details:hover{border-color:var(--pnw-blue-600);color:var(--pnw-blue-600)}.pnw-card-details svg{width:18px;height:18px}.pnw-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.pnw-promo-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.pnw-promo-card{position:relative;min-height:330px;padding:38px;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(130deg,#0a1a35,#0b4eb8);box-shadow:var(--pnw-shadow-md)}.pnw-promo-card--cyan{background:linear-gradient(130deg,#052f45,#0682ad)}.pnw-promo-card:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-150px;top:-210px;background:#ffffff1f}.pnw-promo-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:40px;bottom:-180px;border:1px solid rgba(255,255,255,.22)}.pnw-promo-card__content{position:relative;z-index:2;max-width:620px}.pnw-promo-card__label{display:inline-flex;padding:8px 11px;border-radius:8px;background:var(--pnw-yellow-400);color:var(--pnw-navy-950);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.pnw-promo-card h3{font-size:clamp(30px,3vw,50px);line-height:1.05;letter-spacing:-.04em;margin:20px 0 14px}.pnw-promo-card p{max-width:520px;color:#ffffffc7;line-height:1.65}.pnw-promo-card .pnw-btn{margin-top:18px}.pnw-promo-visual{position:absolute;z-index:1;right:3%;top:50%;transform:translateY(-50%);width:36%;height:80%;display:grid;place-items:center;opacity:.92}.pnw-promo-visual img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 25px 22px rgba(0,0,0,.25))}.pnw-promo-visual svg{width:150px;height:150px;opacity:.55}.pnw-brand-rail{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.pnw-brand{min-height:84px;display:flex;align-items:center;justify-content:center;padding:14px;background:#fff;border:1px solid var(--pnw-line);border-radius:14px;color:#344054;font-weight:900;letter-spacing:-.02em;transition:.2s ease}.pnw-brand:hover{color:var(--pnw-blue-700);border-color:#bed5f4;transform:translateY(-3px);box-shadow:var(--pnw-shadow-sm)}.pnw-b2b{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:48px 56px;border-radius:28px;background:linear-gradient(120deg,var(--pnw-navy-950),#0d2e66);color:#fff;box-shadow:var(--pnw-shadow-lg)}.pnw-b2b:after{content:"";position:absolute;right:-180px;top:-260px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,255,.24),transparent 68%)}.pnw-b2b__copy{position:relative;z-index:2;max-width:900px}.pnw-b2b h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.03;letter-spacing:-.04em}.pnw-b2b p{max-width:760px;color:#ffffffba;line-height:1.6;margin:14px 0 0}.pnw-b2b__actions{position:relative;z-index:2;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pnw-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pnw-service-card{padding:27px;border-radius:18px;background:#fff;border:1px solid var(--pnw-line)}.pnw-service-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eef5ff;color:var(--pnw-blue-700)}.pnw-service-card__icon svg{width:25px;height:25px}.pnw-service-card h3{margin:18px 0 8px;font-size:16px}.pnw-service-card p{margin:0;color:var(--pnw-muted);font-size:12px;line-height:1.6}
/*# sourceMappingURL=/cdn/shop/t/23/assets/powernet-wow-cards.css.map */
