.prh{--prh-accent: #2b5fe0;--prh-accent-dark: #1c46b3;--prh-bg: #ffffff;--prh-text: #14161a;--prh-muted: #6b7280;--prh-border: #e5e7eb;--prh-success: #16a34a;--prh-radius: 14px;background:var(--prh-bg);color:var(--prh-text);padding:32px 20px 56px;font-family:inherit}.prh__container{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.prh__gallery{order:1}.prh__info{order:2}.prh__reviews-mobile{order:3;display:block}.prh__reviews-desktop{display:none}@media(min-width:990px){.prh__container{display:grid;grid-template-columns:560px 1fr;gap:56px;align-items:start}.prh__gallery{grid-column:1;grid-row:1;order:initial;display:flex;flex-direction:column;gap:16px}.prh__info{grid-column:2;grid-row:1;order:initial}.prh__reviews-desktop{display:block;margin-top:4px}.prh__reviews-mobile{display:none}}.prh__main-image-wrap{position:relative;border-radius:var(--prh-radius);overflow:hidden;background:#f2f2f0}.prh__main-image{width:100%;height:auto;display:block;aspect-ratio:4 / 5;object-fit:cover;transition:opacity .25s ease}.prh__placeholder-svg{width:100%;aspect-ratio:4 / 5}.prh__image-overlay{position:absolute;left:24px;bottom:24px;right:24px;color:#fff}.prh__overlay-heading{font-size:26px;line-height:1.2;font-weight:700;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.45);max-width:320px}.prh__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.prh__thumb{flex:0 0 auto;width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#f2f2f0;padding:0;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.prh__thumb img{width:100%;height:100%;object-fit:cover;display:block}.prh__thumb:hover{transform:translateY(-2px)}.prh__thumb.is-active{border-color:var(--prh-accent)}.prh__reviews-strip{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;color:var(--prh-muted)}.prh__eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600;color:var(--prh-accent);margin:0 0 6px}.prh__title{font-size:clamp(26px,3.2vw,34px);line-height:1.15;font-weight:700;margin:0 0 10px}.prh__rating{display:flex;align-items:center;gap:8px;margin-bottom:14px}.prh__stars{color:#f5a623;letter-spacing:1px;font-size:15px}.prh__rating-text{font-size:13px;color:var(--prh-muted)}.prh__trust-line{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:6px;font-size:14px}.prh__trust-line li{display:flex;align-items:center;gap:8px}.prh__check{width:16px;height:16px;fill:var(--prh-success);flex-shrink:0}.prh__urgency{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:var(--prh-accent-dark);font-size:13px;font-weight:600;padding:8px 12px;border-radius:999px;margin-bottom:18px}.prh__spark{width:14px;height:14px;fill:currentColor}.prh__bundle-label{font-weight:600;font-size:15px;margin:0 0 10px}.prh__bundles{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.prh__bundle{position:relative;display:flex;align-items:center;gap:12px;border:2px solid var(--prh-border);border-radius:12px;padding:14px 16px;cursor:pointer;background:#fff;transition:border-color .2s ease,box-shadow .25s ease,transform .15s ease,background .2s ease}.prh__bundle:hover{border-color:var(--prh-accent);box-shadow:0 6px 20px #2b5fe01f;transform:translateY(-2px)}.prh__bundle.is-selected{border-color:var(--prh-accent);background:#f5f8ff;box-shadow:0 0 0 3px #2b5fe01f}.prh__bundle-badge{position:absolute;top:-11px;left:16px;background:var(--prh-accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.02em}.prh__bundle-radio{position:absolute;opacity:0;width:0;height:0}.prh__bundle-radio-dot{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:2px solid var(--prh-border);position:relative;transition:border-color .2s ease}.prh__bundle-radio-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--prh-accent);transform:scale(0);transition:transform .18s ease}.prh__bundle.is-selected .prh__bundle-radio-dot{border-color:var(--prh-accent)}.prh__bundle.is-selected .prh__bundle-radio-dot:after{transform:scale(1)}.prh__bundle-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.prh__bundle-title{font-weight:600;font-size:14px}.prh__bundle-subtitle{font-size:12px;color:var(--prh-muted)}.prh__bundle-prices{flex:0 0 auto;display:flex;align-items:baseline;gap:8px}.prh__bundle-compare{font-size:13px;color:var(--prh-muted);text-decoration:line-through}.prh__bundle-price{font-weight:700;font-size:15px}.prh__atc{position:relative;width:100%;overflow:hidden;border:none;border-radius:12px;background:var(--prh-accent);color:#fff;font-size:16px;font-weight:700;padding:16px 20px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,transform .12s ease,box-shadow .2s ease}.prh__atc:hover{background:var(--prh-accent-dark);box-shadow:0 10px 26px #2b5fe052;transform:translateY(-2px)}.prh__atc:active{transform:translateY(0)}.prh__atc-shine{position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-20deg);transition:left .55s ease;pointer-events:none}.prh__atc:hover .prh__atc-shine{left:130%}.prh__atc.is-loading{opacity:.75;cursor:progress}.prh__atc.is-success{background:var(--prh-success)}.prh__guarantee{display:flex;gap:12px;align-items:flex-start;margin-top:16px;padding:14px;border:1px solid var(--prh-border);border-radius:12px;background:#fafafa}.prh__shield{width:26px;height:26px;fill:var(--prh-accent);flex-shrink:0}.prh__guarantee-title{font-weight:600;font-size:13.5px;margin:0 0 2px}.prh__guarantee-text{font-size:12.5px;color:var(--prh-muted);margin:0;line-height:1.4}.prh__logos-wrap{max-width:1120px;margin:44px auto 0;text-align:center}.prh__logos-heading{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--prh-muted);margin:0 0 18px}.prh__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;opacity:.75}.prh__logo img{height:26px;width:auto;object-fit:contain;filter:grayscale(100%);transition:filter .2s ease,opacity .2s ease}.prh__logo:hover img{filter:grayscale(0%);opacity:1}.prh__logo-text{font-weight:700;font-size:18px;color:var(--prh-muted);letter-spacing:-.02em}.prh__main-image-wrap{position:relative}.prh__main-image,.prh__placeholder-svg{aspect-ratio:1 / 1}.prh__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:none;background:#ffffffeb;color:var(--prh-text);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #00000026;transition:background .2s ease,transform .2s ease}.prh__nav-btn svg{width:16px;height:16px}.prh__nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.prh__nav-prev{left:14px}.prh__nav-next{right:14px}.prh__top-badge{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:var(--prh-accent-dark);font-size:12px;font-weight:700;letter-spacing:.01em;padding:6px 12px;border-radius:999px;margin-bottom:12px}.prh__trophy{width:14px;height:14px;fill:currentColor}.prh__rating-word{font-weight:700;font-size:14px}.prh__coverage-box{display:flex;gap:12px;align-items:flex-start;background:#f5f8ff;border:1px solid #dbe4ff;border-radius:12px;padding:14px 16px;margin-bottom:14px}.prh__coverage-icon{width:22px;height:22px;color:var(--prh-accent);flex-shrink:0;margin-top:1px}.prh__coverage-title{font-weight:700;font-size:14px;margin:0 0 3px}.prh__coverage-text{font-size:12.5px;color:var(--prh-muted);margin:0;line-height:1.4}.prh__countdown{display:flex;align-items:center;justify-content:center;gap:8px;background:#0f1b3d;color:#fff;font-size:13px;font-weight:700;padding:12px 16px;border-radius:10px;margin-bottom:18px;letter-spacing:.01em}.prh__bolt{width:14px;height:14px;color:#ffcf4d}.prh__countdown-time{font-variant-numeric:tabular-nums;color:#7fb0ff}.prh__bundle-thumb{flex:0 0 auto;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f2f2f0}.prh__bundle-thumb img{width:100%;height:100%;object-fit:cover;display:block}.prh__bundle-meta{display:inline-flex;align-items:center;flex-wrap:wrap;row-gap:2px;gap:4px;font-size:12px;color:var(--prh-muted);min-width:0}.prh__bundle-meta-icon{width:12px;height:12px;flex-shrink:0}.prh__bundle-meta-sep{color:var(--prh-border);margin:0 1px}.prh__bundle-meta-qty,.prh__bundle-meta-unit{white-space:nowrap}.prh__bundle-room-tag{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:var(--prh-accent-dark);background:#eef2ff;border-radius:999px;padding:2px 8px;width:fit-content;margin-top:2px}.prh__bundle-unit{font-size:11px;color:var(--prh-muted)}.prh__fomo{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;color:var(--prh-text);margin-bottom:12px;text-align:center}.prh__fomo-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;flex-shrink:0;animation:prh-fomo-pulse 2.4s ease-in-out infinite}@keyframes prh-fomo-pulse{0%,to{opacity:1;box-shadow:0 0 #f59e0b59}50%{opacity:.55;box-shadow:0 0 0 5px #f59e0b00}}.prh__atc{gap:10px;font-size:15px;text-transform:uppercase;letter-spacing:.02em}.prh__atc-cart{width:18px;height:18px;flex-shrink:0}.prh__atc-price-wrap{display:inline-flex;align-items:baseline;gap:8px;font-weight:700}.prh__atc-price-sep{opacity:.5;font-weight:400;margin-right:-2px}.prh__atc-compare{text-decoration:line-through;opacity:.65;font-weight:500;font-size:13px}.prh__atc-price{font-weight:800}.prh__payment-icons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:14px}.prh__payment-icon{height:24px;width:auto;border-radius:4px;border:1px solid var(--prh-border)}.prh__secure-text{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;color:var(--prh-muted);margin:8px 0 0}.prh__lock{width:12px;height:12px;flex-shrink:0}.prh__review-card{border:1px solid var(--prh-border);border-radius:14px;padding:16px 18px;background:#fff}.prh__reviews-mobile .prh__review-card{margin-top:16px}.prh__review-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.prh__review-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f2f2f0}.prh__review-avatar img{width:100%;height:100%;object-fit:cover;display:block}.prh__review-headtext{display:flex;flex-direction:column;gap:2px}.prh__review-stars{color:#f5a623;font-size:14px;letter-spacing:1px}.prh__review-verified{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--prh-success)}.prh__review-dot{width:6px;height:6px;border-radius:50%;background:var(--prh-success)}.prh__review-quote{font-size:14.5px;line-height:1.5;color:var(--prh-text);margin:0 0 10px}.prh__review-author{font-size:12.5px;font-weight:600;margin:0}.prh__review-dim{font-weight:400;color:var(--prh-muted)}@media(max-width:480px){.prh__bundle{flex-wrap:wrap;row-gap:8px}.prh__bundle-prices{flex:1 1 100%;justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/pest-repeller-hero.css.map */
