:root{--pgh-green: #6eb52b;--pgh-green-d: #5a9422;--pgh-green-bg: #f4f9ee;--pgh-text: #1a1a1a;--pgh-muted: #717171;--pgh-border: #e8e8e8;--pgh-star: #f5a623;--pgh-radius: 12px;--pgh-max: 1320px}.pgh-wrap{max-width:var(--pgh-max);margin:0 auto;padding:0 28px}.pgh-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pgh-green)}.pgh-h2{font-size:clamp(24px,3.5vw,36px);font-weight:800;color:var(--pgh-text);margin:0 0 8px}.pgh-sub{font-size:16px;color:var(--pgh-muted);margin:0 0 40px}.pgh-btn{display:inline-flex;align-items:center;gap:6px;background:var(--pgh-green);color:#fff;font-size:15px;font-weight:700;padding:14px 28px;border-radius:100px;text-decoration:none;transition:background .18s;border:none;cursor:pointer}.pgh-btn:hover{background:var(--pgh-green-d)}.pgh-btn--outline{background:transparent;border:2px solid var(--pgh-green);color:var(--pgh-green)}.pgh-btn--outline:hover{background:var(--pgh-green);color:#fff}.pgh-hero{position:relative;width:100%;min-height:560px;display:flex;align-items:center;overflow:hidden;background:#1a1a1a}.pgh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.pgh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0009,#0000001a 70%)}.pgh-hero__content{position:relative;z-index:1;max-width:var(--pgh-max);margin:0 auto;padding:80px 28px;max-width:620px}.pgh-hero__eyebrow{display:inline-block;background:var(--pgh-green);color:#fff;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:100px;margin-bottom:18px}.pgh-hero__title{font-size:clamp(32px,5vw,56px);font-weight:900;color:#fff;line-height:1.1;margin:0 0 16px;letter-spacing:-.02em}.pgh-hero__sub{font-size:18px;color:#ffffffd9;margin:0 0 32px;line-height:1.5}.pgh-hero__btns{display:flex;gap:12px;flex-wrap:wrap}.pgh-trust{background:var(--pgh-green);padding:16px 0}.pgh-trust__inner{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.pgh-trust__item{display:flex;align-items:center;gap:8px;padding:8px 28px;color:#fff;font-size:14px;font-weight:600;border-right:1px solid rgba(255,255,255,.3)}.pgh-trust__item:last-child{border-right:none}.pgh-trust__icon{font-size:18px;flex-shrink:0}.pgh-stats{background:var(--pgh-green-bg);padding:40px 0;border-top:1px solid rgba(110,181,43,.2);border-bottom:1px solid rgba(110,181,43,.2)}.pgh-stats__inner{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.pgh-stats__item{text-align:center}.pgh-stats__num{font-size:36px;font-weight:900;color:var(--pgh-green);display:block;line-height:1}.pgh-stats__lbl{font-size:13px;color:var(--pgh-muted);margin-top:4px;display:block;font-weight:500}.pgh-banner{padding:56px 0}.pgh-banner__inner{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:48px;background:var(--pgh-green-bg);border:1px solid rgba(110,181,43,.22);border-radius:var(--pgh-radius);overflow:hidden}.pgh-banner__inner--img-right .pgh-banner__media{grid-column:2;grid-row:1}.pgh-banner__inner--img-right .pgh-banner__body{grid-column:1;grid-row:1}.pgh-banner__media{aspect-ratio:4 / 3;align-self:center;background:#fff;overflow:hidden}.pgh-banner__img,.pgh-banner__video,.pgh-banner__media video{width:100%;height:100%;object-fit:cover;display:block}.pgh-banner__body{padding:40px 48px 40px 8px}.pgh-banner__inner--img-right .pgh-banner__body{padding:40px 8px 40px 48px}.pgh-banner__tag{display:inline-block;background:var(--pgh-green);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:14px}.pgh-banner__title{font-size:clamp(26px,3.4vw,38px);font-weight:800;color:var(--pgh-text);line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.pgh-banner__text{font-size:16px;line-height:1.6;color:var(--pgh-muted);margin:0 0 18px;max-width:52ch}.pgh-banner__price{font-size:24px;font-weight:800;color:var(--pgh-text);margin:0 0 24px}.pgh-banner__from{font-size:14px;font-weight:500;color:var(--pgh-muted)}.pgh-banner__btn{font-size:16px;padding:15px 34px}@media(max-width:899px){.pgh-banner{padding:40px 0}.pgh-banner__inner,.pgh-banner__inner--img-right{grid-template-columns:1fr;gap:0}.pgh-banner__inner--img-right .pgh-banner__media,.pgh-banner__media{grid-column:1;grid-row:1}.pgh-banner__inner--img-right .pgh-banner__body,.pgh-banner__body{grid-column:1;grid-row:2}.pgh-banner__media{aspect-ratio:4 / 3}.pgh-banner__body,.pgh-banner__inner--img-right .pgh-banner__body{padding:28px 24px 32px}}.pgh-cats{padding:72px 0}.pgh-cats__header{text-align:center;margin-bottom:40px}.pgh-cats__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.pgh-cat-card{position:relative;display:block;text-decoration:none;border-radius:var(--pgh-radius);overflow:hidden;aspect-ratio:3/4;background:#f0f0f0}.pgh-cat-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pgh-cat-card:hover .pgh-cat-card__img{transform:scale(1.06)}.pgh-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000a8,#00000057 28%,#0000 62%)}.pgh-cat-card--dark .pgh-cat-card__overlay{background:linear-gradient(to bottom,#fffc,#ffffff6b 28%,#fff0 62%)}.pgh-cat-card__body{position:absolute;top:0;left:0;right:0;padding:17px 15px 0;color:#fff}.pgh-cat-card__name{font-size:18px;font-weight:800;display:block;line-height:1.18;margin-bottom:0}.pgh-cat-card--dark .pgh-cat-card__name{color:#1a1a1a}.pgh-best{padding:72px 0;background:#fafafa}.pgh-best__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:12px}.pgh-best__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pgh-prod-card{background:#fff;border-radius:var(--pgh-radius);overflow:hidden;border:1px solid var(--pgh-border);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.pgh-prod-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.pgh-prod-card__img-wrap{position:relative;padding-bottom:100%;background:#f5f5f5;overflow:hidden}.pgh-prod-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}.pgh-prod-card:hover .pgh-prod-card__img{transform:scale(1.05)}.pgh-prod-card__badge{position:absolute;top:10px;left:10px;background:var(--pgh-green);color:#fff;font-size:11px;font-weight:800;padding:3px 9px;border-radius:100px}.pgh-prod-card__body{padding:14px 16px 18px;flex:1;display:flex;flex-direction:column;gap:5px}.pgh-prod-card__stars{display:flex;align-items:center;gap:5px}.pgh-stars-row{display:flex;gap:1px}.pgh-star{font-size:13px;color:#ddd}.pgh-star--on{color:var(--pgh-star)}.pgh-prod-card__rcount{font-size:12px;color:var(--pgh-muted)}.pgh-prod-card__title{font-size:14px;font-weight:700;color:var(--pgh-text);line-height:1.3;margin:2px 0 0}.pgh-prod-card__price{font-size:15px;font-weight:700;color:var(--pgh-green);margin-top:4px}.pgh-prod-card__from{font-size:13px;font-weight:500}.pgh-prod-card__compare{font-size:13px;color:var(--pgh-muted);text-decoration:line-through;margin-left:4px}.pgh-reviews{padding:80px 0;background:#fff}.pgh-reviews__header{text-align:center;margin-bottom:48px}.pgh-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pgh-review-card{background:var(--pgh-green-bg);border-radius:var(--pgh-radius);padding:32px 28px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(110,181,43,.15)}.pgh-review-card__stars{display:flex;gap:2px}.pgh-review-card__star{font-size:18px;color:var(--pgh-star)}.pgh-review-card__quote{font-size:15px;color:var(--pgh-text);line-height:1.6;font-style:italic;flex:1;margin:0}.pgh-review-card__author{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(110,181,43,.2)}.pgh-review-card__avatar{width:42px;height:42px;border-radius:50%;background:var(--pgh-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0;overflow:hidden}.pgh-review-card__avatar img{width:100%;height:100%;object-fit:cover}.pgh-review-card__name{font-weight:700;font-size:14px;color:var(--pgh-text)}.pgh-review-card__role{font-size:12px;color:var(--pgh-muted);margin-top:2px}.pgh-reviews__overall{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px;background:var(--pgh-green);border-radius:var(--pgh-radius);padding:18px 32px;max-width:400px;margin-inline:auto}.pgh-reviews__overall-stars{display:flex;gap:3px}.pgh-reviews__overall-star{font-size:24px;color:#fff}.pgh-reviews__overall-text{color:#fff;font-size:15px;font-weight:600}.pgh-serve{padding:80px 0 0;background:var(--pgh-green-bg)}.pgh-serve__header{text-align:center;margin-bottom:44px}.pgh-serve__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pgh-serve__panels{display:grid;grid-template-columns:repeat(var(--pgh-serve-count, 4),minmax(0,1fr));gap:0;width:100%}.pgh-serve-panel{position:relative;display:block;overflow:hidden;aspect-ratio:3 / 4;min-height:460px;background:#1d2416;text-decoration:none;isolation:isolate}.pgh-serve-panel__img,.pgh-serve-panel__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01);transition:transform .7s cubic-bezier(.2,.7,.3,1)}.pgh-serve-panel__placeholder{background:linear-gradient(160deg,#3f5426,#1d2416)}.pgh-serve-panel__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0c1208b8,#0c12086b 26%,#0c120814 55%,#0c120800);transition:opacity .45s ease}.pgh-serve-panel--dark .pgh-serve-panel__veil{background:linear-gradient(to bottom,#ffffffc7,#ffffff73 26%,#ffffff14 55%,#fff0)}.pgh-serve-panel__body{position:absolute;left:0;right:0;top:0;padding:26px 24px 0;z-index:1}.pgh-serve-panel__title{display:block;color:#fff;font-size:clamp(19px,1.55vw,25px);font-weight:800;line-height:1.18;letter-spacing:-.01em;text-wrap:balance}.pgh-serve-panel--dark .pgh-serve-panel__title{color:#1a1a1a}.pgh-serve-panel__cta{display:inline-block;margin-top:8px;color:#fff;font-size:13.5px;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px}.pgh-serve-panel--dark .pgh-serve-panel__cta{color:#1a1a1a}a.pgh-serve-panel:hover .pgh-serve-panel__cta{text-underline-offset:6px}a.pgh-serve-panel:hover .pgh-serve-panel__img,a.pgh-serve-panel:focus-visible .pgh-serve-panel__img{transform:scale(1.07)}a.pgh-serve-panel:hover .pgh-serve-panel__veil{opacity:.85}a.pgh-serve-panel:focus-visible{outline:3px solid var(--pgh-green);outline-offset:-3px}.pgh-serve-panel+.pgh-serve-panel:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:#ffffff29;z-index:2}@media(prefers-reduced-motion:reduce){.pgh-serve-panel__img,.pgh-serve-panel__veil,.pgh-serve-panel__cta{transition:none}a.pgh-serve-panel:hover .pgh-serve-panel__img{transform:scale(1.01)}}.pgh-serve-card{background:#fff;border-radius:var(--pgh-radius);padding:32px 24px;text-align:center;border:1px solid var(--pgh-border);transition:box-shadow .2s,transform .2s}.pgh-serve-card:hover{box-shadow:0 6px 20px #6eb52b26;transform:translateY(-2px)}.pgh-serve-card__icon{width:72px;height:72px;border-radius:50%;background:var(--pgh-green-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;overflow:hidden}.pgh-serve-card__icon img{width:48px;height:48px;object-fit:contain}.pgh-serve-card__title{font-size:17px;font-weight:800;color:var(--pgh-text);margin:0 0 10px}.pgh-serve-card__text{font-size:14px;color:var(--pgh-muted);line-height:1.55;margin:0}@media(max-width:1099px){.pgh-cats__grid{grid-template-columns:repeat(4,1fr)}.pgh-best__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px){.pgh-cats__grid{grid-template-columns:repeat(3,1fr)}.pgh-best__grid{grid-template-columns:repeat(2,1fr)}.pgh-reviews__grid{grid-template-columns:1fr}.pgh-serve__grid{grid-template-columns:repeat(2,1fr)}.pgh-serve__panels{grid-template-columns:repeat(2,minmax(0,1fr))}.pgh-serve-panel{aspect-ratio:4 / 5;min-height:380px}.pgh-stats__inner{gap:32px}.pgh-trust__item{padding:6px 16px;font-size:13px}}@media(max-width:599px){.pgh-wrap{padding:0 16px}.pgh-cats__grid{grid-template-columns:repeat(2,1fr);gap:10px}.pgh-cat-card__name{font-size:15.5px}.pgh-best__grid{grid-template-columns:repeat(2,1fr);gap:12px}.pgh-serve__grid{grid-template-columns:1fr 1fr;gap:12px}.pgh-serve{padding-top:56px}.pgh-serve__panels{grid-template-columns:repeat(2,minmax(0,1fr))}.pgh-serve-panel{aspect-ratio:3 / 4;min-height:250px}.pgh-serve-panel__body{padding:18px 15px 0}.pgh-serve-panel__title{font-size:15px}.pgh-serve-panel__cta{font-size:12.5px;margin-top:6px}.pgh-hero{min-height:420px}.pgh-hero__content{padding:60px 16px}.pgh-trust__inner{justify-content:flex-start}.pgh-stats__inner{gap:24px}.pgh-stats__num{font-size:28px}.pgh-cats,.pgh-best,.pgh-reviews,.pgh-serve{padding:48px 0}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/pg-homepage.css.map */
