:root{--pw-color-text: #111827;--pw-color-muted: #6b7280;--pw-color-bg: #ffffff;--pw-color-surface: #f8fafc;--pw-color-border: #e5e7eb;--pw-color-success: #16a34a;--pw-color-danger: #dc2626;--pw-radius-sm: 10px;--pw-radius-md: 14px;--pw-radius-lg: 18px;--pw-space-xs: 6px;--pw-space-sm: 10px;--pw-space-md: 16px;--pw-space-lg: 24px;--pw-space-xl: 32px;--pw-space-2xl: 48px;--pw-space-3xl: 64px;--pw-shadow-sm: 0 4px 12px rgba(0, 0, 0, .04);--pw-shadow-md: 0 8px 24px rgba(0, 0, 0, .06);--pw-container: 1200px}.pw-container{width:min(100% - 32px,var(--pw-container));margin-inline:auto}.pw-section{padding-block:var(--pw-space-3xl)}.pw-section--soft{background:var(--pw-color-surface)}.pw-grid{display:grid;gap:var(--pw-space-lg)}.pw-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.pw-eyebrow{margin:0 0 var(--pw-space-sm);font-size:13px;line-height:1.4;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pw-color-muted)}.pw-title{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.08;font-weight:700;color:var(--pw-color-text)}.pw-subtitle{max-width:700px;margin:var(--pw-space-md) 0 0;font-size:17px;line-height:1.6;color:var(--pw-color-muted)}.pw-copy{font-size:15px;line-height:1.65;color:var(--pw-color-muted)}.pw-button{min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:var(--pw-radius-md);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:1;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.pw-button:hover{transform:translateY(-1px);box-shadow:var(--pw-shadow-sm)}.pw-button--primary{background:var(--pw-color-text);color:#fff}.pw-button--secondary{background:#fff;color:var(--pw-color-text);border-color:var(--pw-color-border)}.pw-button--full{width:100%}.pw-card{height:100%;padding:var(--pw-space-lg);background:var(--pw-color-bg);border:1px solid var(--pw-color-border);border-radius:var(--pw-radius-lg);box-shadow:var(--pw-shadow-sm)}.pw-card__media{width:100%;margin-bottom:var(--pw-space-md);overflow:hidden;border-radius:var(--pw-radius-md)}.pw-card__media img,.pw-card__media video{width:100%;height:auto;display:block}.pw-card__title{margin:0;font-size:18px;line-height:1.3;font-weight:700;color:var(--pw-color-text)}.pw-card__text{margin:var(--pw-space-sm) 0 0;font-size:14px;line-height:1.6;color:var(--pw-color-muted)}.pw-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:var(--pw-color-surface);border:1px solid var(--pw-color-border);font-size:12px;line-height:1;font-weight:700;color:var(--pw-color-text)}.pw-badge--sale{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.pw-badge--success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.pw-trust{overflow:hidden;background:var(--pw-color-bg);border:1px solid var(--pw-color-border);border-radius:var(--pw-radius-lg);box-shadow:var(--pw-shadow-sm)}.pw-trust__item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #f1f5f9}.pw-trust__item:last-child{border-bottom:0}.pw-trust__icon{flex:0 0 24px;width:24px;display:flex;align-items:center;justify-content:center}.pw-trust__title{display:block;font-size:15px;line-height:1.35;font-weight:700;color:var(--pw-color-text)}.pw-trust__text{display:block;margin-top:2px;font-size:13px;line-height:1.4;color:var(--pw-color-muted)}.pw-feature-list{display:grid;gap:12px}.pw-feature-item{display:flex;align-items:flex-start;gap:10px}.pw-feature-item__icon{flex:0 0 22px;width:22px;color:var(--pw-color-success);font-weight:700}.pw-feature-item__text{font-size:14px;line-height:1.5;color:var(--pw-color-text)}.pw-faq{border-top:1px solid var(--pw-color-border)}.pw-faq__item{border-bottom:1px solid var(--pw-color-border)}.pw-faq__summary{padding:18px 0;font-size:16px;font-weight:600;color:var(--pw-color-text);cursor:pointer}.pw-faq__content{padding:0 0 18px;font-size:14px;line-height:1.65;color:var(--pw-color-muted)}.pw-center{text-align:center}.pw-muted{color:var(--pw-color-muted)}.pw-mt-sm{margin-top:var(--pw-space-sm)}.pw-mt-md{margin-top:var(--pw-space-md)}.pw-mt-lg{margin-top:var(--pw-space-lg)}.pw-mb-sm{margin-bottom:var(--pw-space-sm)}.pw-mb-md{margin-bottom:var(--pw-space-md)}.pw-mb-lg{margin-bottom:var(--pw-space-lg)}@media screen and (max-width:989px){.pw-grid--4,.pw-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-section{padding-block:var(--pw-space-2xl)}}@media screen and (max-width:749px){.pw-container{width:min(100% - 24px,var(--pw-container))}.pw-grid--4,.pw-grid--3,.pw-grid--2{grid-template-columns:1fr}.pw-section{padding-block:var(--pw-space-xl)}.pw-title{font-size:clamp(28px,8vw,36px)}.pw-subtitle{font-size:15px}.pw-card{padding:18px}.pw-button{min-height:50px}}@media screen and (max-width:749px){product-media-gallery,.product-media-gallery,.product-media-gallery__grid,.product-media-gallery__carousel{min-height:0!important;height:auto!important}.product-media-container,.product-media,.product-media img{height:auto!important;min-height:0!important}.product-media img{display:block;width:100%;object-fit:contain}}@media screen and (max-width:749px){media-gallery slideshow-container,media-gallery slideshow-component,media-gallery .slideshow,media-gallery .slideshow__slides{height:auto!important;min-height:0!important}media-gallery .product-media-container{height:auto!important;min-height:0!important;aspect-ratio:auto!important}media-gallery .product-media{height:auto!important;min-height:0!important;aspect-ratio:auto!important}media-gallery .product-media img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}}@media screen and (max-width:749px){media-gallery slideshow-slide,media-gallery .slideshow__slide{min-height:0!important;height:auto!important}media-gallery slideshow-slide[aria-hidden=false],media-gallery .slideshow__slide[aria-hidden=false]{min-height:0!important;height:auto!important}media-gallery .slideshow__controls,media-gallery .slideshow-controls{margin-top:10px!important}media-gallery slideshow-component{padding-bottom:0!important;margin-bottom:0!important}}@media screen and (max-width:749px){media-gallery{--gallery-aspect-ratio: 1.15 !important}media-gallery .product-media-container{--media-preview-ratio: 1.15 !important;aspect-ratio:1.15 / 1!important;height:auto!important;min-height:0!important}media-gallery .product-media{aspect-ratio:1.15 / 1!important;height:auto!important}media-gallery .product-media img{width:100%!important;height:100%!important;object-fit:contain!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/pw.css.map */
