@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--pwl-bg: #ffffff;--pwl-surface: #f8f7f5;--pwl-ink: #2b2b2b;--pwl-ink-muted: #666666;--pwl-coral: #F24E29;--pwl-coral-dark: #d63d1a;--pwl-charcoal: #2b2b2b;--pwl-accent: #F24E29;--pwl-accent-light: #fdf1ee;--pwl-btn-bg: #F24E29;--pwl-btn-fg: #ffffff;--pwl-radius: 8px;--pwl-radius-btn: 6px;--pwl-font: "Inter", system-ui, -apple-system, sans-serif}.pwl-container{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.pwl-btn{display:inline-block;padding:14px 28px;background:var(--pwl-btn-bg);color:var(--pwl-btn-fg);font-family:var(--pwl-font);font-weight:700;font-size:.9rem;border:none;border-radius:var(--pwl-radius-btn);text-decoration:none;cursor:pointer;transition:background .2s;line-height:1}.pwl-btn:hover{background:var(--pwl-coral-dark);color:var(--pwl-btn-fg)}.pwl-btn:disabled{opacity:.5;cursor:not-allowed}.pwl-announcement-bar{background:var(--pwl-coral);color:#fff;text-align:center;padding:10px 16px;font-family:var(--pwl-font);font-size:.875rem;font-weight:600;line-height:1.4}.pwl-announcement-bar a{color:#fff;text-decoration:underline;font-weight:700}.pwl-hero{padding:clamp(48px,8vw,96px) 0}.pwl-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.pwl-hero-stars{display:flex;align-items:center;gap:8px;margin-bottom:16px}.pwl-hero-rating-text{font-family:var(--pwl-font);font-size:.85rem;font-weight:600;color:var(--pwl-ink-muted)}.pwl-hero-heading{font-family:var(--pwl-font);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;color:var(--pwl-charcoal);line-height:1.15;margin:0 0 16px}.pwl-hero-sub{font-family:var(--pwl-font);font-size:clamp(1rem,1.5vw,1.125rem);color:var(--pwl-ink-muted);line-height:1.7;margin:0 0 28px}.pwl-hero-cta{font-size:1rem;padding:16px 36px;border-radius:50px}.pwl-hero-img{width:100%;border-radius:12px;object-fit:cover;display:block;aspect-ratio:5/4}.pwl-hero-img-placeholder{background:#ececec;border-radius:12px;min-height:380px;display:flex;align-items:center;justify-content:center;color:#aaa;font-family:var(--pwl-font);font-size:.9rem}.pwl-products{padding:clamp(40px,6vw,72px) 0}.pwl-products-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px}.pwl-products-heading{font-family:var(--pwl-font);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--pwl-charcoal);margin:0}.pwl-products-viewall{font-family:var(--pwl-font);font-size:.9rem;font-weight:600;color:var(--pwl-coral);text-decoration:none;white-space:nowrap}.pwl-products-viewall:hover{text-decoration:underline}.pwl-products-sub{font-family:var(--pwl-font);font-size:1rem;color:var(--pwl-ink-muted);margin:0 0 28px}.pwl-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pwl-product-card{display:flex;flex-direction:column;border-radius:var(--pwl-radius);overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s}.pwl-product-card:hover{box-shadow:0 4px 16px #0000001a}.pwl-product-card-link{text-decoration:none;flex:1;display:flex;flex-direction:column}.pwl-product-card-img-wrap{position:relative}.pwl-product-card-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.pwl-product-card-no-img{width:100%;aspect-ratio:1/1;background:#efefef}.pwl-product-badge{position:absolute;top:10px;left:10px;background:var(--pwl-coral);color:#fff;font-family:var(--pwl-font);font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.pwl-product-card-info{padding:12px 12px 4px;flex:1}.pwl-product-title{font-family:var(--pwl-font);font-size:.875rem;font-weight:600;color:var(--pwl-charcoal);margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pwl-product-price-row{display:flex;align-items:center;gap:6px}.pwl-product-price{font-family:var(--pwl-font);font-size:.9rem;font-weight:700;color:var(--pwl-charcoal)}.pwl-product-compare{font-family:var(--pwl-font);font-size:.8rem;color:var(--pwl-ink-muted)}.pwl-product-atc{margin:10px 12px 12px;padding:10px;border-radius:var(--pwl-radius-btn);font-size:.8rem;width:calc(100% - 24px)}.pwl-trust{background:var(--pwl-bg);padding:clamp(32px,5vw,64px) 0}.pwl-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pwl-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.pwl-trust-icon{width:80px;height:80px;object-fit:contain}.pwl-trust-emoji{width:80px;height:80px;background:var(--pwl-accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.pwl-trust-title{font-family:var(--pwl-font);font-size:1rem;font-weight:700;color:var(--pwl-charcoal);margin:0}.pwl-trust-text{font-family:var(--pwl-font);font-size:.875rem;color:var(--pwl-ink-muted);margin:0;line-height:1.6}.pwl-creator{background:var(--pwl-surface);padding:clamp(40px,6vw,80px) 0}.pwl-creator-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.pwl-creator-inner.swapped{direction:rtl}.pwl-creator-inner.swapped>*{direction:ltr}.pwl-creator-img{width:100%;border-radius:var(--pwl-radius);object-fit:cover;max-height:500px;display:block}.pwl-creator-placeholder{background:#e8e8e8;border-radius:var(--pwl-radius);min-height:300px;display:flex;align-items:center;justify-content:center;color:#999;font-family:var(--pwl-font);font-size:.875rem}.pwl-creator-content h2{font-family:var(--pwl-font);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--pwl-charcoal);margin:0 0 16px}.pwl-creator-content p{font-family:var(--pwl-font);font-size:1rem;color:var(--pwl-ink-muted);line-height:1.7;margin:0 0 12px}.pwl-creator-content strong{color:var(--pwl-charcoal)}.pwl-fbt{background:var(--pwl-bg);padding:clamp(28px,5vw,52px) 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.pwl-fbt h2{font-family:var(--pwl-font);font-size:1.2rem;font-weight:700;color:var(--pwl-charcoal);margin:0 0 20px}.pwl-fbt-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px}.pwl-fbt-item{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:180px;max-width:260px}.pwl-fbt-item input[type=checkbox]{margin-top:4px;width:17px;height:17px;accent-color:var(--pwl-coral);flex-shrink:0;cursor:pointer}.pwl-fbt-thumb{width:70px;height:70px;object-fit:cover;border-radius:6px;flex-shrink:0}.pwl-fbt-info{flex:1}.pwl-fbt-name{font-family:var(--pwl-font);font-size:.78rem;color:var(--pwl-charcoal);line-height:1.4;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pwl-fbt-price{font-family:var(--pwl-font);font-size:.85rem;font-weight:700;color:var(--pwl-charcoal);margin:0}.pwl-fbt-price s{font-weight:400;color:var(--pwl-ink-muted);font-size:.72rem}.pwl-fbt-plus{font-size:1.4rem;color:var(--pwl-ink-muted);align-self:center;flex-shrink:0;line-height:1}.pwl-fbt-summary{margin-top:20px;padding:16px;background:var(--pwl-surface);border-radius:var(--pwl-radius);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.pwl-fbt-total{font-family:var(--pwl-font);font-size:1rem;font-weight:600;color:var(--pwl-charcoal)}.pwl-fbt-total span{font-weight:700;font-size:1.05rem}.pwl-fbt-total s{font-weight:400;color:var(--pwl-ink-muted);font-size:.85rem;margin-left:6px}.pwl-sticky-atc{display:none}@media(max-width:749px){.pwl-sticky-atc{display:block;position:fixed;bottom:0;left:0;right:0;padding:14px 16px;background:var(--pwl-coral);color:#fff;font-family:var(--pwl-font);font-weight:700;font-size:1rem;text-align:center;z-index:9999;box-shadow:0 -4px 16px #00000026;opacity:0;transform:translateY(100%);transition:opacity .25s,transform .25s;cursor:pointer;border:none;width:100%}.pwl-sticky-atc.is-visible{opacity:1;transform:translateY(0)}body{padding-bottom:64px}}@media(max-width:749px){.pwl-hero-container{grid-template-columns:1fr;gap:28px}.pwl-hero-media{order:-1}.pwl-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pwl-trust-grid{grid-template-columns:1fr;gap:24px}.pwl-creator-inner,.pwl-creator-inner.swapped{grid-template-columns:1fr;gap:24px;direction:ltr}.pwl-fbt-item{min-width:100%;max-width:100%}.pwl-fbt-plus{display:none}.pwl-fbt-summary{flex-direction:column;align-items:flex-start}}@media(min-width:750px)and (max-width:989px){.pwl-hero-container{gap:28px}.pwl-products-grid{grid-template-columns:repeat(2,1fr)}.pwl-trust-grid{grid-template-columns:repeat(3,1fr);gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/pwl-styles.css.map */
