.product-page{background:var(--c-accent-bg);color:#121212bf}.pp-product-section{padding:40px;background:var(--c-accent-bg)}.pp-product-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;max-width:1320px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 8px 40px #00000014,0 1px 3px #0000000a;border:1px solid rgba(0,0,0,.04);padding:45px 55px}.pp-gallery{min-width:0;align-self:stretch}.pp-info{min-width:0}.pp-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:sticky;top:20px}.pp-gallery-item{border-radius:12px;overflow:hidden;background:#fff}.pp-gallery-item img{width:100%;height:100%;max-width:100%;object-fit:cover;display:block}.pp-carousel{display:none}.pp-info{padding:0 10px}.pp-product-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:25px}.pp-feature{display:flex;align-items:center;gap:12px;font-size:14px;color:#333;background:var(--c-bg-card);padding:14px;border-radius:12px;border:1px solid #eef3fb;transition:all .2s ease}.pp-feature:hover{background:#eef3fb;border-color:#d8e2f0;transform:translateY(-1px)}.pp-feature img{width:36px;height:36px;flex-shrink:0}.pp-feature span{font-weight:500;line-height:1.4}.pp-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;background:#fef9ee;padding:8px 14px;border-radius:8px;border:1px solid #fde9a8}.pp-stars{display:flex;gap:0}.pp-stars img{width:18px;height:18px}.pp-rating span{font-size:14px;color:#121212bf;font-weight:500}.pp-title{font-size:52px;font-weight:800;line-height:1.1;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px;word-wrap:break-word;overflow-wrap:break-word}.pp-subtitle{font-size:20px;font-weight:500;color:#333;line-height:1.6;margin-bottom:24px}.pp-price-row{display:flex;align-items:center;gap:16px;margin-bottom:22px;padding:0 0 0 10px;background:#f8f8f8;border-radius:14px}.pp-original-price{font-size:28px;color:#999;text-decoration:line-through}.pp-current-price{font-size:28px;font-weight:800;color:#e53e3e}.pp-savings-row{background:#f0fdf4;border:1px solid #bbf7d0;padding:8px 16px;border-radius:10px;font-size:20px;font-weight:700;color:#16a34a;display:flex;align-items:center;gap:5px;margin-left:auto}.pp-savings-amount{font-weight:700}.pp-variants{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.pp-variant{position:relative;cursor:pointer}.pp-variant input{position:absolute;opacity:0;pointer-events:none}.pp-variant-inner{border:1px solid #d0d5dd;border-radius:8px;overflow:hidden;transition:all .2s;background:var(--c-bg-soft);height:100%}.pp-variant:not(.selected) .pp-variant-inner{opacity:.5;background:transparent}.pp-variant:not(.selected):hover .pp-variant-inner{opacity:.75}.pp-variant.selected .pp-variant-inner{border-color:#121212bf;box-shadow:0 0 0 1px var(--c-navy)}.pp-best-deal{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--c-navy);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:6px;text-transform:uppercase;z-index:1;letter-spacing:.5px;white-space:nowrap}.pp-variant-row{display:flex;align-items:center;gap:0;height:100%}.pp-variant-img{width:50%;height:100%;object-fit:cover;flex-shrink:0;display:block}.pp-variant-details{display:flex;flex-direction:column;padding:12px 14px}.pp-variant-qty{font-size:15px;font-weight:700;color:#121212bf;font-family:Sora,sans-serif}.pp-variant-price{font-size:15px;color:#666;font-family:Sora,sans-serif}.pp-save-more{text-align:center;font-size:13px;color:#282828;margin-bottom:16px;font-weight:500}.pp-cta-section{margin-bottom:20px}.pp-add-to-cart{width:100%;padding:16px;background:var(--c-dark);color:#fff;border:none;border-radius:40px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;margin-bottom:10px}.pp-add-to-cart:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.pp-buy-now{width:100%;padding:16px;background:#6366f1;color:#fff;border:none;border-radius:40px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;margin-bottom:12px}.pp-buy-now:hover{background:#5558e6;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.pp-guarantee{text-align:center;font-size:13px;color:#666}.pp-inline-testimonial{display:flex;gap:20px;align-items:stretch;margin-top:28px;background:var(--c-bg-card);border-radius:16px;padding:0;overflow:hidden;border:1px solid rgba(var(--c-primary-rgb),.2)}.pp-testimonial-photo-wrap{flex-shrink:0;width:120px;min-height:140px}.pp-testimonial-photo{width:100%;height:100%;object-fit:cover;display:block}.pp-testimonial-text{padding:20px 24px 20px 0;display:flex;flex-direction:column;justify-content:center;position:relative}.pp-testimonial-quote-icon{font-size:48px;font-family:Georgia,serif;color:var(--c-primary);line-height:1;height:30px;display:block;opacity:.6}.pp-testimonial-text p{font-size:14px;line-height:1.65;color:#1a1a1a;margin-bottom:12px;font-style:italic;font-weight:500}.pp-testimonial-author{display:flex;align-items:center;gap:10px}.pp-testimonial-stars{display:flex;gap:2px}.pp-testimonial-stars img{width:14px;height:14px}.pp-testimonial-author strong{font-size:13px;color:#1a1a1a;font-weight:700}.pp-testimonial-author span{font-size:12px;color:var(--c-primary);font-weight:500}.pp-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.pp-trust-badge{background:var(--c-bg-card);border:1px solid rgba(var(--c-primary-rgb),.2);border-radius:12px;padding:20px}.pp-trust-badge svg{margin-bottom:10px}.pp-trust-badge h4{font-size:15px;font-weight:700;color:#121212;margin:0 0 8px;font-family:Sora,sans-serif}.pp-trust-badge p{font-size:8px;color:#555;line-height:1.5;margin:0}.pp-marquee{background:var(--c-dark);padding:14px 0;overflow:hidden;white-space:nowrap}.pp-marquee-track{display:flex;gap:60px;animation:ppMarquee 15s linear infinite}.pp-marquee-track span{font-size:16px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase;flex-shrink:0}@keyframes ppMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.pp-hands-free{padding:80px 40px;text-align:center;background:var(--c-accent-bg)}.pp-hands-free-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch}.pp-hands-free h2{font-size:42px;color:var(--c-navy);margin-bottom:24px;letter-spacing:-.5px}.pp-hands-free-subtitle{font-size:16px;color:var(--c-navy);margin-bottom:50px;line-height:1.6;opacity:.8}.pp-hands-free-image{border-radius:20px;overflow:hidden;box-shadow:0 12px 40px rgba(var(--c-navy-rgb),.15);border:3px solid #1a1a1a}.pp-hands-free-image img{width:100%;height:100%;object-fit:cover;display:block}.pp-hands-free-reviews{display:flex;flex-direction:column;gap:10px;text-align:center;justify-content:center;font-family:Sora,sans-serif}.pp-verified-review{padding:20px 16px}.pp-review-stars{display:flex;gap:0;margin-bottom:10px;justify-content:center}.pp-review-stars img{width:18px;height:18px}.pp-verified-review h4{font-size:25px;color:var(--c-navy);margin-bottom:0;font-weight:800}.pp-verified-review p{font-size:18px;color:var(--c-navy);line-height:1.7;margin-bottom:0}.pp-reviewer{display:flex;flex-direction:column;align-items:center;gap:4px}.pp-reviewer strong{font-size:24px;color:var(--c-navy);font-weight:700}.pp-verified{display:flex;align-items:center;gap:4px;font-size:18px;color:var(--c-navy);font-weight:500}.pp-no-icons{display:flex;justify-content:center;gap:50px;grid-column:1 / -1;margin-top:40px}.pp-no-item{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.pp-no-circle{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.pp-no-circle svg{width:80px;height:80px}.pp-no-item span{font-size:16px;font-weight:700;color:var(--c-navy);font-family:Sora,sans-serif}.pp-whats-inside{padding:70px 40px;text-align:center;background:linear-gradient(180deg,var(--c-accent-bg) 0%,var(--c-primary-mid) 100%)}.pp-whats-inside h1{font-size:52px;color:var(--c-navy);margin-bottom:50px}.pp-inside-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.pp-inside-item{text-align:center}.pp-inside-icon{width:100px;height:100px;border:2px solid rgba(var(--c-navy-rgb),.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#ffffff26}.pp-inside-icon img{width:88px;height:88px}.pp-inside-item h4{font-size:18px;color:var(--c-navy);margin-bottom:6px}.pp-inside-item p{font-size:18px;color:var(--c-navy);line-height:1.5;opacity:.8}.pp-how-it-works{padding:70px 40px;text-align:center;background:linear-gradient(180deg,var(--c-primary-mid) 0%,var(--c-accent-bg) 100%)}.pp-how-header{max-width:800px;margin:0 auto 40px}.pp-how-header h2{font-size:52px;color:var(--c-navy);margin-bottom:16px}.pp-how-header p{font-size:16px;color:var(--c-navy);line-height:1.7;opacity:.8}.pp-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.pp-how-step{text-align:left}.pp-step-image{position:relative;border-radius:16px;overflow:hidden;margin-bottom:16px;border:3px solid #1a1a1a}.pp-step-image img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.pp-step-number{position:absolute;top:12px;left:12px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--c-navy);box-shadow:0 2px 8px #00000026}.pp-how-step h4{font-size:18px;color:var(--c-navy);margin-bottom:8px}.pp-how-step p{font-size:18px;color:var(--c-navy);line-height:1.6;opacity:.8}.pp-as-seen-on{padding:50px 40px;text-align:center;background:var(--c-accent-bg)}.pp-seen-label{font-size:26px;color:var(--c-navy);margin-bottom:20px;font-weight:500;font-style:italic}.pp-seen-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.pp-seen-logos img{height:40px;opacity:.8;transition:opacity .2s}.pp-seen-logos img:hover{opacity:1}.pp-comparison{padding:70px 40px;text-align:center;background:var(--c-accent-bg)}.pp-comparison-header{max-width:700px;margin:0 auto 40px}.pp-comparison-header h2{font-size:40px;color:var(--c-navy);margin-bottom:12px}.pp-comparison-header p{font-size:16px;color:var(--c-navy);line-height:1.6;opacity:.8}.pp-comparison-table{display:grid;grid-template-columns:2fr 1fr 1fr;max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000f}.pp-comp-col{display:grid;grid-template-rows:subgrid;grid-row:span 9}.pp-comp-head{padding:20px 16px;font-size:16px;font-weight:700;min-height:70px;display:flex;align-items:center;justify-content:center}.pp-comp-cell{padding:14px 16px;font-size:14px;display:flex;align-items:center;justify-content:center;min-height:52px}.pp-comp-features .pp-comp-head{background:transparent}.pp-comp-features .pp-comp-cell{justify-content:flex-start;font-weight:500;color:#333}.pp-comp-features .pp-comp-cell:nth-child(2n){background:#fafafa}.pp-comp-kalky{background:linear-gradient(180deg,var(--c-primary) 0%,var(--c-primary-mid) 100%);color:#fff;border-radius:12px;margin:4px}.pp-comp-kalky .pp-comp-head{color:#fff;font-size:18px}.pp-comp-kalky .pp-comp-cell{color:#fff}.pp-comp-kalky .pp-comp-cell:nth-child(2n){background:#ffffff1a}.pp-comp-other .pp-comp-head{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.pp-comp-other .pp-comp-cell{color:#999}.pp-comp-other .pp-comp-cell:nth-child(2n){background:#fafafa}.pp-check{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:50%;font-size:20px;font-weight:700;color:#22c55e}.pp-x{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffebee;border-radius:50%;font-size:20px;font-weight:700;color:#ef4444}.pp-impact{padding:80px 40px;background:linear-gradient(180deg,var(--c-accent-bg) 0%,var(--c-primary-mid) 100%)}.pp-impact-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;align-items:center}.pp-impact-content h2{font-size:42px;color:var(--c-navy);margin-bottom:20px;line-height:1.15;letter-spacing:-.5px}.pp-impact-content p{font-size:18px;color:var(--c-navy);line-height:1.7;margin-bottom:28px;opacity:.8}.pp-impact-points{display:flex;flex-direction:column;gap:16px}.pp-impact-point{display:flex;align-items:center;gap:12px}.pp-impact-point svg{flex-shrink:0}.pp-impact-point span{font-size:17px;color:var(--c-navy);font-weight:600;font-family:Sora,sans-serif}.pp-impact-photos{display:flex;align-items:center;justify-content:center}.pp-impact-photos img{width:100%;max-width:500px;object-fit:cover;border-radius:14px}.pp-customer-reviews{padding:70px 40px;text-align:center;background:linear-gradient(180deg,var(--c-primary-mid) 0%,var(--c-accent-bg) 100%)}.pp-customer-reviews h2{font-size:40px;color:var(--c-navy);margin-bottom:40px}.pp-reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.pp-review-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;text-align:left;border:1px solid #eee}.pp-review-img{width:100%;aspect-ratio:1;overflow:hidden}.pp-review-img img{width:100%;height:100%;object-fit:cover}.pp-review-body{padding:16px}.pp-review-body .pp-review-stars{justify-content:flex-start;margin-bottom:10px}.pp-review-body .pp-review-stars img{width:16px;height:16px}.pp-review-body p{font-size:14px;color:#333;line-height:1.6}.pp-review-author{padding:0 16px 16px;display:flex;flex-direction:column;gap:2px}.pp-review-author strong{font-size:15px;color:#121212bf}.pp-review-author span{font-size:13px;color:#888}.product-page .faq-section{background:linear-gradient(180deg,var(--c-accent-bg) 0%,var(--c-primary) 100%)}.product-page .faq-label,.product-page .faq-header h2{color:var(--c-navy)}.pp-footer{background:var(--c-primary);padding:40px 40px 20px}.pp-footer-top{display:flex;flex-direction:column;align-items:center;gap:24px;padding-bottom:30px;border-bottom:1px solid rgba(var(--c-navy-rgb),.1)}.pp-footer-links{display:flex;gap:24px}.pp-footer-links a{color:#121212bf;text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}.pp-footer-links a:hover{opacity:.7}.pp-footer-subscribe{text-align:center}.pp-footer-subscribe h2{font-size:16px;color:#121212bf;margin-bottom:12px;font-weight:600}.pp-subscribe-form{display:flex;align-items:center;border:1px solid rgba(var(--c-navy-rgb),.3);border-radius:6px;overflow:hidden;background:transparent}.pp-subscribe-form input{padding:10px 16px;border:none;background:transparent;font-size:14px;color:#121212bf;outline:none;width:260px}.pp-subscribe-form input::placeholder{color:rgba(var(--c-navy-rgb),.5)}.pp-subscribe-form button{padding:10px 14px;background:none;border:none;cursor:pointer;color:#121212bf;display:flex;align-items:center}.pp-footer-bottom{padding-top:20px;text-align:center}.pp-payment-methods{margin-bottom:16px}.pp-payment-methods span{font-size:12px;color:#888;display:block;margin-bottom:8px}.pp-payment-icons{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.pp-payment-icons img{height:24px}.pp-footer-legal{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:16px}.pp-footer-legal p{font-size:12px;color:#888}.pp-legal-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.pp-legal-links a{font-size:12px;color:#888;text-decoration:none}.pp-legal-links a:hover{text-decoration:underline}.pp-hf-arrows,.pp-steps-arrows,.pp-rg-arrows{display:none}@media(max-width:1024px){.pp-product-container{grid-template-columns:1fr;gap:30px;padding:30px 25px}.pp-info{padding:0}.pp-gallery-grid{grid-template-columns:1fr 1fr;position:static}.pp-title{font-size:32px}.pp-hands-free-content{grid-template-columns:1fr}.pp-how-steps{grid-template-columns:repeat(3,1fr);gap:16px}.pp-impact-container{grid-template-columns:1fr;gap:30px}.pp-reviews-grid{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:768px){.pp-product-section{padding:0}.pp-product-container{padding:20px 16px;border-radius:0;box-shadow:none;border:none}.pp-gallery-grid{display:none}.pp-carousel{display:block;position:relative}.pp-carousel-track{overflow:hidden;border-radius:12px}.pp-carousel-slide{display:none}.pp-carousel-slide.active{display:block}.pp-carousel-slide img{width:100%;display:block;border-radius:12px}.pp-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px #0000001a}.pp-carousel-btn:disabled{opacity:.4}.pp-prev{left:8px}.pp-next{right:8px}.pp-carousel-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.pp-carousel-thumbs::-webkit-scrollbar{display:none}.pp-thumb{width:60px;height:60px;min-width:60px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent;opacity:.6;transition:all .2s;scroll-snap-align:center}.pp-thumb.active{border-color:#121212bf;opacity:1}.pp-title{font-size:30px}.pp-subtitle{font-size:15px}.pp-price-row{gap:8px;padding:0 0 0 8px}.pp-original-price,.pp-current-price{font-size:22px}.pp-savings-row{font-size:17px;padding:8px 10px;white-space:nowrap}.pp-product-features{grid-template-columns:1fr;gap:6px;margin-bottom:15px}.pp-feature{align-items:center;padding:6px;gap:6px;border-radius:8px}.pp-feature img{width:36px;height:36px}.pp-feature span{font-size:15px;line-height:1.2;font-family:Sora,sans-serif}.pp-best-deal{font-size:9px;padding:2px 8px;top:-8px}.pp-variants{grid-template-columns:1fr 1fr}.pp-variant-img{width:35%}.pp-inline-testimonial{flex-direction:column;align-items:center;text-align:center;padding:16px;gap:0}.pp-testimonial-photo-wrap{width:50px;height:50px;min-height:unset;border-radius:50%;overflow:hidden;margin-bottom:8px}.pp-testimonial-text{padding:0}.pp-testimonial-quote-icon{display:none}.pp-testimonial-text p{font-size:12px;line-height:1.5;margin-bottom:8px}.pp-testimonial-author{justify-content:center;flex-wrap:wrap;gap:6px}.pp-trust-badges{gap:10px;margin-top:16px}.pp-trust-badge{padding:14px;border-radius:10px}.pp-trust-badge h4{font-size:14px}.pp-trust-badge p{font-size:12px}@keyframes ppSlideInRight{0%{transform:translate(60px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ppSlideInLeft{0%{transform:translate(-60px);opacity:0}to{transform:translate(0);opacity:1}}.pp-hands-free-reviews{position:relative}.pp-hands-free-reviews .pp-verified-review{display:none}.pp-hands-free-reviews .pp-verified-review.active{display:block;opacity:1!important;animation:ppSlideInRight .35s ease-out}.pp-hands-free-reviews .pp-verified-review.active.from-left{animation:ppSlideInLeft .35s ease-out}.pp-hf-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffffd9;border:1px solid rgba(18,51,103,.15);border-radius:50%;cursor:pointer;z-index:2;box-shadow:0 2px 8px #0000001a;color:var(--c-navy)}.pp-hf-arrows{display:flex;justify-content:center;gap:12px;margin-top:16px}.pp-hands-free-image{order:1}.pp-no-icons{order:2}.pp-hands-free-reviews{order:3}.pp-no-icons{gap:24px;margin-top:24px}.pp-no-circle{width:60px;height:60px}.pp-no-circle svg{width:60px;height:60px}.pp-no-item span{font-size:13px}.pp-hands-free{padding:40px 20px}.pp-hands-free h2{font-size:28px}.pp-whats-inside{padding:50px 20px}.pp-whats-inside h1{font-size:28px}.pp-inside-grid{grid-template-columns:1fr 1fr;gap:20px}.pp-how-it-works{padding:50px 20px}.pp-how-header h2{font-size:28px}.pp-how-steps{grid-template-columns:1fr;gap:0}.pp-how-steps .pp-how-step{display:none}.pp-how-steps .pp-how-step.active{display:block;opacity:1!important;animation:ppSlideInRight .35s ease-out}.pp-how-steps .pp-how-step.active.from-left{animation:ppSlideInLeft .35s ease-out}.pp-steps-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffffd9;border:1px solid rgba(18,51,103,.15);border-radius:50%;cursor:pointer;z-index:2;box-shadow:0 2px 8px #0000001a;color:var(--c-navy)}.pp-steps-arrows{display:flex;justify-content:center;gap:12px;margin-top:16px}.pp-as-seen-on{padding:30px 20px}.pp-seen-logos{gap:20px}.pp-seen-logos img{height:30px}.pp-comparison{padding:50px 16px}.pp-comparison-header h2{font-size:28px}.pp-comparison-table{grid-template-columns:1.5fr 1fr 1fr;font-size:12px}.pp-comp-cell{padding:10px 8px;font-size:12px;min-height:44px;text-align:center;justify-content:center}.pp-comp-features .pp-comp-cell{justify-content:center;text-align:center}.pp-comp-head{padding:14px 8px;font-size:13px}.pp-impact{padding:50px 16px}.pp-impact-container{grid-template-columns:1fr;gap:24px}.pp-impact-content h2{font-size:28px}.pp-impact-content p{font-size:16px}.pp-impact-point span{font-size:15px}.pp-impact-photos img{max-width:100%}.pp-customer-reviews{padding:50px 20px}.pp-customer-reviews h2{font-size:28px}.pp-reviews-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.pp-reviews-grid .pp-review-card{display:none}.pp-reviews-grid .pp-review-card.active{display:block;opacity:1!important;animation:ppSlideInRight .35s ease-out}.pp-reviews-grid .pp-review-card.active.from-left{animation:ppSlideInLeft .35s ease-out}.pp-rg-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffffd9;border:1px solid rgba(18,51,103,.15);border-radius:50%;cursor:pointer;z-index:2;box-shadow:0 2px 8px #0000001a;color:var(--c-navy)}.pp-rg-arrows{display:flex;justify-content:center;gap:12px;margin-top:16px}.pp-footer{padding:30px 20px 16px}.pp-footer-links{flex-direction:column;align-items:center;gap:12px}.pp-subscribe-form input{width:200px}}@media(max-width:480px){.pp-title{font-size:24px}.pp-price-row{gap:6px;padding:0 0 0 6px}.pp-original-price,.pp-current-price{font-size:22px}.pp-savings-row{font-size:17px;padding:6px 8px;white-space:nowrap}.pp-variant-inner{padding:0}.pp-variant-img{width:35%}.pp-variant-qty{font-size:14px}.pp-variant-price{font-size:12px}.pp-add-to-cart,.pp-buy-now{font-size:16px;padding:14px}.pp-inside-grid{grid-template-columns:1fr 1fr}.pp-comparison-table{grid-template-columns:1.5fr 1fr 1fr}.pp-comp-kalky .pp-comp-head{font-size:13px}.pp-thumb{width:50px;height:50px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product-page.css.map */
