:root{--pv-navy: #0d2a3f;--pv-teal: #4f7c7a;--pv-cream: #f7f3ec;--pv-stone: #dce0dc;--pv-white: #ffffff;--pv-charcoal: #1d252c;--pv-border: rgba(13, 42, 63, .14);--pv-shadow: 0 20px 55px rgba(13, 42, 63, .09);--pv-radius-sm: 10px;--pv-radius-md: 16px;--pv-radius-lg: 24px;--pv-radius-xl: 34px;--pv-container: 1440px;--pv-gutter: clamp(1rem, 4vw, 2.5rem);--pv-section-space: clamp(4rem, 8vw, 7rem);--pv-heading-font: Manrope, var(--font-heading--family), "Avenir Next", Arial, sans-serif;--pv-body-font: Inter, var(--font-body--family), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pv-ease: cubic-bezier(.22, 1, .36, 1)}html{scroll-behavior:smooth}body{background:var(--pv-cream);color:var(--pv-charcoal);font-family:var(--pv-body-font)}body :is(h1,h2,h3,h4,h5,h6),body :is(button,.button,[class*=button]){font-family:var(--pv-heading-font)}.pv-section{position:relative;overflow:clip;background:var(--pv-cream);color:var(--pv-charcoal)}.pv-section--white{background:var(--pv-white)}.pv-section--stone{background:color-mix(in srgb,var(--pv-stone) 68%,var(--pv-white))}.pv-section--navy{background:var(--pv-navy);color:var(--pv-white)}.pv-container{width:min(100%,var(--pv-container));margin-inline:auto;padding-inline:var(--pv-gutter)}.pv-section__inner{padding-block:var(--pv-section-space)}.pv-section__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-block-end:clamp(2rem,4vw,3.5rem)}.pv-section__intro{max-width:720px}.pv-eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--pv-teal);font-family:var(--pv-heading-font);font-size:.78rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.pv-eyebrow:before{width:1.9rem;height:2px;border-radius:999px;background:currentColor;content:""}.pv-heading{max-width:900px;margin:0;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:clamp(2.1rem,4vw,3.65rem);font-weight:650;letter-spacing:-.045em;line-height:1.05;text-wrap:balance}.pv-section--navy .pv-heading,.pv-section--navy .pv-eyebrow{color:var(--pv-white)}.pv-copy{max-width:680px;margin:1.15rem 0 0;color:#1d252cc7;font-size:clamp(1rem,1.3vw,1.16rem);line-height:1.65}.pv-section--navy .pv-copy{color:#ffffffc7}.pv-copy>*:first-child{margin-block-start:0}.pv-copy>*:last-child{margin-block-end:0}.pv-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-block-start:2rem}.pv-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.35rem;border:1px solid var(--pv-navy);border-radius:var(--pv-radius-sm);background:var(--pv-navy);color:var(--pv-white);font-family:var(--pv-heading-font);font-size:.94rem;font-weight:700;line-height:1;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s var(--pv-ease)}.pv-button:hover{background:#173b53;transform:translateY(-2px)}.pv-button--secondary{background:transparent;color:var(--pv-navy)}.pv-button--secondary:hover{background:var(--pv-white)}.pv-button--light{border-color:var(--pv-white);background:var(--pv-white);color:var(--pv-navy)}.pv-button svg{width:18px;height:18px;flex:0 0 auto}.pv-button--light:hover{border-color:var(--pv-stone);background:var(--pv-stone)}.pv-button:focus-visible,.pv-card-link:focus-visible,.pv-text-link:focus-visible,.pv-utility__link:focus-visible{outline:3px solid var(--pv-teal);outline-offset:4px}.pv-text-link{display:inline-flex;min-height:44px;align-items:center;gap:.45rem;color:var(--pv-navy);font-family:var(--pv-heading-font);font-weight:700;text-decoration:none}.pv-text-link svg{width:17px;height:17px;flex:0 0 auto;transition:transform .18s var(--pv-ease)}.pv-text-link:hover svg{transform:translate(4px)}.pv-utility{position:relative;z-index:5;background:var(--pv-navy);color:var(--pv-white);font-family:var(--pv-heading-font)}.pv-utility__list{display:grid;width:min(100%,var(--pv-container));min-height:42px;grid-template-columns:repeat(var(--pv-utility-count, 3),minmax(0,1fr));align-items:center;margin:0 auto;padding:0 var(--pv-gutter);list-style:none}.pv-utility__item{display:flex;min-width:0;align-items:center;justify-content:center;gap:.55rem;padding:.65rem 1rem;font-size:.78rem;font-weight:650;letter-spacing:.015em;line-height:1.25;text-align:center}.pv-utility__item+.pv-utility__item{border-inline-start:1px solid rgba(255,255,255,.18)}.pv-utility__icon{display:inline-flex;flex:0 0 auto;color:#a8c2bf}.pv-utility__icon svg{width:17px;height:17px}.pv-utility__link{color:inherit;text-decoration:none}.pv-hero{min-height:clamp(640px,76vh,780px)}.pv-hero__inner{display:grid;min-height:inherit;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:clamp(2rem,5vw,5.5rem);align-items:center;padding-block:clamp(3.5rem,6vw,6rem)}.pv-hero__content{position:relative;z-index:2;max-width:620px}.pv-hero__title{margin:0;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:clamp(3rem,5.5vw,5rem);font-weight:650;letter-spacing:-.06em;line-height:.98;text-wrap:balance}.pv-hero__body{max-width:590px;margin:1.45rem 0 0;color:#1d252cc2;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.62}.pv-hero__media{position:relative;min-height:clamp(500px,60vw,680px)}.pv-hero__frame{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:48% 48% var(--pv-radius-xl) var(--pv-radius-xl) / 32% 32% var(--pv-radius-xl) var(--pv-radius-xl);background:linear-gradient(145deg,var(--pv-stone),#c9d6d1);box-shadow:var(--pv-shadow)}.pv-hero__frame:before{position:absolute;z-index:0;width:72%;aspect-ratio:1;inset:auto -22% -28% auto;border:clamp(42px,6vw,84px) solid rgba(79,124,122,.27);border-block-start-color:transparent;border-radius:22%;content:"";transform:rotate(45deg)}.pv-hero__image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:var(--pv-image-position, center)}.pv-hero__art{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:3rem}.pv-hero__monogram{position:relative;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:clamp(8rem,19vw,16rem);font-weight:700;letter-spacing:-.13em;line-height:.75;transform:translate(-.08em)}.pv-hero__paw{position:absolute;width:78px;height:78px;inset:-30px 22% auto auto;color:var(--pv-teal);transform:rotate(-10deg)}.pv-hero__chips{position:absolute;z-index:2;inset:auto 1.5rem 1.5rem;display:flex;justify-content:space-between;gap:.75rem}.pv-hero__chip{padding:.65rem .9rem;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#f7f3ecdb;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pv-hero__note{display:flex;align-items:center;gap:.6rem;margin-block-start:1.35rem;color:#1d252cab;font-size:.85rem;line-height:1.45}.pv-hero__note svg{width:18px;height:18px;color:var(--pv-teal);flex:0 0 auto}.pv-trust{border-block:1px solid var(--pv-border)}.pv-trust__list{display:grid;grid-template-columns:repeat(var(--pv-trust-count, 3),minmax(0,1fr));margin:0;padding:0;list-style:none}.pv-trust__item{display:grid;grid-template-columns:auto 1fr;gap:.95rem;align-items:center;padding:1.7rem clamp(1rem,2.8vw,2.2rem)}.pv-trust__item+.pv-trust__item{border-inline-start:1px solid var(--pv-border)}.pv-trust__icon{display:grid;width:46px;aspect-ratio:1;place-items:center;border-radius:50%;background:#4f7c7a1c;color:var(--pv-teal)}.pv-trust__icon svg{width:23px;height:23px}.pv-trust__title{margin:0;color:var(--pv-navy);font-size:1rem;font-weight:700}.pv-trust__text{margin:.25rem 0 0;color:#1d252c9e;font-size:.83rem;line-height:1.45}.pv-grid{display:grid;gap:clamp(1rem,2.2vw,1.75rem)}.pv-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pv-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.pv-card{position:relative;overflow:hidden;border:1px solid var(--pv-border);border-radius:var(--pv-radius-lg);background:var(--pv-white);transition:transform .24s var(--pv-ease),box-shadow .24s ease,border-color .24s ease}@media(hover:hover){.pv-card:hover{border-color:#4f7c7a73;box-shadow:var(--pv-shadow);transform:translateY(-5px)}.pv-card:hover .pv-card__image{transform:scale(1.025)}}.pv-card__media{position:relative;overflow:hidden;aspect-ratio:var(--pv-card-ratio, 4 / 3);background:var(--pv-stone)}.pv-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s var(--pv-ease)}.pv-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(145deg,#edf0ec,#c8d3cf)}.pv-card__fallback:before{position:absolute;width:72%;aspect-ratio:1;inset:22% auto auto 38%;border:38px solid rgba(79,124,122,.25);border-block-start-color:transparent;border-radius:18%;content:"";transform:rotate(45deg)}.pv-card__fallback svg{position:absolute;width:34px;height:34px;inset:1.25rem 1.25rem auto auto;color:var(--pv-navy)}.pv-card__body{padding:1.35rem}.pv-card__kicker{margin:0 0 .45rem;color:var(--pv-teal);font-family:var(--pv-heading-font);font-size:.72rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.pv-card__title{margin:0;color:var(--pv-navy);font-size:clamp(1.15rem,1.7vw,1.45rem);font-weight:650;letter-spacing:-.025em;line-height:1.2}.pv-card__text{margin:.65rem 0 0;color:#1d252cb3;font-size:.93rem;line-height:1.55}.pv-card__link-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-block-start:1.1rem;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:.86rem;font-weight:700}.pv-card__link-row svg{width:18px;height:18px;flex:0 0 auto}.pv-card-link{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;border-radius:inherit}.pv-problems__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.pv-problem{min-height:310px;grid-column:span 4}.pv-problem:nth-child(1),.pv-problem:nth-child(5){grid-column:span 5}.pv-problem:nth-child(2),.pv-problem:nth-child(6){grid-column:span 3}.pv-problem:nth-child(3),.pv-problem:nth-child(4){grid-column:span 4}.pv-problem__body{position:absolute;z-index:2;inset:auto 0 0;padding:5rem 1.4rem 1.4rem;background:linear-gradient(transparent,#0d2a3fe0);color:var(--pv-white)}.pv-problem__body .pv-card__title{color:var(--pv-white)}.pv-problem__body .pv-card__text{color:#ffffffc7}.pv-problem__body .pv-card__link-row{color:var(--pv-white)}.pv-problem .pv-card__media{height:100%;aspect-ratio:auto}.pv-values__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,6vw,6rem);align-items:center}.pv-values__media{position:relative;min-height:570px;overflow:hidden;border-radius:var(--pv-radius-xl);background:var(--pv-stone)}.pv-values__media img{width:100%;height:100%;min-height:inherit;object-fit:cover}.pv-values__media:after{position:absolute;width:50%;aspect-ratio:1;inset:auto -20% -28% auto;border:54px solid rgba(79,124,122,.28);border-block-start-color:transparent;border-radius:16%;content:"";transform:rotate(45deg)}.pv-values__list{display:grid;gap:0;margin:2.25rem 0 0;padding:0;list-style:none}.pv-values__item{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding-block:1.1rem;border-block-start:1px solid var(--pv-border)}.pv-values__number{color:var(--pv-teal);font-family:var(--pv-heading-font);font-size:.82rem;font-weight:750}.pv-values__item h3{margin:0;color:var(--pv-navy);font-size:1.05rem;font-weight:700}.pv-values__item p{margin:.35rem 0 0;color:#1d252cad;font-size:.92rem;line-height:1.55}.pv-routine .pv-card__media{aspect-ratio:4 / 3}.pv-routine__meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-block-start:.95rem}.pv-routine__tag{padding:.35rem .55rem;border-radius:999px;background:#4f7c7a1a;color:var(--pv-teal);font-size:.72rem;font-weight:700}.pv-review{padding:clamp(1.35rem,2.5vw,2rem)}.pv-review__stars{display:flex;gap:.2rem;color:var(--pv-teal)}.pv-review__stars svg{width:17px;height:17px;fill:currentColor}.pv-review blockquote{margin:1.3rem 0 1.5rem;color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:550;line-height:1.55}.pv-review__author{margin:0;color:var(--pv-charcoal);font-size:.86rem;font-weight:700}.pv-review__meta{margin:.2rem 0 0;color:#1d252c94;font-size:.78rem}.pv-service__list{display:grid;grid-template-columns:repeat(var(--pv-service-count, 4),minmax(0,1fr));margin:0;padding:0;list-style:none}.pv-service__item{padding:clamp(1.6rem,3vw,2.5rem);border-inline-start:1px solid rgba(255,255,255,.16)}.pv-service__item:first-child{border-inline-start:0}.pv-service__icon{display:grid;width:42px;aspect-ratio:1;place-items:center;margin-block-end:1rem;border-radius:50%;background:#ffffff1a;color:#a8c2bf}.pv-service__icon svg{width:21px;height:21px}.pv-service__item h3{margin:0;color:var(--pv-white);font-size:1rem}.pv-service__item p{margin:.4rem 0 0;color:#ffffffad;font-size:.83rem;line-height:1.5}.pv-service__item a{color:inherit;text-decoration:none}.pv-story__panel{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:clamp(2rem,5vw,4.5rem);border-radius:var(--pv-radius-xl);background:var(--pv-navy);color:var(--pv-white)}.pv-story__panel:after{position:absolute;width:300px;aspect-ratio:1;inset:-150px -70px auto auto;border:55px solid rgba(79,124,122,.42);border-block-start-color:transparent;border-radius:18%;content:"";transform:rotate(45deg)}.pv-story__content{position:relative;z-index:1}.pv-story__content .pv-heading{max-width:760px;color:var(--pv-white)}.pv-story__content .pv-copy{color:#ffffffc2}.pv-story__action{position:relative;z-index:1}.shopify-section-group-footer-group{background:var(--pv-navy);color:var(--pv-white)}.shopify-section-group-footer-group :is(h1,h2,h3,h4,h5,h6,p,a,label,summary){color:var(--pv-white)}.shopify-section-group-footer-group input{border-color:#ffffff61;background:#ffffff0f;color:var(--pv-white)}.shopify-section-group-footer-group input::placeholder{color:#ffffffad}.shopify-section-group-footer-group svg{color:var(--pv-white)}.shopify-section-group-footer-group .email-signup__input{color:var(--pv-navy)}.shopify-section-group-footer-group .email-signup__input::placeholder{color:#0d2a3f9e}.shopify-section-group-footer-group .email-signup__button svg{color:var(--pv-navy)}.section-resource-list{padding-block:var(--pv-section-space)!important}.section-resource-list__header h2,.section-resource-list__header h3{color:var(--pv-navy);font-family:var(--pv-heading-font);letter-spacing:-.04em}.resource-list__item{border-radius:var(--pv-radius-lg)}.product-card{overflow:hidden;border-radius:var(--pv-radius-lg);background:var(--pv-white)}.product-card__content{padding:1rem}@supports not (background: color-mix(in srgb,white,black)){.pv-section--stone{background:#e9ebe8}}@media(max-width:989px){.pv-hero{min-height:auto}.pv-hero__inner{grid-template-columns:1fr;gap:2.5rem;padding-block:4rem}.pv-hero__content{max-width:760px}.pv-hero__media{min-height:560px}.pv-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.pv-problem,.pv-problem:nth-child(n){grid-column:span 6}.pv-values__grid{grid-template-columns:1fr}.pv-values__media{min-height:480px}.pv-service__list{grid-template-columns:repeat(2,minmax(0,1fr))}.pv-service__item:nth-child(3){border-inline-start:0;border-block-start:1px solid rgba(255,255,255,.16)}.pv-service__item:nth-child(4){border-block-start:1px solid rgba(255,255,255,.16)}}@media(max-width:749px){:root{--pv-gutter: 1rem;--pv-section-space: 4rem}.pv-section__header{display:block}.pv-section__header .pv-text-link{margin-block-start:1rem}.pv-heading{font-size:clamp(2rem,10vw,2.75rem)}.pv-hero__inner{padding-block:3.25rem}.pv-hero__title{font-size:clamp(2.7rem,13vw,4rem)}.pv-hero__media{min-height:min(118vw,520px)}.pv-hero__frame{border-radius:44% 44% 24px 24px/25% 25% 24px 24px}.pv-actions{display:grid;grid-template-columns:1fr}.pv-button{width:100%}.pv-utility__list{overflow-x:auto;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(245px,82vw);justify-content:start;padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none}.pv-utility__list::-webkit-scrollbar{display:none}.pv-utility__item{min-height:42px;border-inline-start:0!important;scroll-snap-align:center}.pv-trust__list{grid-template-columns:1fr}.pv-trust__item+.pv-trust__item{border-inline-start:0;border-block-start:1px solid var(--pv-border)}.pv-grid--3,.pv-grid--4{grid-template-columns:1fr}.pv-problems__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82vw,1fr);grid-template-columns:none;overflow-x:auto;margin-inline:calc(-1 * var(--pv-gutter));padding-inline:var(--pv-gutter);scroll-padding-inline:var(--pv-gutter);scroll-snap-type:x mandatory;scrollbar-width:none}.pv-problems__grid::-webkit-scrollbar{display:none}.pv-problem,.pv-problem:nth-child(n){min-height:360px;grid-column:auto;scroll-snap-align:start}.pv-values__media{min-height:min(112vw,500px)}.pv-values__list{margin-block-start:1.5rem}.pv-service__list{grid-template-columns:1fr}.pv-service__item{border-inline-start:0;border-block-start:1px solid rgba(255,255,255,.16)}.pv-service__item:first-child{border-block-start:0}.pv-story__panel{grid-template-columns:1fr}.pv-story__action .pv-button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--pv-display-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--pv-container: 1360px;--pv-section-space: clamp(2.5rem, 4.5vw, 4.5rem);--pv-gutter: clamp(1.1rem, 3.2vw, 2.7rem)}.content-for-layout{background:var(--pv-cream)}.pv-section__header{margin-block-end:clamp(1.35rem,2.2vw,2rem)}.pv-heading{font-family:var(--pv-display-font);font-size:clamp(1.85rem,2.7vw,2.65rem);font-weight:700;letter-spacing:-.035em;line-height:1.04}.pv-eyebrow{margin-block-end:.65rem;font-size:.68rem}.shopify-section-group-header-group .header-logo{display:grid!important;gap:.25rem;justify-items:start;min-width:220px;color:var(--pv-navy)!important;font-family:var(--pv-heading-font)!important;font-size:clamp(1.35rem,2.2vw,2rem)!important;font-weight:700!important;letter-spacing:.28em!important;line-height:1!important;text-transform:uppercase}.shopify-section-group-header-group .header-logo:after{content:"SOIN & BIEN-\caTRE POUR CHIENS ET CHATS";color:var(--pv-teal);font-family:var(--pv-body-font);font-size:.46rem;font-weight:700;letter-spacing:.09em;line-height:1.1;white-space:nowrap}.shopify-section-group-header-group .header__row{min-height:88px}.shopify-section-group-header-group .menu-list__link{color:var(--pv-navy);font-family:var(--pv-heading-font);font-size:.72rem;font-weight:750;letter-spacing:.025em;text-transform:uppercase}.pv-hero{min-height:0;border-block-end:1px solid var(--pv-border)}.pv-hero__inner{min-height:515px;grid-template-columns:minmax(390px,.82fr) minmax(520px,1.18fr);gap:clamp(1rem,3vw,3rem);padding-block:clamp(2.6rem,4vw,4.2rem)}.pv-hero__content{max-width:520px;padding-inline-start:clamp(1rem,2vw,2rem)}.pv-hero__content>.pv-eyebrow{display:none}.pv-hero__title{max-width:520px;font-family:var(--pv-display-font);font-size:clamp(3.45rem,5.25vw,5.6rem);font-weight:700;letter-spacing:-.055em;line-height:.9}.pv-hero__title span{display:block}.pv-hero__title em{color:var(--pv-teal);font-weight:700}.pv-hero__body{max-width:420px;margin-block-start:1.45rem;font-size:1rem;line-height:1.48}.pv-actions{gap:.8rem;margin-block-start:1.45rem}.pv-button{min-height:44px;padding:.78rem 1.35rem;border-radius:999px;font-size:.72rem;letter-spacing:.025em;text-transform:uppercase}.pv-hero__note{margin-block-start:1rem;font-size:.77rem}.pv-hero__media{min-height:455px}.pv-hero__frame{overflow:visible;border-radius:46% 0 0 46%/82% 0 0 82%;box-shadow:none}.pv-hero__frame:before{z-index:0;width:37%;inset:-2% auto -3% -10%;border:0;border-radius:58% 42% 50% 45%;background:radial-gradient(ellipse at 50% 12%,var(--pv-teal) 0 18%,transparent 19%),radial-gradient(ellipse at 24% 38%,var(--pv-teal) 0 19%,transparent 20%),radial-gradient(ellipse at 72% 39%,var(--pv-teal) 0 19%,transparent 20%),radial-gradient(ellipse at 49% 72%,var(--pv-teal) 0 31%,transparent 32%);content:"";transform:rotate(-7deg);opacity:.95}.pv-hero__image{overflow:hidden;border-radius:inherit;object-position:center 52%}.pv-trust{background:#fbf9f5}.pv-trust__item{min-height:102px;padding:1.25rem clamp(1rem,2.5vw,2.2rem)}.pv-trust__icon{width:50px;border:1px solid rgba(79,124,122,.55);background:transparent}.pv-trust__title{font-size:.82rem;letter-spacing:.015em;text-transform:uppercase}.pv-trust__text{max-width:230px;font-size:.76rem;line-height:1.35}#pv-categories .pv-section__inner{padding-block:2.2rem 2.6rem}#pv-categories .pv-section__header{float:left;width:270px;margin:0 2rem 0 0}#pv-categories .pv-heading{font-size:clamp(1.55rem,2vw,2.1rem);line-height:1.06}.pv-categories__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.85rem}.pv-category{position:relative;display:grid;min-height:118px;place-items:center;align-content:center;gap:.65rem;padding:.95rem .55rem;border:1px solid rgba(13,42,63,.06);border-radius:14px;background:#edf1ed;text-align:center;transition:transform .18s var(--pv-ease),box-shadow .18s ease}.pv-category:nth-child(2),.pv-category:nth-child(5){background:#f2ece5}.pv-category:nth-child(4){background:#f3e8e5}.pv-category:nth-child(6){background:#eaf0ee}.pv-category:nth-child(7){background:#eceef0}.pv-category__icon{display:grid;width:34px;height:34px;place-items:center;color:var(--pv-navy)}.pv-category__icon svg{width:29px;height:29px}.pv-category__icon img{width:100%;height:100%;border-radius:50%;object-fit:cover}.pv-category__title{margin:0;color:var(--pv-charcoal);font-family:var(--pv-heading-font);font-size:.68rem;font-weight:750;line-height:1.2}@media(hover:hover){.pv-category:hover{z-index:2;box-shadow:0 10px 28px #0d2a3f17;transform:translateY(-3px)}}.pv-products .pv-section__inner{padding-block:1.8rem 3.2rem}.pv-products .pv-section__header{align-items:center}.pv-products .pv-heading{font-size:clamp(1.75rem,2.4vw,2.4rem)}.pv-products .pv-text-link{color:var(--pv-teal);font-size:.73rem;letter-spacing:.02em;text-transform:uppercase}.pv-products__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem}.pv-product-card{overflow:hidden;border:1px solid var(--pv-border);border-radius:10px;background:var(--pv-white)}.pv-product-card__media{display:block;overflow:hidden;aspect-ratio:.9;background:#f7f5f0}.pv-product-card__image,.pv-product-card__placeholder,.pv-product-card__mosaic{width:100%;height:100%;object-fit:cover;transition:transform .26s var(--pv-ease)}.pv-product-card__mosaic{background-image:var(--pv-mosaic);background-repeat:no-repeat;background-size:600% 100%}.pv-product-card:nth-child(2) .pv-product-card__mosaic{background-position:20% 0}.pv-product-card:nth-child(3) .pv-product-card__mosaic{background-position:40% 0}.pv-product-card:nth-child(4) .pv-product-card__mosaic{background-position:60% 0}.pv-product-card:nth-child(5) .pv-product-card__mosaic{background-position:80% 0}.pv-product-card:nth-child(6) .pv-product-card__mosaic{background-position:100% 0}.pv-product-card__body{padding:.8rem .75rem .9rem}.pv-product-card__title{display:block;min-height:2.6em;margin:0;color:var(--pv-charcoal);font-family:var(--pv-heading-font);font-size:.78rem;font-weight:650;line-height:1.3;text-decoration:none}.pv-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-block-start:.65rem}.pv-product-card__price{color:var(--pv-navy);font-size:.85rem;font-weight:750}.pv-product-card__form{margin:0}.pv-product-card__add{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:var(--pv-navy);color:var(--pv-white);cursor:pointer}.pv-product-card__add svg{width:16px;height:16px}.pv-product-card__add:disabled{cursor:not-allowed;opacity:.45}.pv-product-card__status{margin:.45rem 0 0;color:var(--pv-teal);font-size:.62rem;font-weight:750;letter-spacing:.045em;text-transform:uppercase}@media(hover:hover){.pv-product-card:hover .pv-product-card__image,.pv-product-card:hover .pv-product-card__mosaic{transform:scale(1.025)}}#pv-solutions .pv-section__inner{padding-block:2.2rem 2.8rem}#pv-solutions .pv-section__header{margin-block-end:1rem}#pv-solutions .pv-heading{font-size:clamp(1.65rem,2.3vw,2.35rem)}#pv-solutions .pv-eyebrow{display:none}.pv-problems__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.85rem}.pv-problem,.pv-problem:nth-child(n){min-height:218px;grid-column:auto;border-radius:10px}.pv-problem__mosaic{width:100%;height:100%;background-image:var(--pv-mosaic);background-repeat:no-repeat;background-size:300% 200%;transition:transform .3s var(--pv-ease)}.pv-problem__body{padding:4rem .8rem .8rem;background:linear-gradient(transparent 15%,#0d2a3fe0)}.pv-problem__body .pv-card__title{font-family:var(--pv-heading-font);font-size:.78rem;letter-spacing:0}.pv-problem__body .pv-card__text{display:none}@media(hover:hover){.pv-problem:hover .pv-problem__mosaic{transform:scale(1.03)}}#pv-routines .pv-section__inner{padding-block:.5rem 3rem}.pv-routines__grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));overflow:hidden;border-radius:14px;background:var(--pv-white);box-shadow:0 8px 30px #0d2a3f0f}.pv-routines__intro-card{position:relative;z-index:1;overflow:hidden;padding:clamp(1.6rem,2.8vw,2.7rem);background:var(--pv-navy);color:var(--pv-white)}.pv-routines__intro-card:after{position:absolute;z-index:-1;width:210px;aspect-ratio:1;inset:-30px -115px auto auto;border-radius:50%;background:var(--pv-teal);content:""}.pv-routines__intro-card .pv-eyebrow,.pv-routines__intro-card .pv-heading{color:var(--pv-white)}.pv-routines__intro-card .pv-heading{font-size:clamp(1.75rem,2.4vw,2.5rem)}.pv-routines__intro-card .pv-copy{margin-block-start:.8rem;color:#ffffffc7;font-size:.84rem;line-height:1.48}.pv-routines__intro-card .pv-button{margin-block-start:1.2rem}.pv-routine{border:0;border-inline-start:1px solid var(--pv-border);border-radius:0}.pv-routine .pv-card__media{aspect-ratio:1.55}.pv-routine__mosaic{width:100%;height:100%;background-image:var(--pv-mosaic);background-repeat:no-repeat;background-size:300% 100%;transition:transform .3s var(--pv-ease)}.pv-routine:nth-child(2) .pv-routine__mosaic{background-position:0 0}.pv-routine:nth-child(3) .pv-routine__mosaic{background-position:50% 0}.pv-routine:nth-child(4) .pv-routine__mosaic{background-position:100% 0}.pv-routine .pv-card__body{padding:.85rem .95rem 1rem}.pv-routine .pv-card__kicker{margin-block-end:.25rem;font-size:.58rem}.pv-routine .pv-card__title{font-family:var(--pv-display-font);font-size:1.08rem}.pv-routine .pv-card__text{margin-block-start:.3rem;font-size:.7rem;line-height:1.35}.pv-routine .pv-card__link-row{margin-block-start:.55rem;color:var(--pv-teal);font-size:.65rem}@media(hover:hover){.pv-routine:hover{transform:none}.pv-routine:hover .pv-routine__mosaic{transform:scale(1.025)}}.pv-service__item{display:grid;grid-template-columns:42px 1fr;column-gap:.85rem;padding:1.25rem clamp(.9rem,2vw,1.7rem)}.pv-service__icon{grid-row:span 2;margin:0}.pv-service__item h3{align-self:end;font-size:.74rem;letter-spacing:.02em;text-transform:uppercase}.pv-service__item p{align-self:start;margin-block-start:.2rem;font-size:.68rem}.shopify-section-group-footer-group{border-block-start:1px solid rgba(255,255,255,.12)}.shopify-section-group-footer-group .section{padding-block:clamp(2rem,4vw,4rem)!important}@media(max-width:1180px){.pv-hero__inner{grid-template-columns:minmax(340px,.88fr) minmax(470px,1.12fr)}#pv-categories .pv-section__header{float:none;width:auto;margin:0 0 1.2rem}.pv-products__grid,.pv-problems__grid,.pv-routines__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pv-routines__intro-card{grid-column:1 / -1}}@media(max-width:989px){.shopify-section-group-header-group .header-logo{min-width:0;font-size:1.4rem!important}.shopify-section-group-header-group .header-logo:after{display:none}.pv-hero__inner{grid-template-columns:1fr;gap:1.5rem;padding-block:2.5rem 0}.pv-hero__content{max-width:680px;padding-inline:0}.pv-hero__media{min-height:min(72vw,560px)}.pv-hero__frame{border-radius:40% 40% 0 0/22% 22% 0 0}.pv-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){:root{--pv-section-space: 2.8rem;--pv-gutter: 1rem}.shopify-section-group-header-group .header,.shopify-section-group-header-group .header__row{--top-row-height: 64px !important;min-height:64px!important;height:64px!important}.shopify-section-group-header-group .header__row{grid-template-rows:64px!important}.shopify-section-group-header-group .header__columns,.shopify-section-group-header-group .header__column{min-height:0!important}.shopify-section-group-header-group .header-logo img{max-height:34px!important;width:auto!important}.pv-heading{font-size:clamp(1.75rem,8vw,2.3rem)}.pv-hero__inner{padding-block-start:2.35rem}.pv-hero__title{font-size:clamp(3.15rem,15.5vw,4.55rem)}.pv-hero__body{font-size:.95rem}.pv-actions{grid-template-columns:1fr 1fr}.pv-button{width:auto;padding-inline:1rem}.pv-hero__media{min-height:96vw}.pv-hero__frame:before{width:42%;inset-inline-start:-8%}.pv-trust__list{grid-auto-flow:column;grid-auto-columns:minmax(260px,82vw);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.pv-trust__list::-webkit-scrollbar{display:none}.pv-trust__item{border-inline-start:1px solid var(--pv-border)!important;border-block-start:0!important;scroll-snap-align:start}#pv-categories .pv-section__inner{padding-block:2rem}.pv-categories__grid,.pv-products__grid,.pv-problems__grid{grid-auto-flow:column;grid-auto-columns:minmax(145px,43vw);grid-template-columns:none;overflow-x:auto;margin-inline:calc(-1 * var(--pv-gutter));padding-inline:var(--pv-gutter);scroll-padding-inline:var(--pv-gutter);scroll-snap-type:x mandatory;scrollbar-width:none}.pv-categories__grid::-webkit-scrollbar,.pv-products__grid::-webkit-scrollbar,.pv-problems__grid::-webkit-scrollbar{display:none}.pv-category,.pv-product-card,.pv-problem{scroll-snap-align:start}.pv-category{min-height:112px}.pv-product-card__media{aspect-ratio:.88}.pv-problem,.pv-problem:nth-child(n){min-height:225px}.pv-routines__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(74vw,1fr);grid-template-columns:none;overflow-x:auto;border-radius:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.pv-routines__grid::-webkit-scrollbar{display:none}.pv-routines__intro-card{grid-column:auto;scroll-snap-align:start}.pv-routine{scroll-snap-align:start}.pv-service__list{grid-template-columns:repeat(2,minmax(0,1fr))}.pv-service__item:nth-child(odd){border-inline-start:0}}@media(max-width:430px){.pv-actions{grid-template-columns:1fr}.pv-button{width:100%}.pv-service__list{grid-template-columns:1fr}.pv-service__item{border-inline-start:0}}.shopify-section-group-header-group .header-logo{min-width:auto;font-size:clamp(1.45rem,1.8vw,1.75rem)!important}.shopify-section-group-header-group .header-logo:after{display:none!important;content:none!important}.shopify-section-group-header-group .header__row{min-height:74px}.pv-hero__inner{width:100%;max-width:none;min-height:560px;grid-template-columns:minmax(500px,.84fr) minmax(620px,1.16fr);gap:clamp(2rem,3vw,3.5rem);padding:clamp(2rem,3vw,3rem) clamp(2rem,4vw,4.5rem)}.pv-hero__content{max-width:600px;padding-inline-start:0}.pv-hero__title{max-width:none;font-size:clamp(3.65rem,4.25vw,5rem);letter-spacing:-.05em;line-height:.93}.pv-hero__title span{white-space:nowrap}.pv-hero__body,.pv-hero__content .pv-actions{margin-block-start:1.2rem}.pv-hero__note{margin-block-start:.85rem}.pv-hero__media{min-height:500px}.pv-hero__frame{overflow:visible;border-radius:46% 0 0 46%/22% 0 0 22%}.pv-hero__frame picture{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;border-radius:inherit}.pv-hero__image{display:block;border-radius:inherit}@media(max-width:1180px)and (min-width:990px){.pv-hero__inner{min-height:520px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2rem;padding-inline:2.5rem}.pv-hero__title{font-size:clamp(3.55rem,6vw,4.35rem)}.pv-hero__media{min-height:455px}}@media(max-width:989px){.pv-hero__inner{width:min(100%,820px);min-height:0;grid-template-columns:1fr;gap:1.5rem;padding:2.5rem var(--pv-gutter) 0}.pv-hero__content{max-width:680px}.pv-hero__title{font-size:clamp(3.3rem,8vw,4.35rem)}.pv-hero__media{min-height:min(72vw,560px)}.pv-hero__frame{border-radius:38px 38px 0 0}}@media(max-width:749px){.pv-hero__inner{padding-block-start:2rem}.pv-hero__title{font-size:clamp(2.55rem,12.3vw,3.45rem);line-height:.95}.pv-hero__body{margin-block-start:1rem}.pv-hero__media{min-height:96vw}.pv-hero__frame{border-radius:28px 28px 0 0}}.pv-product-card__media{aspect-ratio:1 / 1}.pv-product-card__mosaic{background-size:300% auto;background-position-y:center}.pv-product-card:nth-child(1) .pv-product-card__mosaic{background-position:0 0}.pv-product-card:nth-child(2) .pv-product-card__mosaic{background-position:50% 0}.pv-product-card:nth-child(3) .pv-product-card__mosaic{background-position:100% 0}.pv-product-card:nth-child(4) .pv-product-card__mosaic{background-position:0 100%}.pv-product-card:nth-child(5) .pv-product-card__mosaic{background-position:50% 100%}.pv-product-card:nth-child(6) .pv-product-card__mosaic{background-position:100% 100%}.pv-problem,.pv-problem:nth-child(n){min-height:0;aspect-ratio:1 / 1}.pv-problem__mosaic{background-size:300% auto}.pv-problem:nth-child(1) .pv-problem__mosaic{background-position:0 0}.pv-problem:nth-child(2) .pv-problem__mosaic{background-position:50% 0}.pv-problem:nth-child(3) .pv-problem__mosaic{background-position:100% 0}.pv-problem:nth-child(4) .pv-problem__mosaic{background-position:0 100%}.pv-problem:nth-child(5) .pv-problem__mosaic{background-position:50% 100%}.pv-problem:nth-child(6) .pv-problem__mosaic{background-position:100% 100%}.pv-routine .pv-card__media{min-height:0;aspect-ratio:3 / 2}.pv-routine__mosaic{background-size:300% auto}.pv-routine:nth-child(2) .pv-routine__mosaic{background-position:0 45%}.pv-routine:nth-child(3) .pv-routine__mosaic{background-position:50% 45%}.pv-routine:nth-child(4) .pv-routine__mosaic{background-position:100% 45%}@media(max-width:749px){.pv-product-card__media{aspect-ratio:1 / 1}.pv-problem,.pv-problem:nth-child(n){aspect-ratio:1 / 1}.pv-routine .pv-card__media{aspect-ratio:3 / 2}}.resource-card__media{--resource-card-aspect-ratio: 1 / 1 !important;aspect-ratio:1 / 1!important;overflow:hidden;border-radius:16px 16px 0 0;background:var(--pv-white)}.resource-card__media .resource-card__image{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pattevia-theme.css.map */
