:root{--pp-primary:#3286B2;--pp-dark:#151515;--pp-dark-2:#1E1E1E;--pp-light:#FFFFFF;--pp-light-2:#F5F7F9;--pp-border:#DDE3E8;--pp-border-dark:#2E2E2E;--pp-text:#151515;--pp-text-light:#6F7782;--pp-radius:16px;--pp-transition:.25s ease;--pp-max-width:1400px}.power-pack-section{background:#f8f8f8;padding:20px 0}.power-pack-container{max-width:var(--pp-max-width);margin:auto;padding:0 24px;padding-bottom:2rem}.power-pack-header{max-width:760px;margin:0 auto 2rem;text-align:center;padding-bottom:0}.power-pack-kicker{color:var(--pp-primary);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px}.power-pack-title{color:var(--pp-text);font-size:38px;line-height:1.15;font-weight:800;margin-bottom:18px}.power-pack-description{color:var(--pp-text-light);font-size:18px;line-height:1.75;margin:0}.pp-divider{width:90px;height:3px;background:var(--pp-primary);margin:36px auto 60px;border-radius:20px}.pp-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:2rem}.pp-spec-card{background:#fff;border:1px solid var(--pp-border);border-top:4px solid var(--pp-primary);border-radius:14px;padding:18px 20px;min-height:120px;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:var(--pp-transition)}.pp-spec-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.pp-spec-value{color:var(--pp-text);font-size:30px;font-weight:800;margin-bottom:10px}.pp-spec-label{color:var(--pp-text-light);font-size:11px;letter-spacing:1.5px;text-transform:uppercase}.pp-components{background:var(--pp-dark)}.pp-components .power-pack-title{color:#fff}.pp-components .power-pack-description{color:#b5b5b5}.pp-components-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pp-component-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0000002e;transition:var(--pp-transition)}.pp-component-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000040}.pp-component-card a{display:block;text-decoration:none;color:inherit}.pp-component-image{overflow:hidden}.pp-component-image__img{width:100%;display:block;transition:.35s ease}.pp-component-card:hover .pp-component-image__img{transform:scale(1.03)}.pp-component-content{padding:22px}.pp-component-badge{display:inline-block;color:var(--pp-primary);font-size:11px;font-weight:800;letter-spacing:1.5px;margin-bottom:14px}.pp-component-title{margin:0;color:var(--pp-text);font-size:20px;line-height:1.35}.pp-component-vendor{margin-top:10px;color:var(--pp-text-light);font-size:14px}.pp-empty-state{text-align:center;color:#b5b5b5;padding:40px}@media(max-width:991px){.pp-spec-grid,.pp-components-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.power-pack-section{padding:50px 0}.power-pack-title{font-size:30px}.power-pack-description{font-size:16px}.pp-spec-grid,.pp-components-grid{grid-template-columns:1fr}}.pp-specifications{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pp-spec-row{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;border-bottom:1px solid #EFEFEF}.pp-spec-row:last-child{border-bottom:none}.pp-spec-row span{color:#666;font-size:15px}.pp-spec-row strong{color:#111;font-size:16px;font-weight:700}@media(max-width:767px){.pp-spec-row{flex-direction:column;align-items:flex-start;gap:8px}}.pp-hero{padding:70px 0;background:#111}.pp-hero-grid{display:grid;grid-template-columns:65% 35%;gap:80px;align-items:center}.pp-hero-image{aspect-ratio:16 / 10;overflow:hidden;border-radius:18px}.pp-hero-img{width:100%;height:100%;object-fit:cover;display:block}.pp-hero-content{color:#fff}.pp-hero .power-pack-kicker{margin-bottom:18px}.pp-hero-title{color:#fff;font-size:48px;line-height:1.1;max-width:520px;font-weight:800;margin-bottom:24px}.pp-hero-subtitle{color:#c7c7c7;font-size:18px;line-height:1.7;margin-bottom:28px}.pp-hero-badges{display:flex;flex-wrap:wrap;gap:16px}.pp-hero-badges span{background:#1e1e1e;border:1px solid #3286B2;color:#fff;padding:10px 18px;border-radius:999px;font-weight:700}@media(max-width:991px){.pp-hero-grid{grid-template-columns:1fr}.pp-hero-title{font-size:40px}}.pp-hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:38px 0}.pp-hero-feature{background:#1b1b1b;border:1px solid #2F2F2F;border-left:3px solid #3286B2;border-radius:12px;padding:14px 16px;transition:.25s ease}.pp-hero-feature:hover{border-color:#3286b2;transform:translateY(-2px)}.pp-hero-feature-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:6px}.pp-hero-feature-text{color:#afafaf;font-size:13px;line-height:1.4}@media(max-width:767px){.pp-hero-features{grid-template-columns:1fr}}.pp-hero-highlights{display:flex;flex-direction:column;gap:18px;margin:26px 0 34px}.pp-hero-highlight{display:flex;align-items:center;gap:14px;color:#fff;font-size:18px;font-weight:600}.pp-hero-check{color:var(--pp-primary);font-size:22px;font-weight:700;flex-shrink:0}.pp-build-row-link{display:block;text-decoration:none;color:inherit}.pp-build-row{background:#fff;border:1px solid #E6E6E6;border-radius:14px;padding:22px 24px;transition:.25s ease;margin-bottom:16px}.pp-build-row:hover{border-color:#3286b2;box-shadow:0 12px 30px #00000014;transform:translateY(-2px)}.pp-build-row-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px}.pp-build-component{font-size:20px;font-weight:700;color:#111}.pp-build-product{font-size:17px;font-weight:600;color:#222;margin-bottom:8px}.pp-build-variant{color:#666;font-weight:500}.pp-build-comment{color:#666;line-height:1.6;font-size:15px}.pp-build-status{padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap}.pp-build-status--included{background:#3286b2;color:#fff}.pp-build-status--required{background:#f59e0b;color:#fff}.pp-build-status--recommended{background:#16a34a;color:#fff}.pp-build-status--optional{background:#fff;border:1px solid #999;color:#666}.pp-build-status--reuse-oem{background:#ececec;color:#555}.pp-build-status--not-used{background:#f5f5f5;color:#999}.pp-included-products{margin:30px 0;padding:24px;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:10px}.pp-included-products h3{margin:0 0 18px;font-size:20px;font-weight:700;color:#111}.pp-included-products ul{margin:0;padding:0;list-style:none}.pp-included-products li{position:relative;padding-left:26px;margin-bottom:16px}.pp-included-products li:last-child{margin-bottom:0}.pp-included-products li:before{content:"\2713";position:absolute;left:0;top:1px;color:#3286b2;font-weight:700}.pp-included-products a{color:#111;text-decoration:none;transition:.2s}.pp-included-products a:hover{color:#3286b2}.pp-variant{margin-top:3px;font-size:13px;color:#7a7a7a}.pp-summary-panel{max-width:760px;width:100%;background:#fafafa;border:1px solid #e7e7e7;border-radius:10px;padding:30px;margin:40px auto;box-sizing:border-box}.pp-summary-kicker{color:#3286b2;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;margin-bottom:28px}.pp-summary-description{color:#000;font-size:1.05rem;line-height:1.9;margin:0 0 42px}.pp-summary-divider{border:0;border-top:1px solid #e4e4e4;margin:32px 0}.pp-summary-section-header{margin:32px 0 24px;padding-top:0;border-top:none;color:#3286b2;text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:700}.pp-summary-list{list-style:none;margin:0;padding:0}.pp-summary-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.pp-summary-check{color:#3286b2;font-size:20px;font-weight:700;line-height:1.2;flex-shrink:0}.pp-summary-text{display:flex;flex-direction:column}.pp-summary-vendor{color:#111;font-size:1.08rem;font-weight:700;margin-bottom:4px}.pp-summary-product{color:#6b6b6b;font-size:1rem;line-height:1.6}.product__media-wrapper .pp-summary-panel{font-size:16px}.product__media-wrapper .pp-summary-kicker{font-size:1.5rem;letter-spacing:.3rem}.product__media-wrapper .pp-summary-description{font-size:1.1rem;line-height:1.8}.product__media-wrapper .pp-summary-vendor{font-size:1.15rem;font-weight:700}.product__media-wrapper .pp-summary-product{font-size:1rem;line-height:1.6}.power-pack-summary-wrapper{display:flex;align-items:flex-start;justify-content:center;width:100%}.power-pack-summary-wrapper .pp-summary-panel{width:100%;max-width:720px;margin:0;padding:40px;background:#fff;border:1px solid #e8e8e8;border-radius:12px}.power-pack-summary-wrapper .pp-summary-description{font-size:18px;line-height:1.8;color:#555}.power-pack-summary-wrapper .pp-summary-vendor{font-size:20px;font-weight:700;color:#111}.power-pack-summary-wrapper .pp-summary-product{font-size:16px;line-height:1.6;color:#666}.power-pack-summary-wrapper .pp-summary-item{margin-bottom:26px}.pp-component-card{display:grid;grid-template-columns:72px 1fr auto;gap:18px;align-items:center;padding:18px;margin-bottom:14px;border:1px solid #e7e7e7;border-radius:10px;background:#fff;transition:.2s ease}.pp-component-card:hover{border-color:#3286b2}.pp-component-image img{width:72px;height:72px;object-fit:contain}.pp-component-vendor{font-size:.95rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.2rem}.pp-component-title{margin-top:4px;font-size:17px;font-weight:600;color:#222;line-height:1.4}.pp-component-status{background:#eaf5fc;color:#3286b2;font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px}.product__media-wrapper .pp-summary-panel{font-size:16px;line-height:1.5}.product__media-wrapper .pp-summary-panel *{font-size:inherit}.pp-summary-vendor{font-size:.95rem;font-weight:700}.pp-summary-product{font-size:1rem;line-height:1.5}@media screen and (max-width:989px){.product__media-wrapper .pp-summary-panel{font-size:16px}.pp-summary-item-card{display:flex;align-items:flex-start;gap:16px}.pp-summary-item-content{flex:1;min-width:0}}@media screen and (max-width:989px){.product.grid--2-col-desktop{display:block}.product__media-wrapper,.product__info-wrapper{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.product__media-wrapper{margin-bottom:32px}.pp-summary-panel{background:#f7f8fa;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:100%;box-sizing:border-box}}@media screen and (max-width:989px){.power-pack-summary-wrapper{display:none}}.pp-mobile-summary{display:none}@media screen and (max-width:989px){.pp-mobile-summary{display:block;margin-top:18px}}.pp-specifications-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:48px;max-width:1270px;margin-left:auto;margin-right:auto}.pp-spec-card{background:#111418;border:1px solid #1c2127;border-radius:14px;padding:28px;min-height:95px;color:#fff;display:flex;flex-direction:column;justify-content:center}.pp-spec-card .pp-spec-label{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#3286b2;margin-bottom:18px;text-align:left}.pp-spec-card .pp-spec-value{font-size:2rem;font-weight:700;color:#fff;line-height:1.2;text-align:left}@media screen and (max-width:749px){.pp-specifications-grid{grid-template-columns:1fr;gap:16px}}.power-pack-specifications-section{padding-top:30px}.template-product.power-pack .quantity{display:none}.power-pack-quantity-display{width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600}.power-pack-group{margin-top:12px}.power-pack-group__title{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#3286b2;margin-bottom:8px}.power-pack-remove{padding:0;min-height:auto;border:0;background:transparent;color:#3286b2;font-size:13px;text-decoration:underline}.power-pack-remove:hover{opacity:.75}.pp-recommended-add{margin-left:auto;flex-shrink:0;min-width:78px;padding:8px 16px;border-radius:999px;border:1px solid var(--pp-primary);background:transparent;color:var(--pp-primary);font-size:12px;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:all .2s ease}.pp-recommended-add.is-added{background:#e8f1fb;border-color:#e8f1fb;color:var(--pp-primary)}.power-pack-recommended-badge{margin-top:4px;font-size:9px;color:#3286b2;font-style:italic;font-weight:400;line-height:1}.power-pack-badge{margin-top:4px;font-size:9px;color:#8b9197;font-style:italic;font-weight:400;line-height:1}@media screen and (max-width:749px){.pp-mobile-summary .pp-summary-kicker{font-size:1.5rem;letter-spacing:.3rem;margin-bottom:1.6rem;text-align:center}.pp-mobile-summary .pp-summary-section-header{font-size:2.2rem;letter-spacing:.25rem;text-align:center}}@media screen and (max-width:749px){.pp-mobile-summary .pp-summary-vendor{font-size:1.55rem;font-weight:700;margin-bottom:.6rem}.pp-mobile-summary .pp-summary-product{font-size:1.45rem;line-height:1.6}.pp-mobile-summary .pp-summary-check{font-size:2.4rem}.pp-mobile-summary .pp-summary-kicker{font-size:1.5rem;letter-spacing:.3rem;margin-bottom:1.6rem;text-align:center}.pp-mobile-summary .pp-summary-section-header{font-size:1.5rem;letter-spacing:.3rem}.pp-mobile-summary .pp-summary-description{font-size:1.45rem;line-height:1.8;color:#666;margin-bottom:3rem;text-align:center}}@media screen and (max-width:749px){.pp-specifications-grid{grid-template-columns:repeat(1,1fr);gap:1.6rem}.pp-spec-card{min-height:90px;padding:1.75rem 2rem}.pp-spec-label{font-size:1rem;letter-spacing:.2rem;line-height:1.4}.pp-spec-value{font-size:1.5rem;line-height:1}.pp-summary-component{display:block;font-size:.9rem;color:#3286b2;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:.2rem}.pp-summary-vendor{display:block;font-size:.85rem;color:rgba(var(--color-foreground),.65);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.2rem}.pp-summary-product{display:block;font-size:1.2rem;line-height:1.35;font-weight:600}.pp-summary-item--recommended{align-items:center}.pp-summary-item--recommended .pp-recommended-add{margin-left:auto;flex-shrink:0;min-width:7rem;padding:.7rem 1.4rem;font-size:1.1rem}}.pp-live-total-wrapper{margin-bottom:1.5rem}#pp-live-total{display:block}.power-pack-product .price{display:none!important}.pp-live-total-wrapper{margin-top:-.75rem;margin-bottom:2rem}#pp-live-total{font-size:calc(var(--font-heading-scale) * 3rem);line-height:1;font-weight:400;color:rgb(var(--color-foreground))}.power-pack-product .installment{display:flex;flex-direction:column}.power-pack-product .pp-live-total-wrapper{order:1}.power-pack-product shopify-payment-terms{order:2;margin-top:.75rem;display:block;margin-bottom:1.5rem}.power-pack-product .product-form__buttons{order:3}.power-pack-product .product-form{margin-top:.5rem}.power-pack-recommended-remove{display:inline-block;margin-top:.35rem;padding:0;border:0;background:transparent;color:rgb(var(--color-link));text-decoration:underline;cursor:pointer;font-size:1rem}.pp-component-type{font-size:1rem;color:#3286b2;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:.25rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/power-pack.css.map */
