.lgx-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(40%,12em),1fr));gap:.5em}.lgx-gallery__item{display:block;border-radius:.5em;overflow:hidden;cursor:pointer;border:none;padding:0;background:none;aspect-ratio:1;position:relative;transition:transform .18s ease,box-shadow .18s ease}.lgx-gallery__item:hover,.lgx-gallery__item:focus-visible{transform:scale(1.03);box-shadow:0 .35em 1.5em rgb(var(--color-foreground) / 18%);outline:2px solid rgb(var(--color-primary-button-background) / 60%);outline-offset:2px;z-index:1}.lgx-gallery__img{width:100%;height:100%;display:block}.lgx-gallery__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.lgx-gallery__item:hover .lgx-gallery__img img{transform:scale(1.07)}.lgx-howto__steps{display:flex;flex-direction:column;gap:1.5em;margin-top:2em}@media screen and (min-width:640px){.lgx-howto__steps{flex-direction:row;align-items:stretch;gap:1.5em}}.lgx-howto__step{display:flex;flex-direction:column;justify-content:flex-end;min-height:250px;padding:2.5em 2.25em 2.75em;border-radius:0 0 var(--border-radius, 1em) var(--border-radius, 1em);background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground) / 8%);box-shadow:0 .5em 2.5em rgb(var(--color-foreground) / 8%),0 .1em .4em rgb(var(--color-foreground) / 5%);flex:1;position:relative;overflow:hidden}.lgx-howto__step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:rgb(var(--color-primary-button-background));opacity:.6}.lgx-howto__step-num{position:absolute;top:.1em;right:.2em;font-size:9em;font-weight:900;line-height:1;color:rgb(var(--color-primary-button-background));opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.05em}.lgx-howto__step-body{position:relative;z-index:1}.lgx-howto__step-title{font-size:1.2em;font-weight:700;margin:0 0 .4em;line-height:1.25}.lgx-howto__step-text{line-height:1.65;opacity:.75;margin:0}.lgx-included__section{background:rgb(var(--color-foreground) / 3%);border-radius:var(--border-radius, 1em);border:1px solid rgb(var(--color-foreground) / 7%);padding:clamp(2em,4.5vw,3em) clamp(1.25em,3vw,2.5em);margin-top:clamp(2.75em,6vw,4.5em)}.lgx-included__grid{display:grid;gap:2em;grid-template-columns:1fr}@media screen and (min-width:540px){.lgx-included__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2em 3em}}@media screen and (min-width:1024px){.lgx-included__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2em}}.lgx-included__group{display:flex;flex-direction:column;gap:.75em}.lgx-included__group-hd{display:flex;align-items:center;gap:.55em;padding-bottom:.6em;border-bottom:1.5px solid rgb(var(--color-foreground) / 10%)}.lgx-included__group-icon{width:1.3em;height:1.3em;flex-shrink:0;color:rgb(var(--color-primary-button-background))}.lgx-included__group-title{font-size:1.1em;font-weight:700;margin:0;letter-spacing:-.01em}.lgx-included__checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}.lgx-included__item{display:flex;align-items:flex-start;gap:.5em;line-height:1.45}.lgx-location__layout{display:grid;gap:1.5em;align-items:stretch}@media screen and (min-width:768px){.lgx-location__layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:2.5em}}.lgx-location__aside{display:flex;flex-direction:column;gap:1.25em;min-width:0}.lgx-location__address{font-style:normal;line-height:1.45;padding:1em 1.15em;border-radius:var(--border-radius, .85em);background:rgb(var(--color-foreground) / 5%);border:1px solid rgb(var(--color-foreground) / 8%);color:rgb(var(--color-foreground));font-size:.95em}.lgx-location__map-wrap{position:relative;padding-bottom:60%;height:0;overflow:hidden;border-radius:var(--border-radius, .85em);box-shadow:0 .25em 1.5em rgb(var(--color-foreground) / 10%);border:1px solid rgb(var(--color-foreground) / 8%)}@media screen and (min-width:768px){.lgx-location__map-wrap{padding-bottom:100%}}.lgx-location__map-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.lgx-location__options{display:flex;flex-direction:column;gap:.75em;height:fit-content;position:sticky;top:120px}.lgx-location__option-card{display:flex;gap:1em;align-items:flex-start;padding:1.1em 1.25em;border-radius:var(--border-radius, .85em);background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground) / 10%);box-shadow:0 .1em .6em rgb(var(--color-foreground) / 5%);transition:box-shadow .18s ease,border-color .18s ease}.lgx-location__option-card:hover{box-shadow:0 .25em 1.25em rgb(var(--color-foreground) / 10%);border-color:rgb(var(--color-primary-button-background) / 30%)}.lgx-location__option-icon{flex-shrink:0;width:2.5em;height:2.5em;border-radius:.5em;background:rgb(var(--color-primary-button-background) / 10%);display:flex;align-items:center;justify-content:center}.lgx-location__option-icon svg{width:1.3em;height:1.3em;color:rgb(var(--color-primary-button-background))}.lgx-location__option-title{display:block;font-size:1.1em;font-weight:700;margin-bottom:.2em}.lgx-location__option-body{line-height:1.55;opacity:.75;margin:0}.lgx-puppies__matched{opacity:.9}.lgx-reviews__heading{font-size:clamp(1.6em,3.5vw,2.25em)}.lgx-reviews__grid{display:grid;gap:1.15em}@media screen and (min-width:640px){.lgx-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.lgx-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lgx-breeder__review-card{height:100%;padding:1.5em;border-radius:var(--border-radius, .85em);border:1px solid rgb(var(--color-foreground) / 10%);background:rgb(var(--color-background));box-shadow:0 .1em .35em rgb(var(--color-foreground) / 4%),0 .35em 1.35em rgb(var(--color-foreground) / 6%);display:flex;flex-direction:column;gap:.9em;transition:box-shadow .18s ease,transform .18s ease}.lgx-breeder__review-card:hover{box-shadow:0 .2em .75em rgb(var(--color-foreground) / 8%),0 .75em 2.5em rgb(var(--color-foreground) / 10%);transform:translateY(-.1em)}.lgx-breeder__review-card__header{display:flex;align-items:flex-start;gap:.85em}.lgx-breeder__review-card__avatar{flex-shrink:0;width:4.5em;height:4.5em;border-radius:50%;overflow:hidden}.lgx-breeder__review-card__avatar--placeholder{width:4.5em;height:4.5em;background:rgb(var(--color-foreground) / 10%);border-radius:50%}.lgx-breeder__review-card__name{font-weight:700;margin:0;font-size:.95em}.lgx-breeder__review-card__date{margin:0;font-size:.8em;opacity:.65}.lgx-breeder__review-card__stars{letter-spacing:.05em;color:#f5a623;font-size:.9em}.lgx-breeder__review-card__body{font-style:italic;line-height:1.65;flex:1}.lgx-breeder__review-card__body :first-child{margin-top:0}.lgx-breeder__review-card__thumbs{display:flex;flex-wrap:wrap;gap:.45em;margin-top:auto}.lgx-breeder__review-card__thumb-btn{display:block;width:7em;height:7em;border:none;padding:0;background:none;cursor:pointer;border-radius:.4em;overflow:hidden;flex-shrink:0;transition:transform .18s ease,box-shadow .18s ease}.lgx-breeder__review-card__thumb-btn:hover,.lgx-breeder__review-card__thumb-btn:focus-visible{transform:scale(1.06);box-shadow:0 .25em 1em rgb(var(--color-foreground) / 20%);outline:2px solid rgb(var(--color-primary-button-background) / 60%);outline-offset:2px;z-index:1}.lgx-breeder__review-card__thumb{width:100%;height:100%;display:block}.lgx-breeder__review-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.lgx-breeder__review-card__thumb-btn:hover .lgx-breeder__review-card__thumb img{transform:scale(1.08)}.lgx-location-directory{font-size:1em;line-height:1.5}.lgx-location-directory__inner{width:100%}.lgx-location-directory__section{margin:0;padding:0}.lgx-location-directory__heading{margin:0 0 .4em;text-align:center;letter-spacing:-.02em;line-height:1.2;font-size:clamp(1.35em,2.8vw,1.75em)}.lgx-location-directory__subheading{margin:0 auto var(--lgx-loc-dir-subheading-gap, 1.5em);max-width:36em;text-align:center;font-size:.9375em;line-height:1.5;opacity:.85}.lgx-location-directory__subheading :first-child{margin-top:0}.lgx-location-directory__subheading :last-child{margin-bottom:0}.lgx-location-directory__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:.5em 1.25em;max-width:72em;margin-inline:auto}.lgx-location-directory__region{min-width:0;box-sizing:border-box;padding:var(--lgx-loc-dir-region-pad, 1em);border-radius:var(--lgx-loc-dir-region-radius, .75em)}.lgx-location-directory__region-label{margin:0 0 .6em;font-size:.72em;font-weight:700;line-height:1.25;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground) / 75%)}.lgx-location-directory__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2em}.lgx-location-directory__item{margin:0}.lgx-location-directory__link{display:inline-block;font-size:.9375em;font-weight:500;line-height:1.35;color:rgb(var(--color-foreground) / 80%);text-decoration:none;transition:color .18s ease}.lgx-location-directory__link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.15em}.lgx-location-directory__link:focus-visible{outline:.15em solid rgb(var(--color-foreground));outline-offset:.12em}.lgx-location-directory__link--text{cursor:default;color:rgb(var(--color-foreground) / 65%)}.lgx-location-directory__link--text:hover{text-decoration:none;color:rgb(var(--color-foreground) / 65%)}@media screen and (max-width:989px){.lgx-location-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1em 1.5em}}@media screen and (max-width:749px){.lgx-location-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25em 1.5em}.lgx-location-directory__region-label{font-size:.75em}.lgx-location-directory__link{font-size:1em}}.lgx-location-directory__empty{margin:0;text-align:center;font-size:.9375em;opacity:.75}.lgx-loc-highlights__section{margin:0;padding:0}.lgx-loc-highlights__section--ruled{max-width:1167px;margin-inline:auto;margin-top:clamp(2em,4vw,3em);padding-top:clamp(1.75em,3.5vw,2.75em);border-top:1px solid rgb(var(--color-foreground) / 10%)}.lgx-loc-highlights__title{margin:0 0 .65em;letter-spacing:-.025em;line-height:1.2;font-size:clamp(1.35em,3vw,1.85em)}.lgx-loc-highlights__lead{margin:-.15em 0 1.75em;max-width:50em;line-height:1.6;opacity:.82}.lgx-loc-highlights__grid{display:grid;grid-template-columns:1fr;gap:var(--lgx-lh-gap-mobile, 16px)}@media screen and (min-width:768px){.lgx-loc-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--lgx-lh-gap-desktop, 24px)}.lgx-loc-highlights__card--full{grid-column:1 / -1}}.lgx-loc-highlights__card{position:relative;overflow:hidden;border-radius:var(--lgx-lh-radius, 16px);min-height:var(--lgx-lh-min-h-mobile, 220px);color:rgb(var(--color-foreground))}@media screen and (min-width:768px){.lgx-loc-highlights__card{min-height:var(--lgx-lh-min-h, 260px)}}.lgx-loc-highlights__card-content{position:relative;z-index:2;box-sizing:border-box;width:100%;max-width:none;padding-top:var(--lgx-lh-pad-mobile, 22px);padding-left:var(--lgx-lh-pad-mobile, 22px);padding-right:var(--lgx-lh-content-pr-mobile, 22px);padding-bottom:var(--lgx-lh-content-pb-mobile, 22px)}@media screen and (min-width:768px){.lgx-loc-highlights__card-content{padding-top:var(--lgx-lh-pad, 28px);padding-left:var(--lgx-lh-pad, 28px);padding-right:var(--lgx-lh-content-pr-desktop, 28px);padding-bottom:var(--lgx-lh-content-pb-desktop, 28px);max-width:var(--lgx-lh-content-max-w, none)}}.lgx-loc-highlights__label{text-transform:uppercase;letter-spacing:.12em;font-size:.78em;font-weight:700;margin:0 0 .55em;color:rgb(var(--color-primary-button-background))}.lgx-loc-highlights__card-title{margin:0 0 .45em;font-size:clamp(2em,2.4vw,2em);font-weight:700;line-height:1.2;letter-spacing:-.02em}.lgx-loc-highlights__card-body{font-size:1.15em;line-height:1.6;opacity:.88}.lgx-loc-highlights__card-body :first-child{margin-top:0}.lgx-loc-highlights__card-body :last-child{margin-bottom:0}.lgx-loc-highlights__cta{margin-top:1em}.lgx-loc-highlights__cta .button-block{margin:0}.lgx-loc-highlights__visual{position:absolute;z-index:1;pointer-events:none;bottom:var(--lgx-img-bottom, 6%);right:var(--lgx-img-right, 4%);top:var(--lgx-img-top, auto);left:var(--lgx-img-left, auto);transform:translate(var(--lgx-img-translate-x, 0px),var(--lgx-img-translate-y, 0px));width:var(--lgx-img-w, 46%);max-width:var(--lgx-img-max-w, 320px)}.lgx-loc-highlights__visual-img{width:100%;height:auto;display:block}.lgx-breeder__section{margin-top:clamp(2.75em,6vw,4.5em);padding-top:clamp(2em,4.5vw,3em);border-top:1px solid rgb(var(--color-foreground) / 10%)}.lgx-breeder__section-hd{display:flex;align-items:center;gap:.65em;margin-bottom:1.25em}.lgx-breeder__section-title{margin:0 0 .75em;letter-spacing:-.025em;line-height:1.2;font-size:clamp(1.35em,3vw,1.85em)}.lgx-breeder__section-hd .lgx-breeder__section-title{margin:0}.lgx-breeder__section-title-name{opacity:.65;font-weight:400}.lgx-breeder__section-lead{margin:-.25em 0 1.5em;max-width:50em;line-height:1.6;opacity:.8}.lgx-breeder__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78em;font-weight:700;color:rgb(var(--color-primary-button-background));margin:0 0 .5em}.lgx-breeder__empty-note{opacity:.65;font-style:italic;padding:1.5em 0;margin:0}.lgx-breeder__count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.8em;height:1.8em;padding:0 .5em;border-radius:99em;background:rgb(var(--color-primary-button-background));color:rgb(var(--color-primary-button-text));font-size:.8em;font-weight:700;line-height:1;flex-shrink:0}.lgx-breeder__count-badge--muted{background:rgb(var(--color-foreground) / 12%);color:rgb(var(--color-foreground))}.lgx-breeder__catalog-pagination{margin-top:clamp(1.25em,3vw,2em)}.lgx-breeder__product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(40%,14em),1fr));gap:clamp(.85em,2.5vw,1.35em)}.lgx-breeder__hero{margin-bottom:clamp(1.75em,4vw,2.75em)}.lgx-breeder__hero-card{display:grid;gap:1.5em;padding:clamp(1.5em,4vw,2.5em);border-radius:var(--border-radius, 1em);background-color:#405049;background-image:var(--lgx-hero-pattern, none);background-size:cover;border:1px solid rgba(0,0,0,.2);box-shadow:0 .25em 1em #0003,0 .75em 3em #00000040;position:relative;overflow:hidden;color:#fff}.lgx-breeder__hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,transparent 55%);pointer-events:none}@media screen and (min-width:640px){.lgx-breeder__hero-card{grid-template-columns:auto minmax(0,1fr);align-items:center}}.lgx-breeder__hero-visual{position:relative;align-self:flex-start;flex-shrink:0;width:fit-content}.lgx-breeder__avatar-ring{width:clamp(128px,14vw,200px);height:clamp(128px,14vw,200px);border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:0 0 0 3px #ffffff2e,0 .35em 1.25em #00000040}.lgx-breeder__avatar-ring--empty{background:#ffffff1f}.lgx-breeder__avatar-img{width:100%;height:100%;display:block}.lgx-breeder__avatar-img img{width:100%;height:100%;object-fit:cover;display:block}.lgx-breeder__verified-badge{position:absolute;bottom:.1em;right:.1em;width:1.7em;height:1.7em;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 .1em .4em #0003}.lgx-breeder__verified-icon{width:1.35em;height:1.35em;color:#405049}.lgx-breeder__title{margin:0 0 .3em;font-size:clamp(1.5em,3.5vw,2.25em);letter-spacing:-.03em;line-height:1.15;color:#fff}.lgx-breeder__breeder-of{font-size:1em;font-weight:600;margin:0 0 .6em;color:#ffffffe6}.lgx-breeder__breeder-of-prefix{font-weight:400;opacity:.7;margin-right:.15em}.lgx-breeder__breed-link{font-weight:600;text-underline-offset:.2em;color:#fffffff2}.lgx-breeder__location-pill{display:inline-flex;align-items:center;gap:.3em;font-size:.9em;color:#ffffffbf;margin:0 0 .75em}.lgx-breeder__location-icon{width:.9em;height:.9em;flex-shrink:0}.lgx-breeder__phone{margin:0 0 .25em;font-size:.95em}.lgx-breeder__phone .link{color:#ffffffeb;font-weight:600;text-decoration:underline;text-underline-offset:.2em}.lgx-breeder__trust-strip{display:flex;flex-wrap:wrap;gap:.65em 1.25em;padding:1.1em 1.5em;border-radius:var(--border-radius, .85em);background:rgb(var(--color-foreground) / 4%);border:1px solid rgb(var(--color-foreground) / 7%);justify-content:center}@media screen and (min-width:640px){.lgx-breeder__trust-strip{justify-content:space-between}}.lgx-breeder__trust-item{display:flex;align-items:center;gap:.5em;font-size:.82em;font-weight:600;white-space:nowrap;opacity:.85}.lgx-breeder__trust-icon{width:1.35em;height:1.35em;flex-shrink:0;color:rgb(var(--color-primary-button-background))}.lgx-breeder__meet{display:grid;gap:2em;align-items:start}@media screen and (min-width:768px){.lgx-breeder__meet{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3em}}.lgx-breeder__meet-content :first-child{margin-top:0}.lgx-breeder__meet-content p,.lgx-breeder__meet-content li{line-height:1.7}.lgx-breeder__meet-content h3,.lgx-breeder__meet-content h4{margin-top:1.5em;margin-bottom:.5em;font-weight:700}.lgx-breeder__meet-media{border-radius:var(--border-radius, .85em);overflow:hidden;box-shadow:0 .25em 1.5em rgb(var(--color-foreground) / 10%)}@media screen and (min-width:768px){.lgx-breeder__meet-content{position:sticky;top:120px}}.lgx-breeder__meet-img{width:100%;height:auto;display:block}.lgx-breeder__meet-img img{width:100%;height:auto;object-fit:cover;display:block}.lgx-pdp-breeder--editor-empty{padding:1rem 0}.lgx-pdp-breeder__grid{display:grid;gap:1.75em;grid-template-columns:1fr}@media screen and (min-width:750px){.lgx-pdp-breeder__grid{grid-template-columns:minmax(19em,23em) minmax(0,1fr);gap:2.5em;align-items:start}}@media screen and (min-width:990px){.lgx-pdp-breeder__grid{gap:3.5em}.lgx-pdp-breeder__aside{position:sticky;top:1.5em}}@media screen and (min-width:1200px){.lgx-pdp-breeder__grid{grid-template-columns:minmax(40em,44em) minmax(0,1fr)}}.lgx-pdp-breeder__aside{display:flex;flex-direction:column;gap:1em}.lgx-pdp-breeder__card{border-radius:.75em}.lgx-pdp-breeder__card--mint{position:relative;overflow:hidden;padding:1.5em;border:1px solid rgba(0,0,0,.18);box-shadow:0 .3em 1em #00000029,0 .6em 2.5em #0000001a;background-color:#405049;background-image:var(--lgx-mint-pattern, none);background-size:cover;background-position:center;color:#fff}@media screen and (min-width:750px){.lgx-pdp-breeder__card--mint{padding:1.85em 1.65em}}.lgx-pdp-breeder__card--mint:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(150deg,#ffffff12,#00000038);pointer-events:none}.lgx-pdp-breeder__mint-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1em;text-align:center}@media screen and (min-width:750px){.lgx-pdp-breeder__mint-inner{flex-direction:row;align-items:center;text-align:left;gap:1.25em}}.lgx-pdp-breeder__avatar-wrap{flex-shrink:0;width:5.5em;height:5.5em}@media screen and (min-width:750px){.lgx-pdp-breeder__avatar-wrap{width:6.5em;height:6.5em}}.lgx-pdp-breeder__avatar,.lgx-pdp-breeder__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;box-shadow:0 0 0 2.5px #ffffffd9,0 .25em 1em #0000004d}.lgx-pdp-breeder__raised-line{display:flex;flex-direction:column;gap:.1em;min-width:0}.lgx-pdp-breeder__raised-prefix{margin:0;font-size:.9em;font-weight:500;color:#ffffffa6;line-height:1.3}.lgx-pdp-breeder__raised-name{margin:.15em 0 0;font-size:1.32em;font-weight:700;line-height:1.2;letter-spacing:-.01em}@media screen and (min-width:750px){.lgx-pdp-breeder__raised-name{font-size:1.52em}}@media screen and (min-width:1200px){.lgx-pdp-breeder__raised-name{font-size:2.1em}}.lgx-pdp-breeder__raised-loc{margin:.3em 0 0;font-size:.9em;font-weight:400;color:#ffffff9e;line-height:1.35}.lgx-pdp-breeder__inspect-block{border-radius:.75em;border:1px solid rgb(var(--color-foreground) / 10%);background:rgb(var(--color-background));overflow:hidden}.lgx-pdp-breeder__inspect-head{display:flex;align-items:flex-start;gap:.75em;font-weight:700;font-size:1.05em;line-height:1.35;padding:1.1em 1.25em;background:#c8ebd27f;border-bottom:1px solid rgb(var(--color-foreground) / 8%);text-wrap:balance}.lgx-pdp-breeder__inspect-icon{flex-shrink:0;margin-top:.12em;color:#15928b}.lgx-pdp-breeder__check{margin:0;padding:0;list-style:none}.lgx-pdp-breeder__check li{display:flex;align-items:flex-start;gap:.65em;padding:.75em 1.25em;font-size:.9em;line-height:1.45;border-bottom:1px solid rgb(var(--color-foreground) / 6%)}.lgx-pdp-breeder__check li:last-child{border-bottom:none}.lgx-pdp-breeder__check li:before{content:"";flex-shrink:0;margin-top:.44em;width:.44em;height:.44em;border-radius:50%;background:#15928b}.lgx-pdp-breeder__learn{padding:.7em 1.25em .9em;font-size:.88em;border-top:1px solid rgb(var(--color-foreground) / 6%)}.lgx-pdp-breeder__panel{margin-bottom:1.75em}.lgx-pdp-breeder__panel:last-child{margin-bottom:0}@media screen and (min-width:990px){.lgx-pdp-breeder__panel{margin-bottom:2.25em}}.lgx-pdp-breeder__h2{margin:0 0 .65em;font-size:1.45em;font-weight:700;letter-spacing:-.025em;line-height:1.2}@media screen and (min-width:990px){.lgx-pdp-breeder__h2{font-size:1.65em}}.lgx-pdp-breeder__desc{font-size:.94em;line-height:1.6;opacity:.85}.lgx-pdp-breeder__delivery-body{font-size:.94em;line-height:1.6;margin-bottom:.5em}.lgx-pdp-breeder__rule{border:none;border-top:1px solid rgb(var(--color-foreground) / 10%);margin:0 0 1.75em}@media screen and (min-width:990px){.lgx-pdp-breeder__rule{margin-bottom:2.25em}}.lgx-pdp-breeder__delivery-link-wrap{margin:0}.lgx-pdp-breeder__link{color:inherit;text-decoration:underline;text-underline-offset:.15em}.lgx-pdp-breeder__link--bold{font-weight:700}.lgx-pdp-meet-family--editor-empty{padding:1rem 0}.lgx-section-empty-note{margin:0;font-size:.85em;line-height:1.45;opacity:.72}.lgx-pdp-meet-family{--lgx-meet-cream: #f7f4ed}.lgx-pdp-meet-family--cream{background-color:var(--lgx-meet-cream)}.lgx-pdp-meet-family__inner{font-size:1em}.lgx-pdp-meet-family__h2{margin:0 0 1.15em;font-size:1.35em;font-weight:700;line-height:1.25;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.lgx-pdp-meet-family__h2{font-size:1.55em;margin-bottom:1.25em}}.lgx-pdp-meet-family__grid{display:grid;gap:1.75em;grid-template-columns:1fr}@media screen and (min-width:990px){.lgx-pdp-meet-family__grid{grid-template-columns:1fr 1fr;gap:2em 2.5em;align-items:start}}.lgx-pdp-meet-family__card{display:flex;flex-direction:row;align-items:flex-start;gap:1em;min-width:0;padding:.85em 1em;border-radius:.65em;border:1px solid rgb(var(--color-foreground) / 10%);background:rgb(var(--color-background))}@media screen and (min-width:750px){.lgx-pdp-meet-family__card{gap:3em;padding:1em 1.15em}}.lgx-pdp-meet-family--cream .lgx-pdp-meet-family__card{background:#ffffffb8;border-color:rgb(var(--color-foreground) / 8%)}.lgx-pdp-meet-family__photo{flex:0 0 auto;width:min(16em,46%);max-width:46%;align-self:flex-start;border-radius:.65em;overflow:hidden;background:rgb(var(--color-foreground) / 6%)}@media screen and (min-width:750px){.lgx-pdp-meet-family__photo{width:min(16em,48%);max-width:48%}}@media screen and (min-width:990px){.lgx-pdp-meet-family__photo{width:min(17.5em,50%);max-width:50%}}.lgx-pdp-meet-family__photo .lgx-pdp-meet-family__img,.lgx-pdp-meet-family__photo img{width:100%;height:auto;vertical-align:middle;display:block;border-radius:inherit}.lgx-pdp-meet-family__photo .media{border-radius:inherit;height:auto}.lgx-pdp-meet-family__copy{flex:1 1 auto;min-width:0}.lgx-pdp-meet-family__role{margin:0 0 .85em;font-size:1.05em;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground))}.lgx-pdp-meet-family__role-name{font-weight:600}.lgx-pdp-meet-family__stats{display:grid;grid-template-columns:auto auto;justify-content:start;column-gap:1.75em;row-gap:.45em;margin-bottom:.85em}.lgx-pdp-meet-family__stat-label{display:block;font-size:.68em;font-weight:700;letter-spacing:.02em;text-transform:none;color:rgb(var(--color-foreground) / 62%);margin-bottom:.2em}.lgx-pdp-meet-family__stat-value{display:block;font-size:.92em;line-height:1.35;color:rgb(var(--color-foreground) / 90%)}.lgx-pdp-meet-family__reg{margin-bottom:.75em}.lgx-pdp-meet-family__reg-heading{display:block;font-size:.68em;font-weight:700;letter-spacing:.02em;text-transform:none;color:rgb(var(--color-foreground) / 62%);margin-bottom:.35em}.lgx-pdp-meet-family__reg-desc{margin:0 0 .55em;font-size:.86em;line-height:1.5;color:rgb(var(--color-foreground) / 78%)}.lgx-pdp-meet-family__reg-desc p{margin:0}.lgx-pdp-meet-family__reg-badge{display:flex;align-items:center;gap:.4em;margin:0;font-size:.84em;font-weight:600;line-height:1.35;color:rgb(var(--color-foreground) / 88%)}.lgx-pdp-meet-family__reg-icon{display:inline-flex;color:rgb(var(--color-foreground) / 55%);flex-shrink:0}.lgx-pdp-meet-family__extra{margin-top:.5em;font-size:.86em;line-height:1.45}.lgx-pdp-meet-family__extra-label{font-weight:700;color:rgb(var(--color-foreground) / 72%);margin-right:.35em}.lgx-pdp-meet-family__extra-value{color:rgb(var(--color-foreground) / 88%)}.masonry-section .f-column>*:first-child{margin-block-start:var(--offset-top, 0)}.author-info{display:flex;align-items:flex-start;gap:.75em;flex-wrap:wrap;margin-bottom:.85em}.author-info__inner{flex:1;min-width:0}.author-info__platform-row{display:flex;align-items:center;flex-wrap:wrap;gap:.35em;margin-top:-.25em}.author-info__stars{display:inline-flex;color:#f5a623;line-height:1}.author-info__rating{font-size:.88em;font-weight:600;line-height:1.2}.lgx-review-platform-logo{display:inline-flex;align-items:center;line-height:0}.lgx-review-platform-logo__img{width:auto;height:1.2em;max-width:5em;max-height:22px;object-fit:contain;display:block}.author-info__source{display:inline-flex;align-items:center;gap:.3em;font-size:.78em;white-space:nowrap;opacity:.65;width:fit-content}.author-info__source:hover{opacity:1}.author-info__source-icon{flex-shrink:0}.testimonial--review-card .author-info{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;width:100%}.testimonial--review-card .author-info__avatar{flex-shrink:0}.testimonial--review-card .author-info__inner{min-width:0}.lgx-product-raised-by__rule{height:1px;background:rgb(var(--color-foreground) / 12%);margin:0}.lgx-product-raised-by__row{display:flex;align-items:center;gap:.85em;padding:.65em 0}.lgx-product-raised-by__avatar-wrap{position:relative;flex-shrink:0;width:4em;height:4em}.lgx-product-raised-by__avatar,.lgx-product-raised-by__avatar img{border-radius:50%;width:4em;height:4em;object-fit:cover;display:block}.lgx-product-raised-by__copy{min-width:0}.lgx-product-raised-by__title{margin:0 0 .15em;font-size:1.1em;line-height:1.25}.lgx-product-raised-by__title-link{color:inherit;text-decoration:none}.lgx-product-raised-by__title-link:hover{text-decoration:underline;text-underline-offset:.15em}.lgx-product-raised-by__prefix{font-weight:500}.lgx-product-raised-by__meta{margin:0;font-size:.9em;line-height:1.35;color:rgb(var(--color-foreground) / 62%)}.show-more-button{background:linear-gradient(180deg,rgb(var(--color-background) / 0%),rgb(var(--color-background) / 100%) 60%);height:25svh;z-index:1;padding-inline:var(--page-padding)}.show-more-button--expanded{--padding-block-start-mobile: 2.4rem;--padding-block-start: 6rem;position:relative;background:none;height:auto;padding-bottom:0}.testimonial--review-card .testimonial__content{display:flex;flex-direction:column}.testimonial--review-card .testimonial__content .author-info{order:-1}.testimonial--review-card .testimonial__content .testimonial__text{order:0;font-style:italic;flex:1}.testimonial--review-card .testimonial__content .testimonial__text p{font-style:italic;line-height:1.65}.testimonial--review-card .testimonial__content .author-info__source{order:1;align-self:flex-end;margin-top:.75em}.testimonial--review-card{padding:1.35em 1.35em 1.15em;gap:.65em;height:100%;box-shadow:0 .1em .35em rgb(var(--color-foreground) / 4%),0 .35em 1.35em rgb(var(--color-foreground) / 6%)}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
