.pf-section{padding-block:clamp(2.5rem,1.5rem + 4vw,5.5rem)}.pf-section--tight{padding-block:clamp(2rem,1.2rem + 3vw,4rem)}.pf-section--bone{background:var(--pf-bone)}.pf-section--forest{background:var(--pf-evergreen);color:#fff}.pf-wrap{width:min(100% - 2.5rem,1240px);margin-inline:auto}@media(max-width:749px){.pf-wrap{width:min(100% - 1.75rem,1240px)}}.pf-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--pf-4);margin-bottom:clamp(1.25rem,.8rem + 1.6vw,2.25rem)}.pf-eyebrow{display:block;margin-bottom:.6rem;font-size:var(--pf-eyebrow);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pf-moss)}[dir=rtl] .pf-eyebrow{letter-spacing:0}.pf-head h2{margin:0;font-size:var(--pf-h2);line-height:1.1;color:inherit}.pf-head p{margin:.6rem 0 0;max-width:46ch;color:var(--pf-muted)}.pf-viewall{flex:0 0 auto;font-size:.875rem;font-weight:600;color:var(--pf-evergreen);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}@media(max-width:749px){.pf-head{flex-direction:column;align-items:flex-start}}.pf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 1.75rem;border-radius:var(--pf-radius-sm);font-size:.9375rem;font-weight:600;letter-spacing:.01em;text-decoration:none;border:1px solid transparent;transition:transform .2s var(--pf-ease),background-color .2s var(--pf-ease),color .2s var(--pf-ease)}.pf-btn:active{transform:translateY(1px)}.pf-btn--solid{background:var(--pf-evergreen);color:#fff}.pf-btn--solid:hover{background:#17302\ff18}.pf-btn--ghost{border-color:currentColor;color:inherit;background:transparent}.pf-btn--ghost:hover{background:#ffffff1f}.pf-btn--light{background:#fff;color:var(--pf-evergreen)}.pf-hero{position:relative;display:grid;isolation:isolate;min-height:clamp(430px,62vh,660px);align-items:end;overflow:hidden}.pf-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.pf-hero__media img,.pf-hero__media video{width:100%;height:100%;object-fit:cover;object-position:center}.pf-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#15241ec7,#15241e6b 42%,#15241e0f)}.pf-hero__inner{width:min(100% - 2.5rem,1240px);margin-inline:auto;padding-block:clamp(2.5rem,1.5rem + 4vw,4.5rem);color:#fff}.pf-hero__content{max-width:34rem}.pf-hero__eyebrow{display:block;margin-bottom:.75rem;font-size:var(--pf-eyebrow);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd1}[dir=rtl] .pf-hero__eyebrow{letter-spacing:0}.pf-hero__title{margin:0;font-size:var(--pf-display);line-height:1.02;letter-spacing:-.025em;color:#fff}[dir=rtl] .pf-hero__title{letter-spacing:0}.pf-hero__text{margin:1rem 0 0;max-width:40ch;font-size:1.0625rem;line-height:1.55;color:#ffffffdb}.pf-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}@media(max-width:749px){.pf-hero__inner{width:min(100% - 1.75rem,1240px)}.pf-hero__actions .pf-btn{flex:1 1 100%}}.pf-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--pf-4)}.pf-cat{display:block;text-decoration:none;color:var(--pf-ink)}.pf-cat__media{position:relative;aspect-ratio:4 / 5;border-radius:var(--pf-radius);overflow:hidden;background:var(--pf-bone)}.pf-cat__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--pf-ease)}@media(hover:hover){.pf-cat:hover .pf-cat__media img{transform:scale(1.05)}}.pf-cat__label{margin-top:.7rem;font-size:.9375rem;font-weight:600;text-align:center}.pf-cat__count{display:block;margin-top:.15rem;font-size:var(--pf-small);font-weight:450;color:var(--pf-muted);text-align:center}@media(max-width:989px){.pf-cats{grid-template-columns:repeat(3,1fr)}}@media(max-width:599px){.pf-cats{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-.875rem;padding-inline:.875rem}.pf-cats::-webkit-scrollbar{display:none}.pf-cat{flex:0 0 38%;scroll-snap-align:start}}.pf-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,.4rem + 1vw,1.5rem)}@media(max-width:989px){.pf-rail{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.pf-rail{grid-template-columns:repeat(2,1fr)}}.pf-prod{display:flex;flex-direction:column}.pf-prod__media{position:relative;aspect-ratio:1 / 1;border-radius:var(--pf-radius);overflow:hidden;background:var(--pf-bone)}.pf-prod__media img{width:100%;height:100%;object-fit:contain;padding:.75rem;transition:transform .5s var(--pf-ease)}@media(hover:hover){.pf-prod:hover .pf-prod__media img{transform:scale(1.05)}}.pf-prod__badge{position:absolute;top:.6rem;inset-inline-start:.6rem;padding:3px 9px;border-radius:999px;background:var(--pf-honey);color:#3b2a08;font-size:.6875rem;font-weight:700;letter-spacing:.02em}.pf-prod__badge--out{background:#15241eb8;color:#fff}.pf-prod__info{display:flex;flex-direction:column;gap:.2rem;padding-top:.7rem}.pf-prod__vendor{font-size:var(--pf-eyebrow);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pf-muted)}[dir=rtl] .pf-prod__vendor{letter-spacing:0}.pf-prod__title{font-size:.9375rem;font-weight:550;line-height:1.35;color:var(--pf-ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pf-prod__price{margin-top:.15rem}.pf-prod__add{margin-top:.6rem;min-height:42px;width:100%;border:1px solid var(--pf-hairline);border-radius:var(--pf-radius-sm);background:#fff;color:var(--pf-evergreen);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s var(--pf-ease),border-color .2s var(--pf-ease)}.pf-prod__add:hover:not([disabled]){background:var(--pf-evergreen);border-color:var(--pf-evergreen);color:#fff}.pf-prod__add[disabled]{opacity:.45;cursor:not-allowed}.pf-service{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,1rem + 3vw,4rem)}.pf-service--flip .pf-service__media{order:2}.pf-service__media{aspect-ratio:5 / 4;border-radius:var(--pf-radius);overflow:hidden;background:var(--pf-bone)}.pf-service__media img,.pf-service__media video{width:100%;height:100%;object-fit:cover}.pf-service h2{margin:0;font-size:var(--pf-h2);line-height:1.1}.pf-service__text{margin:.9rem 0 0;color:var(--pf-muted);max-width:44ch}.pf-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.4rem 0 0;padding:0;list-style:none}.pf-chips li{padding:.4rem .85rem;border:1px solid var(--pf-hairline);border-radius:999px;font-size:var(--pf-small);font-weight:500;color:var(--pf-ink);background:#fff}.pf-service__actions{margin-top:1.75rem;display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:749px){.pf-service{grid-template-columns:1fr}.pf-service--flip .pf-service__media{order:0}.pf-service__actions .pf-btn{flex:1 1 100%}}.pf-why{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.25rem,.8rem + 2vw,2.5rem)}.pf-why__item h3{margin:.9rem 0 .4rem;font-size:1.0625rem;font-weight:600}.pf-why__item p{margin:0;font-size:.9375rem;line-height:1.55;color:var(--pf-muted)}.pf-why__icon{width:28px;height:28px;color:var(--pf-moss)}@media(max-width:749px){.pf-why{grid-template-columns:repeat(2,1fr)}}.pf-news{text-align:center;max-width:34rem;margin-inline:auto}.pf-news h2{margin:0;font-size:var(--pf-h2)}.pf-news p{margin:.7rem 0 0;color:#ffffffc7}.pf-news__form{display:flex;gap:.5rem;margin-top:1.5rem}.pf-news__form input{flex:1 1 auto;min-height:52px;padding:0 1rem;border:1px solid rgba(255,255,255,.28);border-radius:var(--pf-radius-sm);background:#ffffff14;color:#fff;font:inherit}.pf-news__form input::placeholder{color:#ffffff8c}.pf-news__form input:focus{outline:2px solid #fff;outline-offset:2px}@media(max-width:599px){.pf-news__form{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/petsofy-sections.css.map */
