@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&family=Poppins:wght@500;600;700&display=swap";:root{--pm-teal:#1DB5A6;--pm-navy:#0D2233;--pm-mint:#A7E1D6;--pm-warm:#F6C37A;--pm-pink:#FFB6C1;--pm-cream:#FFF8EF;--pm-soft:#F4FBFA;--pm-line:rgba(13,34,51,.12);--pm-shadow:0 24px 70px rgba(13,34,51,.12);--pm-radius:28px;--page-width:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--pm-navy);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:#fff;color:var(--pm-navy);padding:.75rem 1rem;border-radius:.75rem;z-index:9999;box-shadow:var(--pm-shadow)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.page-width{width:min(var(--page-width),calc(100% - 40px));margin-inline:auto}.section{padding:72px 0}.section--tight{padding:42px 0}.template-index .section:first-child{padding-top:0}.pm-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#1db5a61c;color:var(--pm-teal);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.pm-eyebrow:before{content:"\2665";font-size:.9rem}.pm-title{font-family:Poppins,Nunito Sans,sans-serif;font-size:clamp(2rem,4vw,4.4rem);line-height:1.03;margin:14px 0;color:var(--pm-navy);letter-spacing:-.045em}.pm-title span,.pm-title strong,.accent{color:var(--pm-teal)}.pm-text{font-size:1.08rem;color:#0d2233b8;max-width:660px}.center{text-align:center}.center .pm-text{margin-inline:auto}.muted{color:#0d2233a3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:14px 22px;border-radius:999px;font-weight:900;border:2px solid transparent;cursor:pointer;transition:.2s ease;background:var(--pm-teal);color:#fff;box-shadow:0 12px 28px #1db5a63d}.btn:hover{transform:translateY(-1px);box-shadow:0 16px 36px #1db5a64a}.btn--navy{background:var(--pm-navy);box-shadow:0 12px 28px #0d223333}.btn--outline{background:#fff;color:var(--pm-navy);border-color:var(--pm-line);box-shadow:none}.btn--light{background:#fff;color:var(--pm-navy);box-shadow:0 15px 40px #0d22331f}.btn--full{width:100%}.link-btn{font-weight:900;color:var(--pm-teal);display:inline-flex;gap:8px;align-items:center}.link-btn:after{content:"\2192"}.announcement{background:var(--pm-navy);color:#fff;font-size:.92rem}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:16px;min-height:38px;text-align:center}.announcement b{color:var(--pm-mint)}.header{position:sticky;top:0;background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50;border-bottom:1px solid rgba(13,34,51,.08)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:82px}.header__logo{display:flex;align-items:center}.header__logo img{width:170px;max-height:70px;object-fit:contain}.header__nav{display:flex;align-items:center;justify-content:center;gap:26px;font-weight:900}.header__nav a{position:relative}.header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:var(--pm-teal);border-radius:999px;transform:scaleX(0);transition:.2s}.header__nav a:hover:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.icon-link{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--pm-soft);border:1px solid rgba(13,34,51,.08);position:relative}.icon-link svg{width:20px;height:20px}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--pm-teal);color:#fff;border-radius:999px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;font-size:.72rem;font-weight:900}.menu-toggle{display:none;background:var(--pm-soft);border:1px solid var(--pm-line);width:44px;height:44px;border-radius:999px}.menu-toggle span{display:block;width:20px;height:2px;background:var(--pm-navy);margin:4px auto;border-radius:999px}.mobile-menu{display:none;border-top:1px solid var(--pm-line);padding:12px 20px 20px;background:#fff}.mobile-menu a{display:block;padding:13px 0;font-weight:900;border-bottom:1px solid rgba(13,34,51,.07)}.mobile-menu.is-open{display:block}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--pm-soft) 52%,#fff 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.hero:before{width:460px;height:460px;background:#1db5a629;right:-170px;top:-210px}.hero:after{width:330px;height:330px;background:#f6c37a38;left:-170px;bottom:-150px}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(450px,1.08fr);gap:48px;align-items:center;min-height:650px;padding:52px 0}.hero__copy{padding:24px 0}.hero__copy .pm-title{font-size:clamp(2.6rem,5vw,5.6rem)}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero__media{position:relative}.hero__card{background:#fff;border-radius:36px;box-shadow:var(--pm-shadow);overflow:hidden;border:1px solid rgba(13,34,51,.08);isolation:isolate}.hero__card img{width:100%;height:min(560px,52vw);object-fit:cover;object-position:center top}.hero__paws{position:absolute;inset:auto 18px 18px auto;display:grid;gap:8px}.paw-dot{width:10px;height:10px;border-radius:50%;background:#1db5a659}.icon-row{background:#fff;border-block:1px solid rgba(13,34,51,.08)}.icon-row__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.icon-row__item{display:flex;align-items:center;gap:14px;padding:20px;border-radius:22px;background:#fff}.icon-row__icon{flex:0 0 54px;width:54px;height:54px;border-radius:18px;background:#1db5a61a;color:var(--pm-teal);display:grid;place-items:center}.icon-row__icon svg{width:28px;height:28px}.icon-row__title{font-weight:1000;line-height:1.15}.icon-row__text{font-size:.9rem;color:#0d22339e;margin-top:2px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.category-card{position:relative;padding:26px;border-radius:30px;background:var(--pm-soft);min-height:196px;overflow:hidden;border:1px solid rgba(13,34,51,.08);transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 16px 50px #0d22331a}.category-card__icon{width:62px;height:62px;border-radius:22px;background:#fff;color:var(--pm-teal);display:grid;place-items:center;margin-bottom:20px}.category-card__icon svg{width:33px;height:33px}.category-card h3{margin:0 0 8px;font-size:1.25rem}.category-card p{margin:0;color:#0d2233a6}.category-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:#1db5a621;right:-56px;bottom:-70px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}.product-card{background:#fff;border:1px solid rgba(13,34,51,.09);border-radius:30px;overflow:hidden;box-shadow:0 14px 44px #0d223312;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px #0d22331c}.product-card__image{aspect-ratio:1/1;background:var(--pm-soft);position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{position:absolute;top:14px;left:14px;background:#fff;color:var(--pm-teal);border-radius:999px;padding:7px 11px;font-weight:900;font-size:.78rem;box-shadow:0 12px 25px #0d22331c}.product-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}.product-card__vendor{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--pm-teal);font-weight:1000}.product-card h3{margin:0;font-size:1.08rem;line-height:1.22}.price{font-weight:1000;font-size:1.05rem}.price s{font-weight:600;color:#0d223373;margin-left:8px}.product-card__actions{margin-top:auto;display:flex;gap:10px}.quick-add{flex:1}.quick-add button{width:100%;min-height:42px;padding:10px 14px}.placeholder-card .product-card__image{background:linear-gradient(135deg,var(--pm-soft),#fff)}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split__media{border-radius:36px;overflow:hidden;box-shadow:var(--pm-shadow);border:1px solid rgba(13,34,51,.08)}.split__media img{width:100%;height:520px;object-fit:cover}.split__list{display:grid;gap:15px;margin-top:24px}.split__point{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:22px;padding:16px;box-shadow:0 12px 32px #0d22330d}.split__point svg{flex:0 0 26px;color:var(--pm-teal)}.split__point b{display:block}.split__point span{display:block;color:#0d2233a6;font-size:.95rem}.subscription{position:relative;overflow:hidden;border-radius:42px;background:linear-gradient(135deg,var(--pm-navy),#12364b);color:#fff;padding:52px;display:grid;grid-template-columns:1fr .85fr;gap:36px;align-items:center;box-shadow:var(--pm-shadow)}.subscription:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:#1db5a633;right:-180px;top:-160px}.subscription>*{position:relative;z-index:1}.subscription .pm-title{color:#fff}.subscription .pm-text{color:#ffffffbd}.subscription__box{background:#fff;color:var(--pm-navy);border-radius:30px;padding:28px;box-shadow:0 30px 80px #00000038}.subscription__box h3{margin:0 0 14px;font-size:1.5rem}.subscription__box ul{padding-left:20px;margin:0 0 20px;color:#0d2233b8}.reviews{background:var(--pm-soft)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.review-card{background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:30px;padding:28px;box-shadow:0 14px 44px #0d22330f}.stars{color:#f6a800;letter-spacing:2px;font-size:1rem}.review-card p{color:#0d2233b8}.reviewer{display:flex;align-items:center;gap:12px;margin-top:18px;font-weight:900}.reviewer__avatar{width:44px;height:44px;border-radius:50%;background:var(--pm-mint);display:grid;place-items:center;color:var(--pm-teal)}.newsletter{background:linear-gradient(135deg,#fff,var(--pm-soft));border-top:1px solid rgba(13,34,51,.08)}.newsletter__box{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:32px;align-items:center;background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:36px;padding:36px;box-shadow:var(--pm-shadow)}.newsletter-form{display:flex;gap:10px}.input{width:100%;min-height:50px;padding:12px 16px;border:1px solid rgba(13,34,51,.14);border-radius:999px;background:#fff;color:var(--pm-navy)}textarea.input{border-radius:22px;min-height:140px}.select{width:100%;min-height:50px;padding:12px 16px;border:1px solid rgba(13,34,51,.14);border-radius:999px;background:#fff;color:var(--pm-navy)}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-weight:900;font-size:.92rem}.footer{background:var(--pm-navy);color:#fff;padding:56px 0 22px}.footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer__logo img{width:178px;background:#fff;border-radius:18px;padding:8px}.footer p,.footer a{color:#ffffffb8}.footer h3{margin:0 0 14px;font-size:1rem;letter-spacing:.06em;text-transform:uppercase}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer__bottom{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#ffffff9e;font-size:.92rem}.socials{display:flex;gap:10px;margin-top:18px}.socials a{width:38px;height:38px;border-radius:50%;background:#ffffff1a;display:grid;place-items:center;color:#fff}.breadcrumbs{font-size:.9rem;color:#0d22338c;padding:18px 0}.breadcrumbs a{font-weight:800}.page-header{padding:54px 0;background:var(--pm-soft);border-bottom:1px solid rgba(13,34,51,.08)}.page-header h1{margin:0;font-family:Poppins;font-size:clamp(2rem,4vw,4.2rem);letter-spacing:-.04em}.page-header p{margin:12px 0 0;color:#0d2233b3}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:110px}.product-gallery__main{border-radius:34px;overflow:hidden;background:var(--pm-soft);border:1px solid var(--pm-line);box-shadow:var(--pm-shadow)}.product-gallery__main img{width:100%;height:auto;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.product-gallery__thumb{border:1px solid var(--pm-line);background:var(--pm-soft);border-radius:16px;padding:0;overflow:hidden;cursor:pointer}.product-gallery__thumb img{aspect-ratio:1;object-fit:cover;width:100%}.product-info__vendor{color:var(--pm-teal);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem}.product-info h1{font-family:Poppins;font-size:clamp(2.1rem,4vw,4.5rem);line-height:1.05;margin:10px 0 16px;letter-spacing:-.045em}.product-info__price{font-size:1.6rem;margin-bottom:18px}.product-info__desc{color:#0d2233b8;font-size:1.05rem}.product-form{margin:26px 0;padding:24px;border:1px solid var(--pm-line);border-radius:28px;background:#fff;box-shadow:0 14px 44px #0d22330f}.qty{display:flex;align-items:center;border:1px solid var(--pm-line);border-radius:999px;overflow:hidden;width:148px}.qty button{width:44px;height:44px;border:0;background:#fff;font-weight:900;cursor:pointer}.qty input{width:60px;border:0;text-align:center;min-height:44px}.product-accordions{border-top:1px solid var(--pm-line);margin-top:28px}.accordion{border-bottom:1px solid var(--pm-line)}.accordion summary{cursor:pointer;padding:18px 0;font-weight:1000}.accordion__content{padding:0 0 18px;color:#0d2233b3}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 24px;padding:18px;border:1px solid var(--pm-line);border-radius:24px;background:#fff}.filters{display:flex;gap:10px;flex-wrap:wrap}.filter-chip{padding:9px 12px;border:1px solid var(--pm-line);border-radius:999px;background:var(--pm-soft);font-weight:800;font-size:.9rem}.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}.pagination a,.pagination span{min-width:42px;height:42px;border:1px solid var(--pm-line);border-radius:999px;display:grid;place-items:center;font-weight:900}.pagination .current{background:var(--pm-teal);color:#fff;border-color:var(--pm-teal)}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:32px}.cart-table{background:#fff;border:1px solid var(--pm-line);border-radius:30px;overflow:hidden}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:20px;border-bottom:1px solid var(--pm-line);align-items:center}.cart-item:last-child{border-bottom:0}.cart-item img{width:110px;height:110px;object-fit:cover;border-radius:18px;background:var(--pm-soft)}.cart-summary{background:#fff;border:1px solid var(--pm-line);border-radius:30px;padding:24px;height:max-content;position:sticky;top:110px;box-shadow:0 14px 44px #0d22330f}.cart-row{display:flex;justify-content:space-between;margin:12px 0}.cart-total{font-size:1.35rem;font-weight:1000;border-top:1px solid var(--pm-line);padding-top:18px;margin-top:18px}.empty-state{text-align:center;padding:70px 20px;background:var(--pm-soft);border-radius:34px;border:1px solid var(--pm-line)}.page-content{max-width:900px;margin:0 auto;color:#0d2233c7;font-size:1.06rem}.page-content h1,.page-content h2,.page-content h3{color:var(--pm-navy);font-family:Poppins;letter-spacing:-.03em}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-card{background:var(--pm-soft);border:1px solid var(--pm-line);border-radius:30px;padding:28px}.contact-form{background:#fff;border:1px solid var(--pm-line);border-radius:30px;padding:28px;box-shadow:0 14px 44px #0d22330f}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{border:1px solid var(--pm-line);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 14px 44px #0d22330f}.article-card__body{padding:20px}.article-card h2{font-family:Poppins;font-size:1.25rem;margin:0 0 10px}.article-meta{font-size:.9rem;color:#0d22338c;font-weight:800}.article-content{max-width:860px;margin:0 auto;color:#0d2233c7;font-size:1.07rem}.article-content h1{font-family:Poppins;font-size:clamp(2rem,4vw,4rem);letter-spacing:-.045em;color:var(--pm-navy)}.customer-box{max-width:520px;margin:60px auto;background:#fff;border:1px solid var(--pm-line);border-radius:30px;padding:30px;box-shadow:var(--pm-shadow)}.customer-box h1{font-family:Poppins;letter-spacing:-.04em}.customer-box form{display:grid;gap:14px}.account-grid{display:grid;grid-template-columns:280px 1fr;gap:28px}.account-card{border:1px solid var(--pm-line);border-radius:28px;padding:24px;background:#fff}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--pm-line);text-align:left}.badge{display:inline-flex;border-radius:999px;background:#1db5a61c;color:var(--pm-teal);padding:5px 10px;font-weight:900;font-size:.8rem}@media(prefers-reduced-motion:no-preference){body.animations-enabled .section{animation:fadeUp .45s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:1100px){.hero__inner,.split,.subscription,.newsletter__box,.product-main,.cart-layout,.contact-grid{grid-template-columns:1fr}.hero__inner{min-height:auto}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.icon-row__grid{grid-template-columns:repeat(3,1fr)}.product-gallery,.cart-summary{position:static}.footer__grid{grid-template-columns:1fr 1fr}.header__nav{gap:18px}}@media(max-width:820px){.page-width{width:min(100% - 28px,var(--page-width))}.section{padding:52px 0}.header__inner{grid-template-columns:auto auto 1fr;min-height:70px}.header__nav{display:none}.menu-toggle{display:block}.header__logo img{width:136px;max-width:100%;height:auto}.header__actions{gap:8px}.hero__inner{grid-template-columns:1fr;padding:34px 0;gap:28px}.hero__copy .pm-title{font-size:clamp(2.25rem,12vw,4rem)}.hero__card{border-radius:28px}.hero__card img{height:auto;max-height:none;object-fit:contain;object-position:center top;background:#fff}.icon-row__grid,.product-grid,.review-grid,.blog-grid{grid-template-columns:1fr 1fr}.newsletter-form{display:grid}.subscription{padding:34px 24px;border-radius:30px}.footer__grid{grid-template-columns:1fr}.footer__bottom{display:grid}.cart-item{grid-template-columns:86px 1fr}.cart-item__price{grid-column:2}.cart-item img{width:86px;height:86px}.account-grid{grid-template-columns:1fr}}@media(max-width:560px){.icon-row__grid,.product-grid,.category-grid,.review-grid,.blog-grid{grid-template-columns:1fr}.hero__actions{display:grid}.btn,.hero__media{width:100%}.hero__card{border-radius:24px}.hero__card img{width:100%;height:auto;object-fit:contain;object-position:center top}.page-header{padding:38px 0}.collection-toolbar{display:grid}.product-form{padding:18px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.footer{padding-top:42px}}@media(max-width:420px){.hero__copy .pm-title{font-size:clamp(2rem,11vw,3rem)}.header__logo img{width:120px}.announcement{font-size:.82rem}.icon-row__item,.product-card__body{padding:16px}.product-info h1{font-size:clamp(1.8rem,9vw,2.5rem)}}.header__inner{grid-template-columns:auto minmax(170px,auto) 1fr}.header__logo img{width:220px;max-width:100%;height:auto;max-height:76px;object-fit:contain}.header__actions .icon-link{background:transparent;border:0}.menu-toggle{order:0}.header__logo{order:1}.header__nav{order:2}.header__actions{order:3}.header__actions svg,.menu-toggle span{stroke-width:2.25px}.icon-link--account{background:#1db5a614!important}.template-customers-login .announcement,.template-customers-register .announcement,.template-customers-account .announcement{display:none}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:center;background:#fff;border:1px solid var(--pm-line);border-radius:28px;padding:18px;box-shadow:0 12px 32px #0d22330d}.trust-strip>div{display:flex;align-items:center;gap:12px}.trust-strip svg{width:30px;height:30px;color:var(--pm-teal);flex:0 0 auto}.trust-strip b{display:block}.trust-strip span{display:block;color:#0d22339e;font-size:.88rem}.wishlist-dot,.wishlist-button{display:grid;place-items:center;color:var(--pm-navy);background:#fff;border:1px solid var(--pm-line);box-shadow:0 10px 22px #0d223314;border-radius:999px}.wishlist-dot{position:absolute;right:14px;top:14px;width:42px;height:42px;font-size:1.55rem}.wishlist-button{width:48px;height:48px;font-size:1.8rem;cursor:pointer}.review-count{color:#0d223394;margin-left:6px;font-weight:800}.mini-qty{display:flex;align-items:center;justify-content:space-between;min-width:112px;border:1px solid var(--pm-line);border-radius:999px;padding:8px 13px;font-weight:900;background:#fff}.quick-add svg{width:18px;height:18px}.product-card__badge{display:inline-flex;align-items:center;gap:6px}.product-card__badge:before{content:"\2605";font-size:.8em}.product-card__actions{align-items:center}.product-card__actions .quick-add{min-width:0}.product-card__actions .btn{min-height:44px;padding:10px 16px}.mobile-collection-hero{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center;background:linear-gradient(135deg,#fff,var(--pm-soft));border:1px solid var(--pm-line);border-radius:36px;padding:34px;overflow:hidden;margin-bottom:28px;position:relative}.mobile-collection-hero:after{content:"";position:absolute;right:-90px;top:-90px;width:230px;height:230px;background:#a7e1d673;border-radius:50%}.mobile-collection-hero>*{position:relative;z-index:1}.mobile-collection-hero__media img{width:100%;height:330px;object-fit:contain;object-position:center;background:#fff0;border-radius:28px}.collection-toolbar__controls{display:flex;align-items:center;gap:12px}.select--compact{min-width:145px}.mobile-chip-row{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding:4px 0 22px}.mobile-chip-row::-webkit-scrollbar{display:none}.filter-chip{white-space:nowrap}.filter-chip.is-active{background:var(--pm-teal);border-color:var(--pm-teal);color:#fff}.product-grid--collection .product-card,.product-grid--search .product-card{border-radius:30px}.product-grid--collection .product-card__image,.product-grid--search .product-card__image{aspect-ratio:1.05/1}.product-grid--collection .product-card__image img,.product-grid--search .product-card__image img{object-fit:cover}.collection-count strong{font-size:1.08rem}.product-main--premium{gap:36px}.product-gallery__main--premium{position:relative;border-radius:34px;background:#fff}.gallery-count,.gallery-zoom{position:absolute;z-index:2;background:#fff;box-shadow:0 10px 24px #0d223314;border:1px solid var(--pm-line)}.gallery-count{left:18px;bottom:18px;border-radius:999px;padding:8px 12px;font-weight:900}.gallery-zoom{right:18px;bottom:18px;border-radius:50%;width:48px;height:48px;display:grid;place-items:center}.gallery-zoom svg{width:22px;height:22px}.product-gallery__thumbs--scroll{overflow-x:auto;display:flex}.product-gallery__thumbs--scroll .product-gallery__thumb{flex:0 0 92px}.product-title-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.product-rating-line{display:flex;align-items:center;gap:10px;color:#0d2233a6;font-weight:800;margin-bottom:8px}.product-form--premium{border:0;box-shadow:none;padding:0;margin:22px 0;background:transparent}.product-buy-row{display:grid;grid-template-columns:160px 1fr;gap:14px;align-items:center}.shopify-payment-button__button{border-radius:999px!important;background:linear-gradient(135deg,var(--pm-navy),#078e83)!important;min-height:52px!important;font-weight:900!important}.product-benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px;border:1px solid var(--pm-line);background:var(--pm-soft);border-radius:28px;margin:18px 0}.product-benefit-strip div{display:flex;gap:8px;align-items:center;font-weight:800;font-size:.88rem;color:#0d2233bf}.product-benefit-strip svg{width:24px;height:24px;color:var(--pm-teal);flex:0 0 auto}.accordion summary{display:flex;align-items:center;gap:10px}.accordion summary svg{width:22px;height:22px;color:var(--pm-teal)}.cart-section{background:linear-gradient(180deg,#fff,var(--pm-soft))}.cart-heading{margin-bottom:26px}.cart-heading h1{font-family:Poppins;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.055em;line-height:1;margin:0 0 10px}.cart-heading p{font-size:1.15rem;color:#0d2233a6;margin:0}.cart-layout--premium{align-items:start}.cart-table--premium{border:0;background:transparent;display:grid;gap:16px;overflow:visible}.cart-item--premium{background:#fff;border:1px solid var(--pm-line);border-radius:28px;box-shadow:0 12px 34px #0d22330f;grid-template-columns:130px 1fr auto}.cart-item--premium img{width:130px;height:130px}.cart-item__content h3{margin:0 0 6px}.cart-line-price{display:block;color:var(--pm-teal);font-size:1.25rem;margin-top:8px}.cart-item__controls{display:grid;gap:12px;justify-items:end}.cart-remove{color:#0d223399;text-decoration:underline;font-weight:800}.cart-discount-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--pm-line);border-radius:24px;padding:12px}.cart-discount-row .input{border:0}.cart-discount-icon{font-size:1.5rem;color:var(--pm-navy)}.free-shipping-meter{display:flex;gap:14px;background:#a7e1d638;border-radius:24px;padding:18px;align-items:center}.free-shipping-meter svg{width:34px;height:34px;color:var(--pm-teal);flex:0 0 auto}.free-shipping-meter span{display:block;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--pm-teal) 50%,rgba(13,34,51,.08) 50%);margin-top:8px;width:min(420px,100%)}.cart-summary--premium{border-radius:30px}.cart-summary--premium .cart-row:first-child strong{font-size:2rem;color:var(--pm-navy)}.search-section{background:linear-gradient(180deg,#fff,var(--pm-soft))}.search-page-form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid var(--pm-line);border-radius:999px;padding:10px 12px;background:#fff;box-shadow:0 12px 32px #0d22330d;margin-bottom:24px}.search-page-form svg{width:24px;height:24px}.search-page-form input{border:0;outline:0;min-height:46px;font-size:1.1rem}.search-results-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0 26px}.search-results-toolbar p{font-size:1.05rem;margin:0}.contact-premium-section{background:linear-gradient(180deg,#fff,var(--pm-soft))}.contact-hero{display:grid;grid-template-columns:1fr minmax(280px,430px);align-items:center;gap:26px;margin-bottom:-32px}.contact-hero img{width:100%;height:340px;object-fit:contain}.contact-form--premium{position:relative;z-index:2}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.contact-methods>div{border:1px solid var(--pm-line);border-radius:22px;padding:18px}.contact-methods span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#1db5a61a;color:var(--pm-teal);margin-bottom:10px}.contact-methods svg{width:28px;height:28px}.contact-methods p{margin:4px 0 0;color:#0d2233a6}.trust-strip--contact{margin-top:26px;grid-template-columns:repeat(3,1fr)}.customer-premium-page,.account-dashboard-page{background:linear-gradient(180deg,#fff,var(--pm-soft));padding:44px 0 70px}.customer-hero-card{position:relative;background:#fff;border:1px solid var(--pm-line);border-radius:34px;box-shadow:var(--pm-shadow);padding:42px;overflow:hidden;margin:0 auto 28px;max-width:1040px}.customer-hero-card:before{content:"";position:absolute;right:-100px;top:-120px;width:300px;height:300px;border-radius:50%;background:#a7e1d64d}.customer-hero-card__intro{position:relative;z-index:1;max-width:650px}.customer-hero-card__intro h1{font-family:Poppins;font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.05;letter-spacing:-.055em;margin:0 0 14px}.customer-hero-card__intro h1 strong,.customer-hero-card__intro p strong{color:var(--pm-teal)}.customer-hero-card__intro p{font-size:1.25rem;color:#0d2233ad}.customer-hero-card>img{position:absolute;right:42px;top:44px;width:270px;max-height:210px;object-fit:contain;opacity:.95}.customer-premium-form{position:relative;z-index:1;margin-top:28px;display:grid;gap:14px;max-width:820px}.customer-form-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.customer-form-row a,.customer-switch a{color:var(--pm-teal);font-weight:900}.checkline,.newsletter-optin{display:flex;gap:12px;align-items:center}.newsletter-optin{background:var(--pm-soft);border:1px solid var(--pm-line);border-radius:22px;padding:16px}.newsletter-optin input,.checkline input{accent-color:var(--pm-teal);width:20px;height:20px}.customer-switch{text-align:center;font-weight:800}.customer-recover-card{max-width:720px;padding:28px}.trust-strip--customer{max-width:1040px;margin:0 auto}.account-hero{display:grid;grid-template-columns:1fr minmax(280px,460px);align-items:end;gap:22px;margin-bottom:18px}.account-hero span{font-weight:900;color:var(--pm-teal)}.account-hero h1{font-family:Poppins;font-size:clamp(3rem,8vw,5.5rem);letter-spacing:-.06em;margin:0}.account-hero p{font-size:1.2rem;color:#0d2233ad}.account-hero img{width:100%;height:250px;object-fit:contain}.rewards-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:#fff;border:1px solid var(--pm-line);border-radius:30px;padding:24px;box-shadow:0 12px 34px #0d22330f;margin-bottom:18px}.rewards-card__icon{width:84px;height:84px;border-radius:28px;background:#1db5a61a;display:grid;place-items:center;color:var(--pm-teal)}.rewards-card__icon svg{width:48px;height:48px}.rewards-card strong{display:block;font-size:2rem;color:var(--pm-teal)}.account-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--pm-line);border-radius:28px 28px 0 0;overflow:hidden}.account-tabs a{padding:20px;text-align:center;font-weight:900;color:#0d22339e;border-bottom:4px solid transparent}.account-tabs a.is-active{color:var(--pm-teal);border-color:var(--pm-teal)}.account-card--orders{border-radius:0 0 28px 28px}.account-card__head{display:flex;justify-content:space-between;align-items:center}.account-card__head a{color:var(--pm-teal);font-weight:900}.order-list{display:grid}.order-row{display:grid;grid-template-columns:80px 1fr auto auto;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--pm-line)}.order-row:first-child{border-top:0}.order-thumb img{width:76px;height:76px;object-fit:cover;border-radius:16px}.order-row small,.order-row em{display:block;color:#0d223399;font-style:normal}.account-grid--dashboard{grid-template-columns:1fr 1fr;margin-top:18px}.quick-action-list{list-style:none;margin:0;padding:0}.quick-action-list li{border-top:1px solid var(--pm-line)}.quick-action-list li:first-child{border-top:0}.quick-action-list a{display:block;padding:12px 0;font-weight:800}.subscribe-save-card{display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:20px;margin-top:18px;background:var(--pm-soft);border:1px solid var(--pm-line);border-radius:28px;padding:18px}.subscribe-save-card img{width:210px;height:120px;object-fit:cover;border-radius:22px}@media(max-width:820px){.announcement__inner{min-height:34px;font-size:.82rem}.header__inner{grid-template-columns:44px 1fr auto;gap:10px;width:100%;padding:0 18px}.header__logo{justify-content:center}.header__logo img{width:min(48vw,230px)!important;max-height:62px!important}.header__actions{gap:4px}.icon-link{width:38px;height:38px}.icon-link--account{display:none}.mobile-menu{padding-left:24px;padding-right:24px}.trust-strip,.trust-strip--contact,.trust-strip--customer{grid-template-columns:repeat(2,1fr);border-radius:24px}.mobile-collection-hero{grid-template-columns:1fr;padding:28px 22px;border-radius:28px}.mobile-collection-hero__media{order:-1}.mobile-collection-hero__media img{height:auto;max-height:320px;width:100%;object-fit:contain}.mobile-collection-hero .pm-title{font-size:clamp(2rem,9vw,3.4rem)}.collection-toolbar{border:0;background:transparent;padding:0}.collection-toolbar__controls{margin-left:auto}.product-grid--collection,.product-grid--search{grid-template-columns:repeat(2,1fr)!important;gap:16px}.product-grid--collection .product-card__body,.product-grid--search .product-card__body{padding:14px}.product-grid--collection .product-card h3,.product-grid--search .product-card h3{font-size:.98rem}.product-grid--collection .product-card__actions,.product-grid--search .product-card__actions{display:grid;grid-template-columns:1fr}.product-grid--collection .mini-qty,.product-grid--search .mini-qty{display:none}.wishlist-dot{width:36px;height:36px;font-size:1.35rem}.product-card__badge{font-size:.68rem;padding:6px 9px}.product-main--premium{grid-template-columns:1fr}.product-gallery__main--premium img{width:100%;height:auto;object-fit:contain}.product-title-row h1{font-size:clamp(1.9rem,8vw,3rem)}.product-buy-row{grid-template-columns:1fr}.product-benefit-strip{grid-template-columns:repeat(2,1fr)}.cart-layout--premium{grid-template-columns:1fr}.cart-heading h1{font-size:clamp(2.4rem,12vw,4rem)}.cart-item--premium{grid-template-columns:106px 1fr;gap:14px;padding:14px}.cart-item--premium img{width:106px;height:106px}.cart-item__controls{grid-column:2;justify-items:start}.cart-summary--premium{position:sticky;bottom:0;z-index:45;border-radius:28px 28px 0 0;margin-left:-14px;margin-right:-14px}.cart-discount-row{grid-template-columns:1fr auto}.cart-discount-icon{display:none}.search-page-form{grid-template-columns:auto 1fr}.search-page-form .btn{display:none}.contact-hero{grid-template-columns:1fr;margin-bottom:18px}.contact-hero img{order:-1;height:220px}.form-grid-2,.contact-methods{grid-template-columns:1fr}.customer-hero-card{padding:30px 20px}.customer-hero-card>img{position:relative;right:auto;top:auto;display:block;margin:0 auto 16px;width:220px;max-height:160px}.customer-hero-card__intro h1{font-size:clamp(2.25rem,11vw,4rem)}.customer-form-row{font-size:.95rem}.account-hero{grid-template-columns:1fr}.account-hero img{order:-1;height:200px}.rewards-card{grid-template-columns:auto 1fr}.rewards-card .btn{grid-column:1/-1}.account-tabs{overflow-x:auto;grid-template-columns:repeat(4,minmax(130px,1fr))}.order-row{grid-template-columns:64px 1fr auto}.order-row .badge{grid-column:2}.order-thumb img{width:62px;height:62px}.account-grid--dashboard,.subscribe-save-card{grid-template-columns:1fr}.subscribe-save-card img{width:100%;height:170px}.footer__logo img{width:150px}.footer{padding-bottom:36px}}@media(max-width:560px){.header__inner{padding:0 14px}.header__logo img{width:min(52vw,210px)!important}.header__actions .icon-link{width:36px;height:36px}.header__actions .icon-link:first-child{display:flex}.page-width{width:min(100% - 28px,var(--page-width))}.product-grid--collection,.product-grid--search{gap:14px}.product-grid--collection .btn,.product-grid--search .btn{min-height:40px;font-size:.9rem}.product-card__image{border-radius:0}.product-card__rating .stars,.review-count{font-size:.82rem}.price{font-size:1rem}.mobile-chip-row{margin-left:-14px;margin-right:-14px;padding-left:14px}.select--compact{min-width:115px}.filter-chip{font-size:.88rem}.product-benefit-strip{grid-template-columns:1fr}.cart-item__content h3{font-size:1rem}.cart-line-price{font-size:1.08rem}.cart-summary--premium .cart-row:first-child strong{font-size:1.55rem}.trust-strip,.trust-strip--contact,.trust-strip--customer{grid-template-columns:1fr 1fr;padding:14px}.trust-strip b{font-size:.9rem}.trust-strip span{font-size:.78rem}.customer-hero-card__intro p{font-size:1.05rem}.account-tabs a{font-size:.92rem;padding:15px 12px}.contact-form--premium{padding:20px}.contact-methods>div{padding:14px}}.header{box-shadow:0 8px 28px #0d22330a}.header__logo img{object-fit:contain;object-position:center;display:block}.hero__card,.mobile-collection-hero,.product-gallery__main--premium,.customer-hero-card,.account-card,.cart-item--premium,.contact-form--premium{box-shadow:0 18px 58px #0d223314}.hero__card img{object-position:center center}.product-card__image img[src*=pawmart-dental-chew-bundle]{object-fit:cover;object-position:center}.dental-showcase-section{background:linear-gradient(135deg,#fff 0%,var(--pm-soft) 58%,#fff 100%);position:relative;overflow:hidden}.dental-showcase-section:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#1db5a626;right:-130px;top:15px}.dental-showcase{position:relative;z-index:1;display:grid;grid-template-columns:.86fr 1.14fr;gap:38px;align-items:center;background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:42px;padding:42px;box-shadow:var(--pm-shadow);overflow:hidden}.dental-showcase__media{border-radius:34px;overflow:hidden;background:var(--pm-soft);box-shadow:0 20px 60px #0d22331a}.dental-showcase__media img{width:100%;height:100%;max-height:650px;object-fit:cover}.dental-benefits{display:grid;gap:12px;margin:28px 0}.dental-benefits div{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;background:var(--pm-soft);border:1px solid var(--pm-line);border-radius:22px;padding:14px}.dental-benefits svg{grid-row:1/3;width:30px;height:30px;color:var(--pm-teal);justify-self:center}.dental-benefits b{font-weight:1000}.dental-benefits span{color:#0d2233a3}.product-gallery__thumb.is-active{border-color:var(--pm-teal);box-shadow:0 0 0 2px #1db5a62e}.product-card__rating{display:flex;align-items:center;gap:6px}.review-count{color:#0d22339e;font-weight:800}.mini-qty{display:flex;align-items:center;justify-content:center;gap:14px;min-height:42px;border:1px solid var(--pm-line);border-radius:999px;padding:0 12px;font-weight:900;white-space:nowrap}@media(max-width:820px){body{background:linear-gradient(180deg,#fff,#f7fbfa)}.header{position:sticky;top:0;background:#fff;box-shadow:0 10px 30px #0d22330f}.header__inner{min-height:76px!important;grid-template-columns:44px 1fr auto!important;padding:0 18px!important;gap:10px!important}.menu-toggle{display:grid!important;place-items:center;background:transparent;border:0;box-shadow:none}.menu-toggle span{width:24px;height:2.4px;margin:3px auto}.header__logo{justify-content:center;min-width:0;overflow:visible}.header__logo img{width:min(54vw,250px)!important;max-height:64px!important;object-fit:contain!important;object-position:center!important}.header__actions{gap:6px!important}.header__actions .icon-link{background:transparent;border:0;width:40px;height:40px}.icon-link--account{display:none!important}.hero{background:linear-gradient(180deg,#fff,#f3fbfa)}.hero__inner{gap:26px!important;padding:30px 0 42px!important}.hero__card{border-radius:26px!important;box-shadow:0 18px 52px #0d223317}.hero__card img{height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;background:#fff}.hero__actions{display:grid!important;grid-template-columns:1fr;gap:14px}.hero__actions .btn{width:100%;min-height:56px}.pm-title{letter-spacing:-.055em}.pm-text{font-size:1rem}.icon-row{overflow:hidden}.icon-row__grid{display:flex!important;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.icon-row__item{min-width:210px;scroll-snap-align:start;background:#fff;border:1px solid var(--pm-line);box-shadow:0 8px 24px #0d22330a}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card{border-radius:24px;box-shadow:0 12px 38px #0d223314}.product-card__body{padding:13px!important}.product-card h3{font-size:.98rem!important}.product-card__image{aspect-ratio:1/1}.product-card__actions{display:grid!important;grid-template-columns:1fr}.product-card__actions .btn{min-height:42px;font-size:.92rem}.mini-qty{display:none}.product-card__badge{font-size:.68rem}.wishlist-dot{width:34px!important;height:34px!important}.dental-showcase{grid-template-columns:1fr;padding:20px;border-radius:30px;gap:22px;justify-items:center}.dental-showcase__copy{text-align:center;display:flex;flex-direction:column;align-items:center}.dental-showcase__copy .pm-text{margin-inline:auto}.dental-showcase__media{order:-1;border-radius:24px;width:100%;margin-inline:auto}.dental-showcase__media img{max-height:none;object-fit:contain;background:#eaf8f5;margin-inline:auto}.dental-benefits{gap:10px;width:100%}.dental-benefits div{grid-template-columns:46px 1fr;padding:12px;text-align:left}.dental-benefits svg{width:26px;height:26px}.dental-showcase .pm-title{font-size:clamp(2rem,10vw,3.2rem)}.split{grid-template-columns:1fr!important;gap:24px!important}.split>div:not(.split__media){text-align:center;display:flex;flex-direction:column;align-items:center}.split>div:not(.split__media) .pm-text{margin-inline:auto}.split__media{order:-1;width:100%;max-width:100%;margin-inline:auto;border-radius:26px}.split__media img{height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin-inline:auto}.split__list{width:100%}.split__point{text-align:left}.product-main--premium{gap:24px!important}.product-gallery__main--premium{border-radius:26px}.product-gallery__main--premium img{object-fit:contain!important;background:#fff}.product-info--premium{padding-top:0}.product-buy-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-buy-row .qty{width:100%;justify-content:space-between}.product-benefit-strip{border-radius:24px!important;overflow:hidden}.product-benefit-strip div{padding:12px!important}.accordion summary{display:flex;align-items:center;gap:10px}.accordion summary svg{width:22px;height:22px;color:var(--pm-teal)}.mobile-collection-hero{box-shadow:0 18px 52px #0d223314}.mobile-collection-hero__media img{object-fit:contain!important;object-position:center!important;border-radius:20px}.collection-toolbar__controls{display:flex;gap:10px}.mobile-chip-row{white-space:nowrap;overflow:auto;scrollbar-width:none}.mobile-chip-row::-webkit-scrollbar{display:none}.filter-chip{white-space:nowrap}.cart-summary--premium{background:#fff}.contact-hero img,.account-hero img,.customer-hero-card>img{object-fit:contain!important}}@media(max-width:520px){.header__logo img{width:min(58vw,225px)!important}.page-width{width:calc(100% - 28px)!important}.product-grid{gap:12px!important}.product-card__vendor{font-size:.68rem}.product-card__rating{font-size:.8rem}.stars{letter-spacing:.7px}.btn svg{width:18px;height:18px}.footer__logo img{width:140px}.dental-showcase{margin-left:-2px;margin-right:-2px}.customer-hero-card{border-radius:28px}.account-hero h1{font-size:clamp(2.5rem,12vw,4rem)}}.footer__grid--expanded{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px;align-items:start}.footer--expanded .footer__logo img{max-width:180px}.footer--expanded li a{display:inline-flex;padding:3px 0}.pawmart-info-page{background:linear-gradient(135deg,#fff,var(--pm-soft));min-height:55vh}.info-hero{background:#fff;border:1px solid var(--pm-line);border-radius:36px;padding:42px;box-shadow:var(--pm-shadow);margin-bottom:28px;overflow:hidden}.info-hero--split{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.info-hero img{border-radius:30px;max-height:360px;width:100%;object-fit:cover}.info-card-grid,.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.policy-grid{grid-template-columns:repeat(2,1fr)}.info-card,.policy-card,.legal-content,.track-box{background:#fff;border:1px solid var(--pm-line);border-radius:28px;padding:26px;box-shadow:0 14px 44px #0d22330f}.info-card h2,.policy-card h2,.legal-content h2{font-family:Poppins;letter-spacing:-.03em;margin-top:0}.policy-icon{width:58px;height:58px;border-radius:20px;background:#1db5a61f;display:grid;place-items:center;font-size:1.6rem;margin-bottom:12px}.faq-list{display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--pm-line);border-radius:24px;padding:0 22px;box-shadow:0 10px 28px #0d22330d}.faq-list summary{cursor:pointer;padding:20px 0;font-weight:1000;font-size:1.08rem}.faq-list p{margin:0 0 20px;color:#0d2233b3}.track-box{display:flex;gap:12px;margin-top:24px}.legal-content{max-width:980px}.address-list{display:grid;gap:16px}.address-card{border:1px solid var(--pm-line);border-radius:22px;padding:18px;background:var(--pm-soft)}.account-hero--compact{grid-template-columns:1fr auto;min-height:auto}.customer-hero-card img{object-fit:contain;background:#1db5a614}@media(max-width:1100px){.footer__grid--expanded{grid-template-columns:1fr 1fr 1fr}.info-hero--split{grid-template-columns:1fr}.info-card-grid,.policy-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.footer__grid--expanded{grid-template-columns:1fr}.info-hero{padding:26px;border-radius:28px}.info-card-grid,.policy-grid{grid-template-columns:1fr}.track-box{display:grid}.account-hero--compact{grid-template-columns:1fr}.pawmart-info-page .pm-title{font-size:clamp(2rem,10vw,3.1rem)}}@media(max-width:520px){.dental-showcase__copy,.split>div:not(.split__media){align-items:center}.dental-showcase__copy .hero__actions,.split .btn{width:100%}.split .btn{display:inline-flex;justify-content:center}.split__point{padding:14px}.dental-showcase .hero__actions{width:100%}}html,body,#MainContent,.section,.hero,.icon-row,.reviews,.newsletter,.dental-showcase-section,.pawmart-info-page,.collection-mobile-shell,.product-detail-section,.cart-section,.contact-premium-section,.customer-premium-page,.account-dashboard-page{max-width:100%;overflow-x:hidden}@media(max-width:820px){:root{--pm-mobile-gutter:16px;--pm-mobile-max:680px}.page-width{width:min(calc(100vw - (var(--pm-mobile-gutter) * 2)),var(--pm-mobile-max))!important;max-width:var(--pm-mobile-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.section{padding-top:46px!important;padding-bottom:46px!important}.section--tight{padding-top:24px!important;padding-bottom:24px!important}.hero__inner,.dental-showcase,.split,.subscription,.newsletter__box,.mobile-collection-hero,.product-main--premium,.cart-layout--premium,.contact-hero,.contact-form--premium,.customer-hero-card,.account-hero,.rewards-card,.account-tabs,.account-card,.subscribe-save-card,.info-hero,.info-card,.policy-card,.legal-content,.track-box,.empty-state{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.center,.hero__copy,.dental-showcase__copy,.split>div:not(.split__media),.subscription>div:first-child,.newsletter__box>div:first-child,.contact-hero,.customer-hero-card__intro,.account-hero,.info-hero,.page-header .page-width{text-align:center!important}.hero__copy,.dental-showcase__copy,.split>div:not(.split__media),.subscription>div:first-child,.newsletter__box>div:first-child,.contact-hero,.customer-hero-card__intro,.info-hero{display:flex!important;flex-direction:column!important;align-items:center!important}.pm-eyebrow{margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.pm-title{max-width:100%!important;text-wrap:balance}.pm-text{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-wrap:pretty}.hero__media,.hero__card,.dental-showcase__media,.split__media,.mobile-collection-hero__media,.product-gallery,.product-gallery__main--premium,.info-hero img,.contact-hero img,.account-hero img,.customer-hero-card>img{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.hero__card img,.dental-showcase__media img,.split__media img,.mobile-collection-hero__media img,.product-gallery__main--premium img,.info-hero img,.contact-hero img,.account-hero img,.customer-hero-card>img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin-inline:auto!important}.dental-benefits,.split__list,.trust-strip,.trust-strip--contact,.trust-strip--customer,.product-benefit-strip,.contact-methods,.info-card-grid,.policy-grid,.faq-list,.address-list,.order-list,.quick-action-list{width:100%!important;margin-left:auto!important;margin-right:auto!important}.dental-benefits div,.split__point,.product-benefit-strip div,.trust-strip>div,.contact-methods>div,.info-card,.policy-card,.faq-list details,.address-card,.order-row,.cart-item--premium{text-align:left!important;max-width:100%!important}.product-grid,.category-grid,.review-grid,.blog-grid,.footer__grid--expanded,.account-grid,.contact-grid,.form-grid-2{width:100%!important;margin-left:auto!important;margin-right:auto!important}.product-card,.category-card,.review-card,.article-card{min-width:0!important;max-width:100%!important}.mobile-chip-row,.icon-row__grid,.product-gallery__thumbs--scroll{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.hero__actions,.dental-showcase .hero__actions,.subscription .hero__actions,.newsletter-form,.track-box,.product-buy-row,.cart-discount-row,.customer-form-row{width:100%!important}.hero__actions .btn,.dental-showcase .hero__actions .btn,.subscription .btn,.newsletter-form .btn,.track-box .btn,.product-buy-row .btn,.cart-discount-row .btn{width:100%!important;justify-content:center!important}.hero:before,.hero:after,.dental-showcase-section:before,.subscription:after{pointer-events:none;max-width:70vw;max-height:70vw}}@media(max-width:560px){:root{--pm-mobile-gutter:16px}.page-width{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}.header__inner{width:100%!important;max-width:100%!important}.header__logo img{width:min(56vw,220px)!important;max-height:58px!important}.hero__inner{padding-top:28px!important;padding-bottom:38px!important}.hero__card,.dental-showcase__media,.split__media,.mobile-collection-hero,.product-gallery__main--premium,.info-hero,.customer-hero-card,.contact-form--premium,.account-card,.cart-item--premium{border-radius:24px!important}.dental-showcase,.subscription,.newsletter__box{padding:18px!important;border-radius:28px!important}.dental-showcase{margin-left:auto!important;margin-right:auto!important;transform:none!important}.dental-benefits div,.split__point{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}.dental-benefits svg,.split__point svg{justify-self:center!important}.split__media img{display:block!important;margin-inline:auto!important}.split>div:not(.split__media) .btn{width:100%!important;justify-content:center!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.category-grid,.review-grid,.blog-grid,.info-card-grid,.policy-grid,.account-grid,.contact-methods{grid-template-columns:1fr!important}.trust-strip,.trust-strip--contact,.trust-strip--customer{grid-template-columns:1fr 1fr!important;gap:10px!important}.contact-form--premium,.customer-hero-card,.info-hero{padding:20px!important}}@media(max-width:380px){:root{--pm-mobile-gutter:14px}.page-width{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.header__logo img{width:min(54vw,198px)!important}.product-grid,.trust-strip,.trust-strip--contact,.trust-strip--customer{grid-template-columns:1fr!important}}.header--mega{position:sticky;top:0;z-index:100;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header--mega .header__inner{position:relative;z-index:102}.header__nav--desktop{gap:38px}.header__nav-link{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--pm-navy);font:inherit;font-weight:1000;display:inline-flex;align-items:center;gap:7px;padding:28px 0;cursor:pointer;position:relative;line-height:1}.header__nav-link:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:3px;background:var(--pm-teal);border-radius:999px;transform:scaleX(0);transition:.2s ease}.header__nav-link:hover:after,.header__nav-link--mega:after{transform:scaleX(1)}.header__nav-link--mega{color:var(--pm-teal)}.nav-caret{width:15px;height:15px;transition:.2s ease}.mega-trigger:hover .nav-caret,.mega-trigger.is-open .nav-caret{transform:rotate(180deg)}.nav-tag{font-size:1.05rem;color:var(--pm-navy)}.mega-trigger{position:static}.mega-menu{position:absolute;top:100%;left:0;right:0;z-index:101;padding:0 0 26px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}.mega-trigger:hover .mega-menu,.mega-trigger:focus-within .mega-menu,.mega-trigger.is-open .mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu__inner{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(480px,.9fr);gap:30px;background:#fffffffa;border:1px solid rgba(13,34,51,.1);border-radius:34px;padding:46px 34px;box-shadow:0 30px 90px #0d223329;overflow:hidden}.mega-menu__inner:before,.mega-menu__inner:after{content:"\1f43e";position:absolute;color:#1db5a614;font-size:70px;line-height:1;pointer-events:none}.mega-menu__inner:before{left:32px;bottom:20px}.mega-menu__inner:after{right:48%;top:70px}.mega-menu__columns{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr));gap:22px}.mega-menu__col{position:relative;padding:0 22px}.mega-menu__col:not(:first-child){border-left:1px solid rgba(13,34,51,.1)}.mega-menu__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#1db5a61a;color:var(--pm-teal);margin:0 0 20px}.mega-menu__icon svg{width:34px;height:34px}.mega-menu__col h3{margin:0 0 18px;font-family:Poppins,Nunito Sans,sans-serif;font-size:1.28rem;letter-spacing:-.025em}.mega-menu__col a{display:flex!important;align-items:center;gap:12px;padding:10px 0!important;font-weight:850;color:#0d2233e0;font-size:1rem}.mega-menu__col a:after{display:none!important}.mega-menu__col a:hover{color:var(--pm-teal)}.mega-menu__col a span{width:16px;height:16px;color:var(--pm-teal);display:inline-flex;flex:0 0 16px}.mega-menu__col a svg{width:14px;height:14px}.mega-menu__promos{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.mega-promo{position:relative;min-height:390px;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:24px;background:linear-gradient(135deg,#eaf8f5,#fff);box-shadow:0 18px 55px #0d22331a;border:1px solid rgba(13,34,51,.08)}.mega-promo:before{content:"\1f43e";position:absolute;right:28px;top:58px;font-size:44px;color:#1db5a61f}.mega-promo__copy{position:relative;z-index:2}.mega-promo__copy span{display:block;color:var(--pm-teal);font-weight:1000;margin-bottom:12px}.mega-promo__copy strong{display:block;font-family:Poppins,Nunito Sans,sans-serif;font-size:clamp(1.35rem,1.5vw,2rem);line-height:1.08;letter-spacing:-.04em;text-transform:none;color:var(--pm-navy)}.mega-promo__copy em{font-style:normal;color:var(--pm-teal)}.mega-promo img{position:relative;z-index:1;width:100%;height:250px;object-fit:contain;object-position:center bottom;margin-top:auto}.mega-promo--comfort{background:linear-gradient(135deg,#fff7ec,#f4fbfa)}.mega-promo--comfort img{height:270px;object-fit:cover;border-radius:18px;margin-top:12px}.mega-promo__button{position:relative;z-index:3;align-self:flex-start;margin-top:12px;display:inline-flex;align-items:center;gap:12px;background:var(--pm-teal);color:#fff;border-radius:999px;padding:12px 20px;font-weight:1000;box-shadow:0 14px 30px #1db5a638}.mega-promo__button span{font-size:1.25rem;line-height:1}.mega-menu .page-width{width:min(var(--page-width),calc(100% - 56px))}body.pawmart-menu-open{overflow:hidden}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:none}.mobile-drawer.is-open{display:block}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d223347;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer__panel{position:relative;margin:0 auto;width:min(100%,760px);height:100%;overflow:auto;background:linear-gradient(180deg,#fff,#f5fbfa);box-shadow:0 0 80px #0d22332e;padding:18px 18px 28px;border-radius:0}.mobile-drawer__top{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:8px 0 18px;background:linear-gradient(180deg,#fff 70%,#ffffffdb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-drawer__close{width:44px;height:44px;border:0;background:transparent;color:var(--pm-navy);display:grid;place-items:center}.mobile-drawer__close svg{width:34px;height:34px}.mobile-drawer__logo{display:flex;justify-content:center}.mobile-drawer__logo img{width:min(48vw,245px);max-height:70px;object-fit:contain}.mobile-drawer__icons{display:flex;align-items:center;gap:12px}.mobile-drawer__icons a{position:relative;display:grid;place-items:center;color:var(--pm-navy);width:38px;height:38px}.mobile-drawer__icons svg{width:26px;height:26px}.mobile-drawer__icons span{position:absolute;right:-3px;top:0;width:20px;height:20px;border-radius:50%;background:var(--pm-teal);color:#fff;font-size:.72rem;font-weight:1000;display:grid;place-items:center}.mobile-mega{background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:28px;padding:22px;box-shadow:0 20px 60px #0d223314;overflow:hidden}.mobile-mega__links{display:grid}.mobile-mega__links>a{display:grid;grid-template-columns:46px 1fr 24px;align-items:center;gap:12px;padding:15px 6px;border-bottom:1px solid rgba(13,34,51,.08);font-size:1.15rem;font-weight:900;color:var(--pm-navy)}.mobile-mega__links>a.is-active{color:var(--pm-teal)}.mobile-mega__links>a svg:not(.mobile-nav-icon svg){width:18px;height:18px}.mobile-nav-icon{width:38px;height:38px;border-radius:16px;background:#1db5a61c;color:var(--pm-teal);display:grid;place-items:center}.mobile-nav-icon svg{width:24px;height:24px}.mobile-mega__links b{font-size:1.8rem;font-weight:400;line-height:1;color:var(--pm-navy)}.mobile-mega__accordions{margin-top:18px;border:1px solid var(--pm-line);border-radius:24px;overflow:hidden;background:#fff}.mobile-mega__accordions details{border-bottom:1px solid var(--pm-line)}.mobile-mega__accordions details:last-child{border-bottom:0}.mobile-mega__accordions summary{list-style:none;display:grid;grid-template-columns:58px 1fr 22px;gap:14px;align-items:center;padding:16px 18px;cursor:pointer}.mobile-mega__accordions summary::-webkit-details-marker{display:none}.mobile-mega__accordions summary span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#1db5a61f;color:var(--pm-teal)}.mobile-mega__accordions summary span svg{width:28px;height:28px}.mobile-mega__accordions summary b{font-family:Poppins,Nunito Sans,sans-serif;font-size:1.16rem;letter-spacing:-.025em}.mobile-mega__accordions summary i{font-style:normal;color:var(--pm-teal);font-size:1.4rem}.mobile-link-grid{display:flex;flex-wrap:wrap;gap:12px 24px;padding:0 18px 18px 90px}.mobile-link-grid a{position:relative;font-weight:850;color:#0d2233d9}.mobile-link-grid a:before{content:"\2022";color:var(--pm-teal);font-size:1.6rem;line-height:0;margin-right:7px}.mobile-promo-card{position:relative;margin-top:18px;min-height:230px;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:.82fr 1.18fr;gap:8px;align-items:center;background:linear-gradient(135deg,#e8f8f5,#fff);border:1px solid rgba(13,34,51,.08);box-shadow:0 16px 45px #0d223314;padding:20px}.mobile-promo-card:before{content:"\1f43e";position:absolute;right:24px;top:24px;color:#1db5a61f;font-size:42px}.mobile-promo-card__copy{position:relative;z-index:2}.mobile-promo-card__copy span{display:block;color:var(--pm-teal);font-weight:1000;margin-bottom:10px}.mobile-promo-card__copy strong{display:block;font-family:Poppins,Nunito Sans,sans-serif;font-size:1.55rem;line-height:1.05;letter-spacing:-.04em;text-transform:uppercase}.mobile-promo-card__copy strong em{font-style:normal;color:var(--pm-teal);text-transform:none}.mobile-promo-card__copy ul{list-style:none;margin:12px 0 16px;padding:0;display:grid;gap:5px}.mobile-promo-card__copy li{font-size:.88rem;font-weight:850;color:var(--pm-navy)}.mobile-promo-card__copy li:before{content:"\2713";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:6px;border-radius:50%;background:var(--pm-teal);color:#fff;font-size:.7rem}.mobile-promo-card__copy>em{display:inline-flex;background:var(--pm-teal);color:#fff;border-radius:999px;padding:11px 17px;font-style:normal;font-weight:1000;box-shadow:0 12px 26px #1db5a638}.mobile-promo-card img{position:relative;z-index:1;width:100%;height:190px;object-fit:contain;object-position:center bottom}.mobile-promo-card--comfort{grid-template-columns:.62fr 1.38fr;background:linear-gradient(135deg,#fff7ed,#f4fbfa)}.mobile-promo-card--comfort img{height:190px;object-fit:cover;border-radius:18px}.mobile-drawer__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;padding:14px;border-radius:20px;background:#fff;border:1px solid var(--pm-line)}.mobile-drawer__trust div{display:grid;justify-items:center;text-align:center;gap:6px;font-weight:900;font-size:.78rem}.mobile-drawer__trust svg{width:28px;height:28px;color:var(--pm-navy)}@media(min-width:821px){.mobile-drawer,.menu-toggle--drawer{display:none!important}}@media(max-width:1100px){.mega-menu__inner{grid-template-columns:1fr;padding:30px}.mega-menu__promos{max-width:none}.mega-promo{min-height:340px}.mega-menu__columns{grid-template-columns:repeat(4,1fr)}}@media(max-width:820px){.header__nav--desktop{display:none!important}.header--mega .header__inner{grid-template-columns:44px 1fr auto!important}.menu-toggle--drawer{display:grid!important}.mobile-drawer.is-open{display:block!important}.mobile-mega{border-radius:24px;padding:18px}.mobile-drawer__panel{padding-inline:14px}.mobile-link-grid{padding-left:82px}.mobile-promo-card{grid-template-columns:1fr;min-height:0}.mobile-promo-card img{height:auto;max-height:260px}.mobile-promo-card--comfort{grid-template-columns:1fr}.mobile-drawer__trust{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.mobile-drawer__panel{padding:10px 10px 24px}.mobile-drawer__top{grid-template-columns:42px 1fr 86px}.mobile-drawer__logo img{width:min(46vw,210px)}.mobile-mega__links>a{grid-template-columns:42px 1fr 20px;font-size:1.05rem}.mobile-mega__accordions summary{grid-template-columns:50px 1fr 20px;padding:14px}.mobile-mega__accordions summary span{width:42px;height:42px}.mobile-link-grid{padding:0 14px 16px 68px;gap:10px 18px}.mobile-promo-card__copy strong{font-size:1.35rem}.mobile-promo-card__copy ul{font-size:.82rem}.mobile-promo-card{padding:17px}.mobile-drawer__trust b{font-size:.76rem}}.header__nav--desktop .mega-trigger{display:flex;align-items:center}.header__nav-link{border:0;background:transparent;-webkit-appearance:none;appearance:none;font:inherit;cursor:pointer}.mega-menu__heading-link{display:block!important;padding:0!important;color:var(--pm-navy)!important}.mega-menu__heading-link:after{display:none!important}.mega-menu__heading-link .mega-menu__icon{margin-bottom:18px}.mega-menu__heading-link h3{transition:color .18s ease}.mega-menu__heading-link:hover h3{color:var(--pm-teal)}.mega-menu__columns--direct{grid-template-columns:minmax(220px,360px)!important}.mega-menu__col--direct{border-left:0!important}.mega-menu__col--direct a:not(.mega-menu__heading-link){max-width:320px}.mega-trigger:not(:first-child) .mega-menu__inner{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr)}.mega-menu__columns{grid-template-columns:repeat(auto-fit,minmax(138px,1fr))}.mobile-drawer--synced .mobile-drawer__panel{width:min(100%,780px);background:radial-gradient(circle at 92% 16%,rgba(29,181,166,.1),transparent 28%),radial-gradient(circle at 5% 82%,rgba(246,195,122,.13),transparent 25%),linear-gradient(180deg,#fff,#f6fbfa)}.mobile-mega--synced{padding:0;border:0;background:transparent;box-shadow:none}.mobile-menu-list{display:grid;gap:12px}.mobile-menu-row,.mobile-menu-row-link{background:#fff;border:1px solid rgba(13,34,51,.09);border-radius:22px;box-shadow:0 14px 38px #0d22330f;overflow:hidden}.mobile-menu-row__summary,.mobile-menu-row-link{list-style:none;display:grid;grid-template-columns:46px 1fr 24px;align-items:center;gap:14px;min-height:68px;padding:12px 18px;color:var(--pm-navy);font-size:1.08rem;font-weight:950}.mobile-menu-row__summary::-webkit-details-marker{display:none}.mobile-menu-row__summary i,.mobile-menu-row-link i{font-style:normal;color:var(--pm-teal);font-size:1.35rem;line-height:1;transition:transform .18s ease}.mobile-menu-row[open]>.mobile-menu-row__summary{color:var(--pm-teal);border-bottom:1px solid rgba(13,34,51,.08)}.mobile-menu-row[open]>.mobile-menu-row__summary i{transform:rotate(180deg)}.mobile-menu-row__content{padding:0 0 14px}.mobile-mega__accordions--dynamic{margin:0;border:0;border-radius:0;box-shadow:none;background:transparent}.mobile-mega__accordions--dynamic details{margin:0 14px;border-bottom:1px solid rgba(13,34,51,.08)}.mobile-mega__accordions--dynamic details:last-child{border-bottom:0}.mobile-mega__accordions--dynamic summary{grid-template-columns:52px 1fr 22px;padding:15px 0}.mobile-mega__accordions--dynamic summary span{width:44px;height:44px}.mobile-mega__accordions--dynamic summary b{font-size:1.06rem}.mobile-mega__accordions--dynamic .mobile-link-grid{padding:0 0 16px 66px}.mobile-link-grid--flat{padding:16px 20px 4px 78px!important}.mobile-link-grid--flat a,.mobile-mega__accordions--dynamic .mobile-link-grid a{color:#0d2233d1;font-weight:850}.mobile-promo-card{margin-top:16px}.mobile-drawer__trust{margin-bottom:12px}@media(max-width:820px){.mobile-drawer--synced .mobile-drawer__panel{padding:12px 14px 24px}.mobile-drawer__top{padding:8px 0 14px}.mobile-menu-list{gap:10px}}@media(max-width:520px){.mobile-drawer--synced .mobile-drawer__panel{padding:10px 10px 22px}.mobile-menu-row__summary,.mobile-menu-row-link{grid-template-columns:42px 1fr 22px;min-height:62px;padding:10px 14px;font-size:1rem;gap:10px}.mobile-menu-row .mobile-nav-icon,.mobile-menu-row-link .mobile-nav-icon{width:38px;height:38px;border-radius:15px}.mobile-mega__accordions--dynamic details{margin:0 12px}.mobile-mega__accordions--dynamic summary{grid-template-columns:46px 1fr 20px;gap:10px}.mobile-mega__accordions--dynamic summary span{width:38px;height:38px}.mobile-mega__accordions--dynamic .mobile-link-grid{padding-left:56px;gap:9px 15px}.mobile-link-grid--flat{padding-left:66px!important}}@media(max-width:820px){.mobile-mega__accordions--dynamic{border:0!important;background:transparent!important}.mobile-mega__accordions--dynamic details{margin:10px 14px!important;border:1px solid rgba(13,34,51,.09)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px #0d22330b!important;overflow:hidden!important}.mobile-mega__accordions--dynamic details:last-child{border-bottom:1px solid rgba(13,34,51,.09)!important}.mobile-mega__accordions--dynamic summary{grid-template-columns:46px 1fr 22px!important;padding:13px 14px!important;min-height:58px!important}.mobile-mega__accordions--dynamic summary span{width:40px!important;height:40px!important}.mobile-mega__accordions--dynamic summary b{font-size:1rem!important;line-height:1.15!important}.mobile-mega__accordions--dynamic summary i{font-style:normal!important;color:var(--pm-teal)!important;font-size:1.25rem!important;transform:none!important}.mobile-mega__accordions--dynamic details[open] summary i{transform:rotate(180deg)!important}.mobile-mega__accordions--dynamic .mobile-link-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:0!important;border-top:1px solid rgba(13,34,51,.08)!important;background:linear-gradient(180deg,#fff,#f7fbfa)!important}.mobile-mega__accordions--dynamic .mobile-link-grid a{display:flex!important;align-items:center!important;min-height:48px!important;padding:12px 18px 12px 66px!important;border-bottom:1px solid rgba(13,34,51,.06)!important;font-size:.98rem!important;font-weight:850!important;color:#0d2233db!important}.mobile-mega__accordions--dynamic .mobile-link-grid a:last-child{border-bottom:0!important}.mobile-mega__accordions--dynamic .mobile-link-grid a:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pm-teal);margin-right:12px;flex:0 0 8px}}@media(max-width:520px){.mobile-mega__accordions--dynamic details{margin:9px 10px!important;border-radius:17px!important}.mobile-mega__accordions--dynamic summary{grid-template-columns:42px 1fr 20px!important;padding:12px!important;min-height:56px!important}.mobile-mega__accordions--dynamic summary span{width:36px!important;height:36px!important}.mobile-mega__accordions--dynamic .mobile-link-grid a{padding-left:58px!important}}.product-detail-section{background:linear-gradient(180deg,#fff,#f7fbfa)}.product-main--premium{align-items:start!important}.product-gallery{min-width:0!important}.product-gallery__main--premium{display:grid!important;place-items:center!important;aspect-ratio:1 / 1!important;width:100%!important;min-height:0!important;max-height:720px!important;padding:18px!important;overflow:hidden!important;background:#fff!important}.product-gallery__main--premium img,.product-gallery__main img[data-gallery-main]{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;margin:auto!important;border-radius:22px!important}.product-gallery__thumbs--scroll{max-width:100%!important;padding-bottom:4px!important;scroll-snap-type:x mandatory}.product-gallery__thumbs--scroll .product-gallery__thumb{scroll-snap-align:start}.product-gallery__thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important}.product-info--premium{min-width:0!important}.product-info--premium .shopify-payment-button__button{border-radius:999px!important;min-height:54px!important;font-weight:900!important;overflow:hidden!important}@media(max-width:820px){.product-detail-section{padding-top:22px!important}.product-main--premium{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.product-gallery{position:relative!important;top:auto!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.product-gallery__main--premium{aspect-ratio:1 / 1!important;max-height:none!important;height:auto!important;width:100%!important;padding:12px!important;border-radius:28px!important;box-shadow:0 16px 46px #0d223314!important}.product-gallery__main--premium img,.product-gallery__main img[data-gallery-main]{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border-radius:20px!important}.gallery-count{left:14px!important;bottom:14px!important;padding:7px 11px!important;font-size:.86rem!important}.gallery-zoom{right:14px!important;bottom:14px!important;width:44px!important;height:44px!important}.product-gallery__thumbs--scroll{display:flex!important;gap:10px!important;margin-top:12px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.product-gallery__thumbs--scroll .product-gallery__thumb{flex:0 0 76px!important;width:76px!important;height:76px!important;border-radius:18px!important}.product-info--premium{width:100%!important;max-width:100%!important;background:#fff!important;border:1px solid rgba(13,34,51,.08)!important;border-radius:28px!important;padding:20px!important;box-shadow:0 14px 40px #0d22330f!important}.product-title-row{align-items:flex-start!important;gap:12px!important}.product-info--premium h1{font-size:clamp(2rem,9vw,3.1rem)!important;line-height:1.04!important;margin-bottom:10px!important;overflow-wrap:anywhere!important}.wishlist-button{flex:0 0 44px!important;width:44px!important;height:44px!important}.product-info__desc{font-size:1rem!important;line-height:1.55!important}.product-form--premium{margin:20px 0!important}.product-buy-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-buy-row .qty{width:100%!important;justify-content:space-between!important}.product-buy-row .btn{width:100%!important;min-height:56px!important}}@media(max-width:520px){.product-detail-section{padding-top:18px!important}.product-gallery__main--premium{border-radius:24px!important;padding:10px!important}.product-gallery__thumbs--scroll .product-gallery__thumb{flex-basis:68px!important;width:68px!important;height:68px!important}.product-info--premium{padding:18px!important;border-radius:24px!important}.product-info--premium h1{font-size:clamp(1.85rem,9.5vw,2.65rem)!important}.product-benefit-strip{grid-template-columns:1fr 1fr!important;gap:10px!important}.product-benefit-strip div{border-radius:18px!important}}@media(max-width:380px){.product-gallery__thumbs--scroll .product-gallery__thumb{flex-basis:62px!important;width:62px!important;height:62px!important}.product-benefit-strip{grid-template-columns:1fr!important}}.product-gallery,.product-gallery *{box-sizing:border-box}.product-gallery__main--premium{display:grid!important;place-items:center!important;aspect-ratio:1 / 1!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;background:#fff!important;isolation:isolate!important}.product-gallery__main--premium>img.product-gallery__image,.product-gallery__main--premium>img[data-gallery-main]{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0 auto!important;transform:none!important}.product-gallery__main--premium picture,.product-gallery__main--premium picture img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}.product-main--premium{min-width:0!important;overflow:visible!important}.product-gallery__thumbs--scroll img{object-fit:contain!important;object-position:center center!important}@media(max-width:820px){.product-detail-section .page-width{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;overflow:visible!important}.product-main--premium{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;overflow:visible!important}.product-gallery{width:100%!important;max-width:100%!important;min-width:0!important;position:relative!important;top:auto!important;overflow:visible!important}.product-gallery__main--premium{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;padding:12px!important;border-radius:26px!important}.product-gallery__main--premium>img.product-gallery__image,.product-gallery__main--premium>img[data-gallery-main]{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}.product-info--premium{width:100%!important;max-width:100%!important}}@media(max-width:520px){.product-detail-section .page-width{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.product-gallery__main--premium{padding:10px!important;border-radius:24px!important}}.mobile-drawer{pointer-events:none}.mobile-drawer.is-open{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-drawer.is-open .mobile-drawer__panel,.mobile-drawer.is-open .mobile-drawer__overlay{pointer-events:auto!important}.menu-toggle--drawer{touch-action:manipulation;cursor:pointer;z-index:160!important}body.pawmart-menu-open{overflow:hidden!important}.product-detail-section .product-gallery,.product-detail-section .product-gallery__main,.product-detail-section .product-gallery__main--premium,.product-detail-section .product-gallery__main--safe{min-width:0!important;box-sizing:border-box!important}.product-detail-section .product-gallery__main--safe{background:#fff!important;overflow:hidden!important;border:1px solid rgba(13,34,51,.09)!important}.product-detail-section .product-gallery__main--safe>img,.product-detail-section .product-gallery__main--safe>img.product-gallery__image,.product-detail-section .product-gallery__main--safe>img[data-gallery-main]{display:block!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;margin-left:auto!important;margin-right:auto!important}@media(max-width:820px){.product-detail-section{padding-top:20px!important;padding-bottom:36px!important}.product-detail-section .page-width{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;margin-inline:auto!important;overflow:visible!important}.product-main--premium{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important}.product-detail-section .product-gallery{position:relative!important;top:auto!important;width:100%!important;max-width:100%!important;overflow:visible!important;margin:0 auto 18px!important}.product-detail-section .product-gallery__main--safe{display:block!important;aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px!important;border-radius:26px!important;box-shadow:0 16px 48px #0d223314!important}.product-detail-section .product-gallery__main--safe>img,.product-detail-section .product-gallery__main--safe>img.product-gallery__image,.product-detail-section .product-gallery__main--safe>img[data-gallery-main]{width:100%!important;height:auto!important;max-width:100%!important;max-height:58vh!important;object-fit:contain!important;object-position:center center!important;margin:0 auto!important;border-radius:20px!important}.product-detail-section .gallery-count{left:14px!important;bottom:14px!important}.product-detail-section .gallery-zoom{right:14px!important;bottom:14px!important}.product-detail-section .product-gallery__thumbs--scroll{width:100%!important;max-width:100%!important;display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;padding-bottom:8px!important}.product-detail-section .product-gallery__thumbs--scroll .product-gallery__thumb{flex:0 0 72px!important;width:72px!important;height:72px!important;border-radius:16px!important}.product-detail-section .product-info--premium{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:20px!important;background:#fff!important;border:1px solid rgba(13,34,51,.09)!important;border-radius:26px!important;box-shadow:0 16px 48px #0d223314!important}.product-detail-section .product-title-row{display:flex!important;align-items:flex-start!important;gap:12px!important}.product-detail-section .product-info--premium h1{font-size:clamp(1.9rem,8.8vw,2.8rem)!important;line-height:1.06!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important;margin-top:8px!important}.product-detail-section .product-info__desc{max-height:260px;overflow:auto;padding-right:4px}.product-detail-section .product-buy-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-detail-section .product-buy-row .qty,.product-detail-section .product-buy-row .btn{width:100%!important}}@media(max-width:520px){.product-detail-section .page-width{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.product-detail-section .product-gallery__main--safe{padding:10px!important;border-radius:24px!important}.product-detail-section .product-gallery__main--safe>img,.product-detail-section .product-gallery__main--safe>img.product-gallery__image,.product-detail-section .product-gallery__main--safe>img[data-gallery-main]{max-height:52vh!important}.product-detail-section .product-info--premium{padding:18px!important;border-radius:24px!important}.product-detail-section .product-benefit-strip{grid-template-columns:1fr 1fr!important}}@media(max-width:380px){.product-detail-section .product-benefit-strip{grid-template-columns:1fr!important}}.mobile-menu-toggle-checkbox{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.mobile-menu-toggle-checkbox:checked~.mobile-drawer{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-menu-toggle-checkbox:checked~.mobile-drawer .mobile-drawer__overlay,.mobile-menu-toggle-checkbox:checked~.mobile-drawer .mobile-drawer__panel{pointer-events:auto!important}.menu-toggle--drawer,.mobile-drawer__close,.mobile-drawer__overlay{cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent}.mobile-drawer__overlay{display:block}.mobile-drawer__close{border:0;background:transparent}@media(max-width:820px){.mobile-menu-toggle-checkbox:checked~.mobile-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important}.mobile-drawer__panel{z-index:2!important}.mobile-drawer__overlay{z-index:1!important}}@media(min-width:821px){.mobile-menu-toggle-checkbox{display:none!important}}@media(max-width:820px){.header--mega .menu-toggle--drawer{display:grid!important;position:relative!important;z-index:10002!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important}.mobile-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;z-index:10000!important}.mobile-drawer.is-open{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-drawer__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;background:#0d223352!important;pointer-events:auto!important}.mobile-drawer__panel{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:760px!important;height:100dvh!important;margin:0 auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;z-index:2!important;background:#fff!important}.mobile-drawer__close{position:relative!important;z-index:3!important;pointer-events:auto!important}}.best-seller-carousel-section{overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbfa)}.carousel-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.carousel-heading-row .pm-text{margin-bottom:0}.carousel-controls{display:flex;gap:10px;flex:0 0 auto;padding-bottom:8px}.carousel-arrow{width:50px;height:50px;border-radius:50%;border:1px solid rgba(13,34,51,.12);background:#fff;color:var(--pm-navy);display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 30px #0d223314;transition:transform .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.carousel-arrow:hover{transform:translateY(-2px);background:var(--pm-teal);color:#fff}.carousel-arrow:disabled{opacity:.38;cursor:not-allowed;transform:none}.carousel-arrow svg{width:22px;height:22px}.best-seller-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 66px)/4);gap:22px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:34px 2px 18px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.best-seller-carousel::-webkit-scrollbar{display:none}.best-seller-carousel__slide{scroll-snap-align:start;min-width:0}.best-seller-carousel__slide .product-card{height:100%;margin:0}.carousel-progress{width:100%;height:4px;border-radius:999px;overflow:hidden;background:#0d223317;margin:4px 0 0}.carousel-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--pm-teal);transform-origin:left center;transition:width .18s ease,transform .18s ease}.carousel-footer-link{margin-top:30px}@media(max-width:1100px){.best-seller-carousel{grid-auto-columns:calc((100% - 44px) / 3)}.carousel-progress span{width:33.333%}}@media(max-width:820px){.carousel-heading-row{align-items:flex-start}.carousel-heading-row>div:first-child{text-align:left}.carousel-heading-row .pm-eyebrow{margin-left:0!important}.carousel-controls{padding-top:4px}.carousel-arrow{width:46px;height:46px}.best-seller-carousel{grid-auto-columns:calc((100% - 16px)/2);gap:16px;padding-top:26px}.carousel-progress span{width:50%}}@media(max-width:560px){.carousel-heading-row{display:grid;grid-template-columns:1fr auto;gap:14px}.carousel-heading-row .pm-title{font-size:clamp(2rem,10vw,3rem)}.carousel-heading-row .pm-text{font-size:.96rem}.carousel-controls{align-self:end;gap:8px}.carousel-arrow{width:42px;height:42px}.best-seller-carousel{grid-auto-columns:82%;gap:14px;padding-right:18%}.carousel-progress span{width:82%}.carousel-footer-link .btn{width:100%}}@media(max-width:380px){.best-seller-carousel{grid-auto-columns:88%;padding-right:12%}.carousel-progress span{width:88%}}.product-detail-section{padding-top:46px;padding-bottom:70px;background:radial-gradient(circle at 10% 12%,rgba(29,181,166,.08),transparent 28%),linear-gradient(180deg,#fff,#f7fbfa)}.product-main--premium{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px!important;align-items:start}.product-gallery{position:sticky;top:118px}.product-gallery__main--premium{border-radius:32px!important;padding:22px!important;background:#fff!important;border:1px solid rgba(13,34,51,.08)!important;box-shadow:0 22px 70px #0d223317!important}.product-gallery__main--premium>img,.product-gallery__main--premium>img[data-gallery-main]{border-radius:24px!important}.product-gallery__thumbs--scroll{margin-top:14px!important;gap:12px!important}.product-gallery__thumbs--scroll .product-gallery__thumb{flex:0 0 88px!important;width:88px!important;height:88px!important;background:#fff!important;border-radius:18px!important;border:1px solid rgba(13,34,51,.1)!important}.product-info--premium{position:relative;background:#fff;border:1px solid rgba(13,34,51,.08);border-radius:30px;padding:30px;box-shadow:0 22px 70px #0d223314}.product-info__vendor{margin-bottom:8px}.product-info--premium h1{font-size:clamp(2rem,3.2vw,3.55rem)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:8px 0 12px!important}.product-rating-line{margin:0 0 18px!important}.product-info__price{font-size:1.8rem!important;margin:0 0 8px!important}.product-meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;color:#0d22339e;font-size:.92rem;margin-bottom:18px}.product-stock{font-weight:900}.product-stock--in{color:#1a8f74}.product-stock--out{color:#c24a4a}.product-info__desc--excerpt{font-size:1rem!important;line-height:1.65;color:#0d2233b8;margin:0 0 22px}.product-form--premium{padding:20px!important;background:var(--pm-soft)!important;border:1px solid rgba(13,34,51,.08)!important;border-radius:24px!important;margin:0 0 22px!important}.product-form--premium .field{margin-bottom:16px}.product-form--premium label{display:block;font-weight:900;margin-bottom:8px}.product-form--premium .select{min-height:52px;border-radius:16px;border:1px solid rgba(13,34,51,.14);background:#fff}.product-buy-row{grid-template-columns:150px minmax(0,1fr)!important;gap:12px!important}.product-buy-row .qty{min-height:54px;border-radius:999px;background:#fff}.product-buy-row .btn{min-height:54px}.shopify-payment-button{margin-top:12px}.product-benefit-strip--universal{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:22px 0!important;background:transparent!important}.product-benefit-strip--universal div{border:1px solid rgba(13,34,51,.08);border-radius:18px;background:#fff;min-height:72px;padding:14px!important}.product-accordions{border:1px solid rgba(13,34,51,.08);border-radius:22px;overflow:hidden;background:#fff}.product-accordions .accordion{border-bottom:1px solid rgba(13,34,51,.08)}.product-accordions .accordion:last-child{border-bottom:0}.product-accordions .accordion summary{padding:18px 20px;font-weight:900;cursor:pointer}.product-accordions .accordion__content{padding:0 20px 20px;color:#0d2233b8;line-height:1.65}.product-accordions .rte p:first-child{margin-top:0}.product-accordions .rte p:last-child{margin-bottom:0}@media(max-width:980px){.product-main--premium{grid-template-columns:1fr!important;gap:24px!important}.product-gallery{position:relative!important;top:auto!important}}@media(max-width:820px){.product-detail-section{padding-top:18px!important;padding-bottom:38px!important}.product-detail-section .page-width{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.product-gallery__main--premium{padding:10px!important;border-radius:24px!important}.product-gallery__main--premium>img,.product-gallery__main--premium>img[data-gallery-main]{max-height:56vh!important;width:100%!important;height:auto!important;object-fit:contain!important;border-radius:18px!important}.product-gallery__thumbs--scroll .product-gallery__thumb{flex-basis:70px!important;width:70px!important;height:70px!important}.product-info--premium{padding:20px!important;border-radius:24px!important}.product-info--premium h1{font-size:clamp(1.8rem,8.8vw,2.7rem)!important}.product-buy-row{grid-template-columns:1fr!important}.product-buy-row .qty{width:100%!important;justify-content:space-between!important}.product-benefit-strip--universal{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){.product-info--premium{padding:17px!important}.product-benefit-strip--universal{grid-template-columns:1fr!important}.product-form--premium{padding:16px!important}.product-accordions .accordion summary{padding:16px}.product-accordions .accordion__content{padding:0 16px 16px}}.product-detail-v16{background:#fff;padding:44px 0 72px}.product-main--v16{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);gap:52px;align-items:start}.product-gallery--v16{position:sticky;top:112px;min-width:0}.product-gallery__main--v16{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:520px;max-height:720px;padding:28px;overflow:hidden;border:1px solid rgba(13,34,51,.08);border-radius:30px;background:#fff;box-shadow:0 22px 64px #0d223314}.product-gallery__main--v16 .product-gallery__image{display:block;width:100%;height:100%;max-width:100%;max-height:660px;object-fit:contain;object-position:center}.product-gallery__thumbs--v16{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.product-gallery__thumbs--v16::-webkit-scrollbar{display:none}.product-gallery__thumbs--v16 .product-gallery__thumb{flex:0 0 84px;width:84px;height:84px;padding:6px;border:1px solid rgba(13,34,51,.1);border-radius:16px;background:#fff;overflow:hidden}.product-gallery__thumbs--v16 .product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-info--v16{min-width:0}.product-info--v16 h1{margin:8px 0 14px;font-family:Poppins,Nunito Sans,sans-serif;font-size:clamp(2rem,3.5vw,3.8rem);line-height:1.04;letter-spacing:-.045em;overflow-wrap:anywhere}.product-info--v16 .product-rating-line{margin-bottom:14px}.product-info--v16 .product-info__price{margin-bottom:8px;font-size:1.8rem}.product-summary{margin:18px 0 24px;color:#0d2233b8;font-size:1.02rem;line-height:1.65}.product-form--v16{padding:22px;border:1px solid rgba(13,34,51,.08);border-radius:24px;background:var(--pm-soft)}.product-form--v16 .select{min-height:52px;border-radius:16px;background:#fff}.product-buy-row--v16{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px}.product-buy-row--v16 .qty,.product-buy-row--v16 .btn{min-height:54px}.product-form--v16 .shopify-payment-button{margin-top:12px}.product-form--v16 .shopify-payment-button__button{min-height:54px!important;border-radius:999px!important}.product-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.product-trust-row>div{display:flex;align-items:center;gap:9px;min-height:62px;padding:12px;border:1px solid rgba(13,34,51,.08);border-radius:16px;background:#fff;font-size:.9rem;font-weight:850}.product-trust-row svg{width:23px;height:23px;color:var(--pm-teal);flex:0 0 23px}.product-accordions--v16{overflow:hidden;border:1px solid rgba(13,34,51,.08);border-radius:20px;background:#fff}.product-accordions--v16 .accordion summary{display:flex;align-items:center;gap:10px;padding:18px}.product-accordions--v16 .accordion__content{padding:0 18px 20px;line-height:1.65}.product-accordions--v16 .accordion__content img{max-width:100%;height:auto}@media(max-width:980px){.product-main--v16{grid-template-columns:1fr;gap:26px}.product-gallery--v16{position:relative;top:auto}}@media(max-width:820px){.product-detail-v16{padding:18px 0 42px}.product-detail-v16 .page-width{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.product-main--v16{gap:20px}.product-gallery__main--v16{min-height:0;max-height:none;aspect-ratio:auto;padding:12px;border-radius:24px}.product-gallery__main--v16 .product-gallery__image{width:100%;height:auto;max-height:58vh;object-fit:contain}.product-gallery__thumbs--v16 .product-gallery__thumb{flex-basis:70px;width:70px;height:70px}.product-info--v16{padding:18px;border:1px solid rgba(13,34,51,.08);border-radius:24px;background:#fff;box-shadow:0 14px 42px #0d22330f}.product-info--v16 h1{font-size:clamp(1.85rem,8.8vw,2.75rem)}.product-buy-row--v16{grid-template-columns:1fr}.product-buy-row--v16 .qty{width:100%;justify-content:space-between}.product-trust-row{grid-template-columns:1fr}}@media(max-width:480px){.product-info--v16,.product-form--v16{padding:16px}.product-gallery__main--v16 .product-gallery__image{max-height:52vh}}.product-detail-v16 .product-form--v16,.product-detail-v16 .product-form--v16 *,.product-detail-v16 .product-buy-row--v16,.product-detail-v16 .product-buy-row--v16 *{box-sizing:border-box!important}.product-detail-v16 .product-buy-row--v16{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important;width:100%!important}.product-detail-v16 .product-buy-row--v16 .qty{display:flex!important;align-items:center!important;justify-content:space-between!important;width:150px!important;min-width:150px!important;max-width:150px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 8px!important;margin:0!important;border:1px solid rgba(13,34,51,.12)!important;border-radius:999px!important;background:#fff!important;overflow:hidden!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--pm-navy)!important;font:inherit!important;line-height:38px!important;text-align:center!important;box-shadow:none!important;transform:none!important}.product-detail-v16 .product-buy-row--v16 .qty input{-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.product-detail-v16 .product-buy-row--v16 .qty input::-webkit-outer-spin-button,.product-detail-v16 .product-buy-row--v16 .qty input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.product-detail-v16 .product-add-to-cart-v17{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 24px!important;margin:0!important;aspect-ratio:auto!important;border:0!important;border-radius:999px!important;background:var(--pm-teal)!important;color:#fff!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;box-shadow:0 12px 28px #1db5a638!important;transform:none!important}.product-detail-v16 .product-add-to-cart-v17 span{display:block!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:none!important;padding:0!important;margin:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;font:inherit!important;line-height:1.2!important}.product-detail-v16 .product-add-to-cart-v17 svg,.product-detail-v16 .product-add-to-cart-v17 img{display:none!important}.product-detail-v16 .shopify-payment-button{width:100%!important;margin-top:12px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:100%!important;min-height:54px!important;max-height:54px!important;border-radius:999px!important}@media(max-width:820px){.product-detail-v16 .product-buy-row--v16{grid-template-columns:1fr!important;gap:12px!important}.product-detail-v16 .product-buy-row--v16 .qty{width:100%!important;min-width:0!important;max-width:100%!important}.product-detail-v16 .product-add-to-cart-v17{width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;border-radius:16px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{min-height:56px!important;max-height:56px!important;border-radius:16px!important}}.product-detail-v16 .product-form--v16{background:linear-gradient(180deg,#fbfefe,#f4fbfa)!important;border-radius:26px!important;padding:20px!important}.product-detail-v16 .product-form--v16 .field label{font-size:.88rem!important;letter-spacing:.01em;text-transform:none!important;color:var(--pm-navy)!important}.product-detail-v16 .product-form--v16 .select{min-height:50px!important;border-radius:14px!important}.product-detail-v16 .product-buy-row--v16{align-items:center!important}.product-detail-v16 .product-add-to-cart-v17{max-width:100%!important;letter-spacing:.01em!important}.product-detail-v16 .shopify-payment-button{display:flex!important;justify-content:center!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:100%!important;max-width:100%!important}@media(max-width:820px){.product-detail-v16 .product-form--v16{padding:18px!important;border-radius:22px!important}.product-detail-v16 .product-buy-row--v16{grid-template-columns:104px minmax(0,1fr)!important;gap:10px!important}.product-detail-v16 .product-buy-row--v16 .qty{width:104px!important;min-width:104px!important;max-width:104px!important;min-height:50px!important;max-height:50px!important;height:50px!important;padding:0 6px!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important;line-height:30px!important;font-size:.95rem!important}.product-detail-v16 .product-add-to-cart-v17{width:100%!important;min-height:50px!important;max-height:50px!important;height:50px!important;border-radius:14px!important;font-size:.96rem!important}.product-detail-v16 .shopify-payment-button{margin-top:10px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:92%!important;max-width:92%!important;min-height:50px!important;max-height:50px!important;margin-left:auto!important;margin-right:auto!important;border-radius:14px!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{margin-top:8px!important;font-size:.84rem!important}.product-detail-v16 .product-trust-row{grid-template-columns:1fr!important;gap:8px!important}.product-detail-v16 .product-trust-row>div{min-height:56px!important;border-radius:14px!important;font-size:.88rem!important}}@media(max-width:420px){.product-detail-v16 .product-form--v16{padding:16px!important}.product-detail-v16 .product-buy-row--v16{grid-template-columns:98px minmax(0,1fr)!important;gap:8px!important}.product-detail-v16 .product-buy-row--v16 .qty{width:98px!important;min-width:98px!important;max-width:98px!important;height:48px!important;min-height:48px!important;max-height:48px!important}.product-detail-v16 .product-add-to-cart-v17{min-height:48px!important;max-height:48px!important;height:48px!important;font-size:.93rem!important;padding:0 18px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:88%!important;max-width:88%!important;min-height:48px!important;max-height:48px!important}}.product-detail-v16 .product-info--v16{background:#fff!important}.product-detail-v16 .product-summary{font-size:.95rem!important;line-height:1.55!important;color:#0d2233ad!important}.product-detail-v16 .product-form--v16{background:#fff!important;border:1px solid rgba(13,34,51,.1)!important;box-shadow:none!important}.product-detail-v16 .product-form--v16 .field{margin-bottom:14px!important}.product-detail-v16 .product-form--v16 .select{border:1px solid rgba(13,34,51,.14)!important;background:#fff!important}.product-detail-v16 .product-accordions--v16,.product-detail-v16 .product-trust-row>div{box-shadow:none!important}@media(max-width:820px){.product-detail-v16 .product-info--v16{padding:16px 14px 18px!important}.product-detail-v16 .product-info--v16 h1{font-size:clamp(1.75rem,8vw,2.45rem)!important;margin-bottom:10px!important}.product-detail-v16 .product-rating-line{margin-bottom:10px!important}.product-detail-v16 .product-info__price{font-size:1.45rem!important;margin-bottom:6px!important}.product-detail-v16 .product-meta-line{margin-bottom:12px!important;font-size:.84rem!important}.product-detail-v16 .product-summary{margin:12px 0 16px!important;font-size:.9rem!important}.product-detail-v16 .product-form--v16{padding:14px!important;border-radius:18px!important}.product-detail-v16 .product-form--v16 .field label{font-size:.82rem!important;font-weight:800!important;margin-bottom:7px!important}.product-detail-v16 .product-form--v16 .select{min-height:46px!important;height:46px!important;border-radius:12px!important;font-size:.9rem!important}.product-detail-v16 .product-buy-row--v16{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:10px 0 0!important}.product-detail-v16 .product-buy-row--v16 .qty{flex:0 0 92px!important;width:92px!important;min-width:92px!important;max-width:92px!important;height:46px!important;min-height:46px!important;max-height:46px!important;border-radius:999px!important;padding:0 4px!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;line-height:28px!important;font-size:.92rem!important}.product-detail-v16 .product-add-to-cart-v17{flex:0 1 230px!important;width:230px!important;min-width:180px!important;max-width:230px!important;height:46px!important;min-height:46px!important;max-height:46px!important;border-radius:999px!important;font-size:.92rem!important;box-shadow:none!important}.product-detail-v16 .shopify-payment-button{display:flex!important;justify-content:center!important;margin-top:10px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:220px!important;min-width:220px!important;max-width:220px!important;height:40px!important;min-height:40px!important;max-height:40px!important;border-radius:999px!important;margin-left:auto!important;margin-right:auto!important;box-shadow:none!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{font-size:.8rem!important;margin-top:8px!important;text-align:center!important}.product-detail-v16 .product-trust-row{grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;margin-top:14px!important}.product-detail-v16 .product-trust-row>div{min-height:44px!important;padding:10px!important;border-radius:12px!important;font-size:.74rem!important;gap:6px!important;justify-content:center!important;text-align:center!important}.product-detail-v16 .product-trust-row svg{width:17px!important;height:17px!important;flex:0 0 17px!important}.product-detail-v16 .product-accordions--v16{border-radius:16px!important;margin-top:14px!important}.product-detail-v16 .product-accordions--v16 .accordion summary{padding:14px 15px!important;font-size:.92rem!important}.product-detail-v16 .product-accordions--v16 .accordion__content{padding:0 15px 15px!important;font-size:.9rem!important;line-height:1.58!important}}@media(max-width:420px){.product-detail-v16 .product-buy-row--v16{gap:8px!important}.product-detail-v16 .product-buy-row--v16 .qty{flex-basis:86px!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:44px!important;min-height:44px!important;max-height:44px!important}.product-detail-v16 .product-add-to-cart-v17{width:208px!important;min-width:160px!important;max-width:208px!important;height:44px!important;min-height:44px!important;max-height:44px!important;font-size:.9rem!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:200px!important;min-width:200px!important;max-width:200px!important;height:38px!important;min-height:38px!important;max-height:38px!important}.product-detail-v16 .product-trust-row{grid-template-columns:1fr!important}}.product-detail-v16{background:#fff!important;padding-top:24px!important}.product-main--v16{gap:38px!important}.product-gallery__main--v16{border-radius:18px!important;box-shadow:none!important;border:1px solid rgba(13,34,51,.1)!important;padding:18px!important}.product-gallery__thumbs--v16 .product-gallery__thumb{border-radius:10px!important;box-shadow:none!important}.product-info--v16{padding-top:2px!important}.product-info--v16 .product-info__vendor{font-size:.78rem!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--pm-teal)!important}.product-info--v16 h1{font-size:clamp(1.95rem,3vw,3.2rem)!important;line-height:1.08!important;margin:6px 0 10px!important}.product-rating-line{font-size:.9rem!important;color:#0d2233ad!important}.product-info__price{font-size:1.55rem!important;margin-bottom:4px!important}.product-meta-line{padding-bottom:14px!important;border-bottom:1px solid rgba(13,34,51,.08)!important;margin-bottom:16px!important}.product-summary{margin:14px 0 18px!important;font-size:.94rem!important;line-height:1.55!important}.product-form--v16{border:0!important;border-top:1px solid rgba(13,34,51,.08)!important;border-bottom:1px solid rgba(13,34,51,.08)!important;border-radius:0!important;padding:18px 0!important;background:#fff!important}.product-form--v16 .field label{font-size:.82rem!important}.product-form--v16 .select{border-radius:8px!important;min-height:46px!important}.product-add-to-cart-v17,.shopify-payment-button__button,.shopify-payment-button__button--unbranded{border-radius:8px!important;box-shadow:none!important}.product-trust-row{margin:16px 0 8px!important;gap:0!important;border-top:1px solid rgba(13,34,51,.08)!important;border-bottom:1px solid rgba(13,34,51,.08)!important}.product-trust-row>div{border:0!important;border-right:1px solid rgba(13,34,51,.08)!important;border-radius:0!important;min-height:52px!important;background:#fff!important;box-shadow:none!important}.product-trust-row>div:last-child{border-right:0!important}.product-accordions--v16{border:0!important;border-radius:0!important;box-shadow:none!important}.product-accordions--v16 .accordion{border-top:1px solid rgba(13,34,51,.09)!important}.product-accordions--v16 .accordion:last-child{border-bottom:1px solid rgba(13,34,51,.09)!important}.product-accordions--v16 .accordion summary{padding:15px 2px!important;font-size:.92rem!important}.product-accordions--v16 .accordion__content{padding:0 2px 16px!important}@media(max-width:820px){.product-detail-v16{padding-top:10px!important}.product-gallery__main--v16{border-radius:14px!important;padding:8px!important}.product-info--v16{border:0!important;border-radius:0!important;box-shadow:none!important;padding:10px 2px 18px!important}.product-info--v16 h1{font-size:clamp(1.65rem,7.5vw,2.25rem)!important;line-height:1.08!important}.product-summary{font-size:.88rem!important;margin-bottom:14px!important}.product-form--v16{padding:14px 0!important}.product-detail-v16 .product-buy-row--v16{justify-content:flex-start!important}.product-detail-v16 .product-add-to-cart-v17{flex:0 1 190px!important;width:190px!important;min-width:160px!important;max-width:190px!important;height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:8px!important}.product-detail-v16 .shopify-payment-button{justify-content:flex-start!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:190px!important;min-width:190px!important;max-width:190px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin-left:0!important;margin-right:0!important;border-radius:8px!important}.product-trust-row{grid-template-columns:1fr!important}.product-trust-row>div{justify-content:flex-start!important;border-right:0!important;border-bottom:1px solid rgba(13,34,51,.08)!important;text-align:left!important;padding:10px 2px!important;min-height:44px!important}.product-trust-row>div:last-child{border-bottom:0!important}}@media(max-width:420px){.product-detail-v16 .product-add-to-cart-v17{width:176px!important;min-width:150px!important;max-width:176px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:176px!important;min-width:176px!important;max-width:176px!important}}.product-detail-v16 .product-form--v16{max-width:100%!important}.product-detail-v16 .product-buy-row--v16{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:10px!important;width:100%!important;max-width:100%!important}.product-detail-v16 .product-buy-row--v16 .qty{flex:0 0 92px!important;width:92px!important;min-width:92px!important;max-width:92px!important;height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:999px!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;line-height:28px!important;font-size:.9rem!important}.product-detail-v16 .product-add-to-cart-v17{flex:0 0 172px!important;width:172px!important;min-width:172px!important;max-width:172px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 16px!important;border-radius:8px!important;font-size:.9rem!important;font-weight:800!important;box-shadow:none!important;letter-spacing:0!important}.product-detail-v16 .shopify-payment-button{display:flex!important;justify-content:flex-start!important;width:100%!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:172px!important;min-width:172px!important;max-width:172px!important;height:38px!important;min-height:38px!important;max-height:38px!important;margin-left:102px!important;margin-right:0!important;border-radius:999px!important;box-shadow:none!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{text-align:left!important;margin-left:102px!important;font-size:.8rem!important}.product-detail-v16 .product-trust-row{margin-top:12px!important}.product-detail-v16 .product-summary,.product-detail-v16 .product-accordions--v16 .accordion__content{word-break:break-word!important}@media(max-width:820px){.product-detail-v16 .product-info--v16{padding-left:0!important;padding-right:0!important}.product-detail-v16 .product-form--v16{padding:14px 0!important}.product-detail-v16 .product-buy-row--v16{gap:8px!important}.product-detail-v16 .product-buy-row--v16 .qty{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important;height:42px!important;min-height:42px!important;max-height:42px!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:26px!important;min-width:26px!important;max-width:26px!important;height:26px!important;min-height:26px!important;max-height:26px!important;line-height:26px!important}.product-detail-v16 .product-add-to-cart-v17{flex-basis:164px!important;width:164px!important;min-width:164px!important;max-width:164px!important;height:42px!important;min-height:42px!important;max-height:42px!important;font-size:.88rem!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:164px!important;min-width:164px!important;max-width:164px!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin-left:96px!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{margin-left:96px!important}}@media(max-width:420px){.product-detail-v16 .product-buy-row--v16 .qty{flex-basis:82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:40px!important;min-height:40px!important;max-height:40px!important}.product-detail-v16 .product-add-to-cart-v17{flex-basis:154px!important;width:154px!important;min-width:154px!important;max-width:154px!important;height:40px!important;min-height:40px!important;max-height:40px!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:154px!important;min-width:154px!important;max-width:154px!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin-left:90px!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{margin-left:90px!important}}@media(max-width:820px){.product-detail-v16 .product-form--v16{background:#fff!important;border-top:1px solid rgba(13,34,51,.08)!important;border-bottom:1px solid rgba(13,34,51,.08)!important;padding:16px 0 18px!important}.product-detail-v16 .product-buy-row--v16{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important;justify-items:stretch!important;width:100%!important;max-width:100%!important;margin:10px 0 0!important}.product-detail-v16 .product-buy-row--v16 .qty{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important;max-width:100%!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 18px!important;border:1px solid rgba(13,34,51,.14)!important;border-radius:14px!important;background:#fffdf9!important;box-shadow:none!important}.product-detail-v16 .product-buy-row--v16 .qty button,.product-detail-v16 .product-buy-row--v16 .qty input{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;line-height:32px!important;font-size:1rem!important;font-weight:700!important}.product-detail-v16 .product-add-to-cart-v17{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 20px!important;border-radius:10px!important;border:0!important;background:var(--pm-teal)!important;color:#fff!important;font-size:.95rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:none!important}.product-detail-v16 .shopify-payment-button{display:block!important;width:100%!important;margin-top:0!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{width:100%!important;min-width:0!important;max-width:100%!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;border-radius:10px!important;box-shadow:none!important}.product-detail-v16 .product-form--v16 .shopify-payment-button__more-options{display:block!important;width:100%!important;margin:10px 0 0!important;text-align:center!important;font-size:.84rem!important}}@media(max-width:420px){.product-detail-v16 .product-buy-row--v16 .qty{height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 16px!important}.product-detail-v16 .product-add-to-cart-v17{height:50px!important;min-height:50px!important;max-height:50px!important;font-size:.92rem!important}.product-detail-v16 .shopify-payment-button__button,.product-detail-v16 .shopify-payment-button__button--unbranded{height:44px!important;min-height:44px!important;max-height:44px!important}}.product-paw-points{display:flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin:8px 0 12px;color:var(--pm-teal);font-size:.9rem;font-weight:750}.product-paw-points svg{width:20px;height:20px;flex:0 0 20px}.paw-perks-page{padding:44px 0 72px;background:linear-gradient(180deg,#fff,#f4fbfa)}.paw-perks-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;padding:54px;border-radius:38px;color:#fff;background:linear-gradient(135deg,var(--pm-navy),#12384c);overflow:hidden}.paw-perks-hero h1{margin:6px 0 12px;color:#fff;font-size:clamp(3rem,7vw,6.5rem);line-height:.95}.paw-perks-hero p{max-width:720px;color:#ffffffd1;font-size:1.12rem}.paw-perks-hero .pm-eyebrow{color:var(--pm-mint)}.paw-perks-hero__actions,.paw-perks-home__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.paw-perks-balance-card{display:flex;flex-direction:column;gap:8px;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.paw-perks-balance-card__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--pm-teal)}.paw-perks-balance-card__icon svg{width:30px;height:30px}.paw-perks-balance-card strong{font-size:1.55rem;line-height:1.15}.paw-perks-balance-card small{color:#ffffffb8;line-height:1.5}.paw-perks-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0}.paw-perks-steps article,.paw-perks-card,.paw-perks-tier-grid article{padding:28px;border:1px solid rgba(13,34,51,.08);border-radius:26px;background:#fff}.paw-perks-steps article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--pm-teal);color:#fff;font-weight:900}.paw-perks-steps h2{margin:16px 0 6px}.paw-perks-steps p,.paw-perks-tier-grid p{color:#0d2233ad}.paw-perks-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:28px 0}.paw-perks-card h2{margin:6px 0 18px}.paw-perks-list{list-style:none;padding:0;margin:0}.paw-perks-list li{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid rgba(13,34,51,.08)}.paw-perks-list li:last-child{border-bottom:0}.paw-perks-list span{color:#0d2233a8;text-align:right}.paw-perks-tiers{padding:52px 0 20px}.paw-perks-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.paw-perks-tier-name{display:inline-block;color:var(--pm-teal);font-weight:900;margin-bottom:14px}.paw-perks-tier-grid strong{display:block;font-size:1.3rem;margin-bottom:8px}.paw-perks-terms{margin-top:26px;padding:28px;border-radius:22px;background:var(--pm-soft)}.paw-perks-terms p{margin-bottom:0;color:#0d2233ad;line-height:1.6}.paw-perks-home__card{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:42px;border-radius:34px;background:linear-gradient(135deg,#fff,var(--pm-soft));border:1px solid rgba(13,34,51,.08)}.paw-perks-home__card h2{font-size:clamp(2.2rem,4.5vw,4rem);margin:6px 0 10px}.paw-perks-home__card p{max-width:700px;color:#0d2233ad}.paw-perks-home__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:210px;height:210px;border-radius:50%;background:var(--pm-teal);color:#fff;text-align:center}.paw-perks-home__badge svg{width:44px;height:44px;margin-bottom:8px}.paw-perks-home__badge strong{font-size:1.6rem}.paw-perks-home__badge span{font-size:.9rem}@media(max-width:820px){.paw-perks-page{padding-top:18px}.paw-perks-hero{grid-template-columns:1fr;padding:28px;border-radius:26px}.paw-perks-steps,.paw-perks-grid,.paw-perks-tier-grid{grid-template-columns:1fr}.paw-perks-home__card{grid-template-columns:1fr;padding:26px;border-radius:26px}.paw-perks-home__badge{width:160px;height:160px;justify-self:center}.paw-perks-list li{align-items:flex-start}.product-paw-points{font-size:.82rem}}.header__nav-link--paw-perks{color:var(--pm-teal)!important;font-weight:900!important}.mobile-paw-perks-link{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;margin:18px;padding:12px 18px;border-radius:14px;background:var(--pm-teal);color:#fff!important;font-weight:900;text-decoration:none}.mobile-paw-perks-link svg{width:22px;height:22px}.paw-perks-page .btn{text-decoration:none}.paw-perks-page .paw-perks-hero__actions .btn{min-width:180px}@media(max-width:820px){.header__nav-link--paw-perks{display:none!important}.paw-perks-page .paw-perks-hero__actions{display:grid;grid-template-columns:1fr}.paw-perks-page .paw-perks-hero__actions .btn{width:100%}}.header__nav-link--paw-perks{padding:0!important;background:none!important;border:0!important;box-shadow:none!important;color:inherit!important}.perks-badge{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:152px;min-height:56px;padding:10px 16px 10px 42px;border-radius:18px;border:1px solid rgba(29,181,166,.18);background:linear-gradient(135deg,#fff,#f2fbfa);box-shadow:0 10px 24px #080e1a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.perks-badge__spark{position:absolute;left:14px;top:12px;color:#22d3ee;font-size:1.05rem;line-height:1}.perks-badge__brand{font-size:.56rem;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0d223385;margin-bottom:4px}.perks-badge__title{display:block;font-size:1.22rem;line-height:.95;font-weight:900;letter-spacing:-.03em}.perks-badge__title-paw{color:var(--pm-navy)}.perks-badge__title-perks{color:var(--pm-teal)}.perks-badge__sub{display:block;margin-top:3px;font-size:.68rem;line-height:1;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#0d2233b8}.header__nav-link--paw-perks:hover .perks-badge,.mobile-paw-perks-link:hover .perks-badge{transform:translateY(-1px);box-shadow:0 14px 28px #080e1a1f;border-color:#1db5a647}.mobile-paw-perks-link{display:none;text-decoration:none;color:inherit}@media(min-width:821px){.header__nav-link--paw-perks{display:inline-flex!important;align-items:center;margin-left:10px;margin-right:10px}.perks-badge--desktop{min-width:166px}}@media(max-width:820px){.header__nav-link--paw-perks{display:none!important}.mobile-paw-perks-link{display:flex!important;width:100%;order:10;justify-content:center;margin:8px auto 0}.perks-badge--mobile{min-width:168px;min-height:52px;padding:9px 14px 9px 40px;border-radius:16px}.perks-badge--mobile .perks-badge__title{font-size:1.15rem}.perks-badge--mobile .perks-badge__sub{font-size:.64rem}}.mobile-perks-chip,.mobile-drawer-perks{display:none}@media(max-width:820px){.header__inner{display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:86px!important}.header__logo{justify-self:center!important;min-width:0!important}.header__logo img{display:block!important;width:min(34vw,142px)!important;max-width:142px!important;height:auto!important}.header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;min-width:0!important}.header__actions .icon-link{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important}.mobile-perks-chip{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:auto!important;min-width:58px!important;height:38px!important;padding:0 9px!important;border:1px solid rgba(29,181,166,.24)!important;border-radius:999px!important;background:linear-gradient(135deg,#fff,#f1fbfa)!important;color:var(--pm-navy)!important;box-shadow:0 6px 18px #0d223312!important;text-decoration:none!important;flex:0 0 auto!important}.mobile-perks-chip__paw{display:grid!important;place-items:center!important;width:19px!important;height:19px!important;color:var(--pm-teal)!important}.mobile-perks-chip__paw svg{width:19px!important;height:19px!important}.mobile-perks-chip__text{font-size:.72rem!important;font-weight:900!important;line-height:1!important}.mobile-paw-perks-link,.perks-badge--mobile{display:none!important}.mobile-drawer-perks{display:block!important;padding:14px 16px 8px!important}.mobile-drawer-perks a{display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;align-items:center!important;gap:10px!important;min-height:82px!important;padding:14px 16px!important;border:1px solid rgba(29,181,166,.18)!important;border-radius:18px!important;background:linear-gradient(135deg,#fff,#eefaf8)!important;color:var(--pm-navy)!important;text-decoration:none!important;box-shadow:0 8px 24px #0d22330f!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer{display:inline-flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding-left:28px!important;gap:0!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__spark{left:0!important;font-size:1.55rem!important;color:#41d4eb!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__brand{margin-bottom:4px!important;font-size:.62rem!important;line-height:1!important;letter-spacing:.14em!important;color:#0d223385!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__title{font-size:1.8rem!important;line-height:.9!important;letter-spacing:-.05em!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__paw{color:var(--pm-navy)!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__perks{color:var(--pm-teal)!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__sub{display:block!important;margin-top:5px!important;font-size:.62rem!important;line-height:1!important;letter-spacing:.18em!important;color:#0d22337a!important}.mobile-drawer-perks i{font-style:normal!important;font-size:1.35rem!important;color:#0d22336b!important}}@media(max-width:430px){.header__inner{grid-template-columns:48px minmax(0,1fr) auto!important;gap:6px!important}.header__logo img{width:min(30vw,124px)!important;max-width:124px!important}.header__actions{gap:4px!important}.header__actions .icon-link{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important}.mobile-perks-chip{min-width:36px!important;width:36px!important;height:36px!important;padding:0!important}.mobile-perks-chip__text{display:none!important}.mobile-drawer-perks{padding:12px 14px 8px!important}.mobile-drawer-perks a{min-height:76px!important;padding:12px 14px!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer{padding-left:24px!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__spark{font-size:1.35rem!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__brand{font-size:.56rem!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__title{font-size:1.56rem!important}.mobile-drawer-perks .paw-perks-logo-lockup--drawer .paw-perks-logo-lockup__sub{font-size:.56rem!important;margin-top:4px!important}}.header__nav-link--paw-perks{margin-left:4px!important;margin-right:2px!important}.perks-badge--desktop{display:none!important}.perks-wordmark{display:flex;flex-direction:column;justify-content:center;min-width:106px;min-height:38px;padding:5px 10px 6px;border-radius:12px;background:linear-gradient(135deg,#fff,#f4fbfa);border:1px solid rgba(29,181,166,.16);box-shadow:0 6px 18px #0d22330d;line-height:1}.perks-wordmark__eyebrow{display:block;font-size:.52rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#0d22337a;margin-bottom:2px}.perks-wordmark__title{display:block;font-size:1rem;font-weight:900;letter-spacing:-.04em}.perks-wordmark__paw{color:var(--pm-navy)}.perks-wordmark__perks{color:var(--pm-teal)}.paw-perks-logo-lockup{position:relative;display:inline-flex;flex-direction:column;justify-content:center;gap:0;padding-left:34px;min-width:170px}.paw-perks-logo-lockup__spark{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#41d4eb;font-size:1.7rem;line-height:1}.paw-perks-logo-lockup__brand{font-size:.72rem;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#fff9;margin-bottom:7px}.paw-perks-logo-lockup__title{font-size:2.55rem;line-height:.88;font-weight:950;letter-spacing:-.06em}.paw-perks-logo-lockup__paw{color:#fff}.paw-perks-logo-lockup__perks{color:var(--pm-teal)}.paw-perks-logo-lockup__sub{display:block;margin-top:7px;font-size:.74rem;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#ffffffb8}.paw-perks-balance-card__icon{display:none!important}.paw-perks-logo-lockup--hero{min-width:210px;margin-bottom:6px}.paw-perks-home__badge--wordmark{width:auto;height:auto;padding:0;border-radius:0;background:transparent;color:var(--pm-navy);display:flex;align-items:flex-end;justify-content:center;box-shadow:none}.paw-perks-home__badge--wordmark .paw-perks-logo-lockup__paw{color:var(--pm-navy)}.paw-perks-home__badge--wordmark .paw-perks-logo-lockup__brand,.paw-perks-home__badge--wordmark .paw-perks-logo-lockup__sub{color:#0d22338c}.paw-perks-logo-lockup--home{min-width:188px;padding-left:28px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__spark{font-size:1.35rem}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__brand{font-size:.58rem;margin-bottom:5px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__title{font-size:1.75rem}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__sub{font-size:.58rem;margin-top:4px}@media(min-width:821px){.perks-wordmark--desktop{min-width:112px}}@media(max-width:820px){.perks-wordmark{display:none!important}.paw-perks-logo-lockup{min-width:146px;padding-left:28px}.paw-perks-logo-lockup__spark{font-size:1.3rem}.paw-perks-logo-lockup__brand{font-size:.58rem;margin-bottom:5px}.paw-perks-logo-lockup__title{font-size:1.85rem}.paw-perks-logo-lockup__sub{font-size:.6rem;margin-top:4px}.paw-perks-logo-lockup--hero{min-width:150px}.paw-perks-home__badge--wordmark{width:100%;min-height:auto;padding:0;border-radius:0;justify-self:start;align-items:flex-start}}@media(max-width:430px){.paw-perks-logo-lockup{min-width:124px;padding-left:24px}.paw-perks-logo-lockup__spark{font-size:1.12rem}.paw-perks-logo-lockup__brand{font-size:.5rem;margin-bottom:4px}.paw-perks-logo-lockup__title{font-size:1.55rem}.paw-perks-logo-lockup__sub{font-size:.53rem;letter-spacing:.14em}}.cart-section--redesign{background:linear-gradient(180deg,#fff,var(--pm-soft))}.cart-heading--premium{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.cart-continue-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--pm-line);background:#fff;color:var(--pm-navy);text-decoration:none;font-weight:900;box-shadow:0 8px 18px #0d22330a}.cart-layout--redesign{align-items:start}.cart-table--redesign{display:grid;gap:18px}.cart-list{display:grid;gap:16px}.cart-item--redesign{grid-template-columns:124px 1fr 160px;gap:20px;padding:18px;border-radius:28px;align-items:center}.cart-item__media a{display:block}.cart-item__media img{width:124px;height:124px;object-fit:cover;border-radius:20px;background:var(--pm-soft)}.cart-item__vendor{margin:0 0 6px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900;color:var(--pm-teal)}.cart-item__content h3{margin:0 0 6px;font-size:1.2rem;line-height:1.15}.cart-item__content h3 a{color:var(--pm-navy);text-decoration:none}.cart-item__variant{margin:0 0 10px}.cart-item__meta{display:flex;align-items:center;gap:10px;margin-top:10px}.cart-item__compare{color:#0d223373;text-decoration:line-through;font-weight:700}.qty--cart{min-width:108px;height:44px;border-radius:999px;border:1px solid var(--pm-line);background:var(--pm-soft)}.qty--cart input{width:34px;font-weight:900;background:transparent}.cart-item__controls{display:grid;gap:12px;justify-items:end;align-self:center}.cart-item__mobile-controls{display:none}.cart-remove{color:#0d2233a6;font-weight:900}.cart-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cart-discount-card,.cart-note-card{background:#fff;border:1px solid var(--pm-line);border-radius:24px;padding:16px;box-shadow:0 12px 30px #0d22330a}.cart-label{display:block;margin:0 0 10px;font-weight:900;color:var(--pm-navy)}.cart-discount-row--redesign{grid-template-columns:1fr auto;gap:10px;padding:0;border:0;background:transparent}.cart-discount-row--redesign .input,.cart-note-card .input{min-height:48px;border-radius:16px;border:1px solid var(--pm-line);background:var(--pm-soft)}.textarea{width:100%;padding:14px 16px;resize:vertical;font:inherit}.btn--small{min-height:48px;padding:0 18px}.free-shipping-meter--redesign{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:18px 20px;border:1px solid rgba(29,181,166,.08)}.free-shipping-meter__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#fff;color:var(--pm-teal);box-shadow:0 8px 18px #0d22330d}.free-shipping-meter__icon svg{width:24px;height:24px}.free-shipping-meter__content strong{display:block;color:var(--pm-navy)}.progress-bar{margin-top:10px;width:100%;height:10px;border-radius:999px;background:#0d223314;overflow:hidden}.progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--pm-teal),#75e6d7)}.cart-summary--redesign{padding:24px;border-radius:28px}.cart-summary__eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:900;color:var(--pm-teal)}.cart-summary__top{padding-bottom:14px;border-bottom:1px solid var(--pm-line)}.cart-summary__top .cart-row{margin:10px 0}.cart-summary__total{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:18px 0 8px}.cart-summary__total span{font-weight:900;color:var(--pm-navy)}.cart-summary__total strong{font-size:2rem;line-height:1;color:var(--pm-navy);font-family:Poppins}.cart-summary__copy{margin:0 0 18px;color:#0d22339e}.cart-summary__actions{display:grid;gap:12px}.cart-checkout-btn,.cart-update-btn{width:100%;min-height:52px;border-radius:18px;font-size:1rem}.cart-checkout-btn{box-shadow:0 14px 28px #1db5a638}.cart-summary__benefits{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.cart-summary__benefits div{display:flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;border:1px solid var(--pm-line);border-radius:18px;background:var(--pm-soft);font-weight:800;color:#0d2233d9}.cart-summary__benefits svg{width:20px;height:20px;color:var(--pm-teal);flex:0 0 auto}.cart-continue-link--summary{margin-top:14px;width:100%}.empty-state--cart{max-width:720px;margin:0 auto;background:#fff;box-shadow:0 12px 34px #0d22330d}@media(max-width:1100px){.cart-layout{grid-template-columns:1fr}.cart-summary--redesign{position:static}}@media(max-width:820px){.cart-heading--premium{align-items:flex-start;flex-direction:column}.cart-heading h1{font-size:clamp(2.3rem,9vw,3.4rem)}.cart-item--redesign{grid-template-columns:92px 1fr;align-items:start}.cart-item__media img{width:92px;height:92px;border-radius:16px}.cart-item__controls{display:none}.cart-item__mobile-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;flex-wrap:wrap}.cart-tools-grid{grid-template-columns:1fr}.free-shipping-meter--redesign{grid-template-columns:1fr;justify-items:start}.cart-summary__total strong{font-size:1.8rem}}@media(max-width:540px){.cart-item--redesign{padding:14px;gap:14px}.cart-item__content h3{font-size:1rem}.cart-item__meta{flex-wrap:wrap;gap:6px}.qty--cart{min-width:96px;height:42px}.cart-summary--redesign{padding:18px}.cart-checkout-btn,.cart-update-btn,.cart-continue-link{min-height:50px}}@media(min-width:821px){.header--mega .header__inner{grid-template-columns:auto minmax(0,1fr) auto!important;gap:26px!important;min-height:90px!important}.header--mega .header__logo{justify-self:start}.header--mega .header__logo img{width:156px!important;max-height:64px!important}.header__nav--desktop{gap:24px!important;justify-content:center!important;min-width:0;flex-wrap:nowrap}.header__nav-link{padding:30px 0!important;font-size:.95rem!important}.header__actions{gap:10px!important;justify-content:flex-end!important;flex-shrink:0}.header__actions .header__nav-link--paw-perks{display:inline-flex!important;align-items:center;margin:0 4px 0 0!important;order:-1}.perks-wordmark--desktop{min-width:auto!important}.perks-wordmark{min-height:42px!important;padding:8px 12px 8px 14px!important;border-radius:14px!important;background:linear-gradient(135deg,#fff,#f5fbfa)!important;border:1px solid rgba(29,181,166,.14)!important;box-shadow:0 8px 22px #0d22330f!important}.perks-wordmark__eyebrow{font-size:.48rem!important;margin-bottom:3px!important;letter-spacing:.15em!important}.perks-wordmark__title{font-size:.98rem!important;line-height:1!important}.header__actions .icon-link{width:40px;height:40px}}.header--v33,.header--v33 *{box-sizing:border-box}@media(min-width:1200px){.announcement{background:#f4eadf!important;color:var(--pm-navy)!important}.header--v33{position:sticky!important;top:0!important;z-index:100!important;padding:0 18px 14px!important;border:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.header--v33 .header__inner{display:grid!important;grid-template-columns:152px minmax(300px,1fr) 156px minmax(220px,1fr) auto!important;align-items:center!important;gap:22px!important;width:min(1500px,calc(100% - 24px))!important;max-width:1500px!important;min-height:104px!important;padding:0 28px!important;margin:0 auto!important;border-radius:0 0 24px 24px!important;background:#fff!important;box-shadow:0 14px 38px #0d22331a!important}.header--v33 .menu-toggle{display:none!important}.header-perks-desktop{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;text-decoration:none!important}.header--v33 .perks-wordmark{min-width:138px!important;min-height:52px!important;padding:8px 14px!important;border-radius:14px!important;background:#fff!important;border:1px solid #ddc6a8!important;box-shadow:none!important}.header--v33 .perks-wordmark__eyebrow{font-size:.52rem!important;margin-bottom:4px!important;letter-spacing:.16em!important}.header--v33 .perks-wordmark__title{font-size:1.08rem!important}.header--v33 .header__logo{display:flex!important;align-items:center!important;justify-content:center!important;justify-self:center!important;min-width:0!important}.header--v33 .header__logo img{display:block!important;width:156px!important;max-width:156px!important;max-height:78px!important;height:auto!important;object-fit:contain!important}.header--v33 .header__nav--desktop{display:flex!important;align-items:center!important;gap:24px!important;min-width:0!important;flex-wrap:nowrap!important}.header--v33 .header__nav--left{justify-content:flex-end!important}.header--v33 .header__nav--right{justify-content:flex-start!important}.header--v33 .header__nav-link{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important;padding:38px 0 30px!important;color:var(--pm-navy)!important;font-size:.94rem!important;font-weight:900!important;line-height:1.1!important;white-space:nowrap!important;text-decoration:none!important}.header--v33 .header__nav-link:after{bottom:21px!important}.header--v33 .header__nav-link--mega{color:var(--pm-navy)!important}.header--v33 .header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;min-width:max-content!important}.header--v33 .header__actions .icon-link{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:48px!important;height:64px!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;color:var(--pm-navy)!important;text-decoration:none!important}.header--v33 .header-action-icon{display:grid!important;place-items:center!important;width:28px!important;height:28px!important}.header--v33 .header-action-icon svg{width:25px!important;height:25px!important}.header--v33 .header-action-label{display:block!important;font-size:.68rem!important;font-weight:800!important}.header--v33 .cart-count{top:2px!important;right:0!important}}@media(max-width:1199px){.announcement{background:var(--pm-navy)!important;color:#fff!important}.header--v33{padding:0!important;background:#fff!important;border-bottom:1px solid rgba(13,34,51,.08)!important}.header--v33 .header__inner{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:none!important;min-height:82px!important;padding:0 16px!important;margin:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.header--v33 .menu-toggle{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border:0!important;border-radius:0!important;background:transparent!important}.header-perks-desktop,.header--v33 .header__nav--desktop{display:none!important}.header--v33 .header__logo{display:flex!important;justify-content:center!important;justify-self:center!important;min-width:0!important}.header--v33 .header__logo img{width:min(34vw,136px)!important;max-width:136px!important;max-height:64px!important;height:auto!important;object-fit:contain!important}.header--v33 .header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}.header--v33 .header__actions .icon-link{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important}.header--v33 .header-action-label{display:none!important}.header--v33 .header-action-icon{display:grid!important;place-items:center!important}.header--v33 .header-action-icon svg{width:22px!important;height:22px!important}.header--v33 .cart-count{top:-3px!important;right:-3px!important}}@media(max-width:430px){.header--v33 .header__inner{grid-template-columns:44px minmax(0,1fr) auto!important;gap:5px!important;min-height:76px!important;padding:0 10px!important}.header--v33 .header__logo img{width:min(31vw,116px)!important;max-width:116px!important}.header--v33 .header__actions{gap:2px!important}.header--v33 .header__actions .icon-link{width:32px!important;height:32px!important}.header--v33 .header__actions .icon-link--account{display:none!important}}.header__nav--compact{display:none}@media(max-width:899px){.header--v33 .header__nav--left,.header--v33 .header__nav--right,.header--v33 .header__nav--compact,.header--v33 .header-perks-desktop,.header--v33 .header-action-label{display:none!important}.header--v33 .menu-toggle--drawer{display:grid!important}}@media(min-width:900px)and (max-width:1279px){.header--v33 .header__inner{display:grid!important;grid-template-columns:170px minmax(180px,1fr) auto!important;grid-template-rows:72px 48px!important;align-items:center!important;column-gap:20px!important;row-gap:0!important;min-height:120px!important;padding-top:0!important;padding-bottom:0!important}.header--v33 .menu-toggle--drawer{display:none!important}.header--v33 .header-perks-desktop{display:flex!important;grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important}.header--v33 .header__logo{display:flex!important;grid-column:2!important;grid-row:1!important;justify-self:center!important;align-self:center!important}.header--v33 .header__logo img{width:138px!important;max-height:58px!important;object-fit:contain!important}.header--v33 .header__actions{display:flex!important;grid-column:3!important;grid-row:1!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:max-content!important}.header--v33 .header__actions .icon-link{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important}.header--v33 .header-action-label,.header--v33 .header__nav--left,.header--v33 .header__nav--right{display:none!important}.header--v33 .header__nav--compact{display:flex!important;grid-column:1 / -1!important;grid-row:2!important;align-items:center!important;justify-content:center!important;gap:24px!important;width:100%!important;min-width:0!important;border-top:1px solid rgba(13,34,51,.07)!important}.header--v33 .header__nav--compact .header__nav-link{padding:15px 0!important;font-size:.9rem!important;line-height:1!important;white-space:nowrap!important}.header--v33 .header__nav--compact .header__nav-link:after{bottom:7px!important}.header--v33 .perks-wordmark{min-width:108px!important;min-height:40px!important;padding:6px 10px!important;border-radius:12px!important}}@media(min-width:1280px){.header--v33 .header__inner{display:grid!important;grid-template-columns:150px minmax(250px,1fr) 170px minmax(250px,1fr) 180px!important;align-items:center!important;gap:20px!important;min-height:94px!important}.header--v33 .menu-toggle--drawer,.header--v33 .header__nav--compact{display:none!important}.header--v33 .header-perks-desktop{display:flex!important;justify-self:start!important;align-self:center!important}.header--v33 .header__nav--left{display:flex!important;justify-content:flex-end!important;gap:26px!important;min-width:0!important}.header--v33 .header__logo{display:flex!important;justify-self:center!important;align-self:center!important}.header--v33 .header__logo img{width:160px!important;max-height:68px!important;object-fit:contain!important}.header--v33 .header__nav--right{display:flex!important;justify-content:flex-start!important;gap:26px!important;min-width:0!important}.header--v33 .header__actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;min-width:max-content!important}.header--v33 .header__nav-link{padding:31px 0!important;font-size:.95rem!important;white-space:nowrap!important}.header--v33 .header__actions .icon-link{display:flex!important;flex-direction:column!important;gap:4px!important;width:48px!important;height:58px!important;padding:5px 2px!important;border:0!important;background:transparent!important;border-radius:12px!important}.header--v33 .header-action-label{display:block!important;font-size:.66rem!important;font-weight:800!important}}.pm-about{overflow:hidden;background:#fff;color:#18312b}.pm-about__hero{background:linear-gradient(135deg,#f7efe4,#fff8f1 52%,#eef7f2);padding:64px 0}.pm-about__hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:56px}.pm-about__hero-copy h1,.pm-about h2{margin:12px 0 18px;color:#18312b;line-height:1.08}.pm-about__hero-copy h1{font-size:clamp(2.5rem,5vw,5rem);max-width:760px}.pm-about h2{font-size:clamp(2rem,3.5vw,3.6rem)}.pm-about__eyebrow{display:inline-block;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#df6b4f}.pm-about__lead{max-width:680px;font-size:1.1rem;line-height:1.75;color:#52645f}.pm-about__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.pm-about .btn--secondary{background:#fff;color:#18312b;border:1px solid rgba(24,49,43,.18)}.pm-about__hero-media{border-radius:34px;overflow:hidden;box-shadow:0 24px 70px #1f42392b;min-height:420px}.pm-about__hero-media img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.pm-about__section{padding-top:84px;padding-bottom:84px}.pm-about__story{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:70px;align-items:start}.pm-about__story-copy{font-size:1.08rem;line-height:1.85;color:#52645f}.pm-about__story-copy p:first-child{margin-top:0}.pm-about__values{background:#f5f8f6}.pm-about__section-heading--center{text-align:center;max-width:760px;margin:0 auto 42px}.pm-about__value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.pm-about__value-card{background:#fff;border:1px solid rgba(24,49,43,.08);border-radius:24px;padding:30px 26px;box-shadow:0 12px 36px #18312b12}.pm-about__value-icon{width:52px;height:52px;border-radius:16px;background:#fff1e7;color:#df6b4f;display:grid;place-items:center;margin-bottom:20px}.pm-about__value-icon svg{width:26px;height:26px}.pm-about__value-card h3{margin:0 0 10px;font-size:1.25rem}.pm-about__value-card p{margin:0;color:#61716d;line-height:1.65}.pm-about__promise-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;background:#173f35;color:#fff;border-radius:32px;padding:54px}.pm-about__promise-panel h2{color:#fff}.pm-about__promise-panel .rte{color:#d7e6e1;line-height:1.75}.pm-about__promise-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:16px;align-content:center}.pm-about__promise-panel li{display:flex;gap:14px;align-items:center;background:#ffffff17;padding:17px 18px;border-radius:16px;font-weight:800}.pm-about__promise-panel li svg{width:24px;height:24px;color:#f0a56e}.pm-about__perks-panel{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:center;gap:50px;background:linear-gradient(135deg,#fff2e7,#f5efe9);border-radius:32px;padding:46px 52px}.pm-about__perks-lockup{justify-self:center;transform:scale(1.35);transform-origin:center}.pm-about__perks-copy p{font-size:1.05rem;line-height:1.7;color:#5d6d68}.pm-about__cta{background:#f2f7f4;text-align:center}.pm-about__cta-inner{max-width:820px}.pm-about__cta p{font-size:1.08rem;line-height:1.7;color:#60716c}.pm-about__actions--center{justify-content:center}@media(max-width:989px){.pm-about__hero-grid,.pm-about__story,.pm-about__promise-panel,.pm-about__perks-panel{grid-template-columns:1fr}.pm-about__hero-grid{gap:34px}.pm-about__value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pm-about__perks-lockup{transform:scale(1.15)}.pm-about__promise-panel,.pm-about__perks-panel{padding:38px}.pm-about__section{padding-top:64px;padding-bottom:64px}}@media(max-width:749px){.pm-about__hero{padding:38px 0}.pm-about__hero-copy h1{font-size:2.55rem}.pm-about__hero-media,.pm-about__hero-media img{min-height:290px}.pm-about__hero-media{border-radius:24px}.pm-about__section{padding-top:50px;padding-bottom:50px}.pm-about__value-grid{grid-template-columns:1fr}.pm-about__promise-panel,.pm-about__perks-panel{padding:28px 22px;border-radius:24px}.pm-about__actions{flex-direction:column}.pm-about__actions .btn{width:100%;text-align:center}.pm-about__perks-lockup{transform:scale(1)}}.pm-about__perks-panel{background:linear-gradient(135deg,#c98262,#b96854);box-shadow:0 18px 46px #67362b2e}.pm-about__perks-panel .pm-about__eyebrow{color:#ffe0ce}.pm-about__perks-copy h2{color:#fff}.pm-about__perks-copy p{color:#ffffffe0}.pm-about__perks-lockup .paw-perks-logo-lockup__brand,.pm-about__perks-lockup .paw-perks-logo-lockup__sub{color:#ffffffc7}.pm-about__perks-lockup .paw-perks-logo-lockup__paw{color:#fff}.product-gallery__main--v16{padding:0!important}.product-gallery__track{display:flex;width:100%;height:100%;min-height:inherit;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;width:100%;min-width:100%;min-height:inherit;padding:28px;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.product-gallery__slide .product-gallery__image{display:block;width:100%;height:100%;max-width:100%;max-height:660px;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-gallery__arrow{position:absolute;top:50%;z-index:3;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(13,34,51,.12);border-radius:50%;background:#fffffff0;color:#0d2233;box-shadow:0 10px 28px #0d223324;cursor:pointer;transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.product-gallery__arrow:hover:not(:disabled){transform:translateY(-50%) scale(1.06);box-shadow:0 14px 34px #0d223330}.product-gallery__arrow:disabled{opacity:.28;cursor:default}.product-gallery__arrow svg{width:24px;height:24px}.product-gallery__arrow--prev{left:16px}.product-gallery__arrow--next{right:16px}.product-gallery__thumb.is-active{border-color:var(--pm-teal)!important;box-shadow:0 0 0 2px #1db5a62e!important}@media(max-width:820px){.product-gallery__track{-webkit-overflow-scrolling:touch}.product-gallery__slide{min-height:0;aspect-ratio:1 / 1;padding:8px}.product-gallery__slide .product-gallery__image{height:100%!important;max-height:none!important}.product-gallery__arrow{display:none!important}.product-gallery__thumbs--v16{scroll-snap-type:x proximity}.product-gallery__thumbs--v16 .product-gallery__thumb{scroll-snap-align:start}}.cart-paw-perks{margin:0 0 18px;padding:18px;border:1px solid rgba(29,181,166,.2);border-radius:20px;background:linear-gradient(135deg,#f2fbf9,#fff7ef);box-shadow:0 10px 24px #0d22330d}.cart-paw-perks__header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.cart-paw-perks__spark{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:12px;background:var(--pm-teal);color:#fff;font-size:1.05rem;box-shadow:0 8px 18px #1db5a633}.cart-paw-perks__header>div{display:grid;line-height:1}.cart-paw-perks__brand{margin-bottom:3px;color:#0d223380;font-size:.6rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.cart-paw-perks__header strong{color:var(--pm-teal);font-family:Poppins;font-size:1.15rem;letter-spacing:-.03em}.cart-paw-perks__header strong span{color:var(--pm-navy)}.cart-paw-perks__points{display:grid;gap:4px;padding:13px 14px;border-radius:15px;background:#fff;border:1px solid rgba(13,34,51,.06)}.cart-paw-perks__points span{color:#0d22339e;font-size:.82rem;font-weight:700}.cart-paw-perks__points strong{color:var(--pm-navy);font-family:Poppins;font-size:1.35rem;line-height:1.15}.cart-paw-perks>p{margin:11px 0 8px;color:#0d2233a3;font-size:.78rem;line-height:1.5}.cart-paw-perks>a{display:inline-flex;align-items:center;gap:6px;color:var(--pm-teal);font-size:.82rem;font-weight:900;text-decoration:none}.cart-paw-perks>a:hover{text-decoration:underline}@media(max-width:540px){.cart-paw-perks{padding:15px;border-radius:18px}.cart-paw-perks__points strong{font-size:1.2rem}}.cart-item--redesign,.cart-item--redesign>*,.cart-item__content{min-width:0}.cart-item--redesign{overflow:hidden}.cart-item__content h3,.cart-item__content h3 a,.cart-item__variant{overflow-wrap:anywhere;word-break:normal}@media(max-width:820px){.cart-item--redesign{width:100%;max-width:100%;grid-template-columns:minmax(76px,92px) minmax(0,1fr)}.cart-item__mobile-controls{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:center;justify-content:initial;width:100%;max-width:100%;gap:10px}.cart-item__mobile-controls .qty--cart{width:108px;min-width:0;max-width:100%}.cart-item__mobile-controls .cart-remove{justify-self:end;max-width:100%;white-space:nowrap;text-align:right}}@media(max-width:430px){.cart-item--redesign{grid-template-columns:74px minmax(0,1fr);gap:12px;padding:12px}.cart-item__media img{width:74px;height:74px}.cart-item__mobile-controls{grid-template-columns:1fr;justify-items:start}.cart-item__mobile-controls .cart-remove{justify-self:start;min-height:36px;display:inline-flex;align-items:center;padding:0 2px}}.category-grid--image-cards{align-items:stretch}.category-card--with-image{display:flex;flex-direction:column;padding:0;min-height:0;background:#fff;border-radius:28px;overflow:hidden;isolation:isolate;box-shadow:0 10px 32px #0d223312}.category-card--with-image:after{display:none}.category-card__media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--pm-soft)}.category-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.category-card--with-image:hover .category-card__image{transform:scale(1.025)}.category-card__placeholder{width:100%;height:100%;display:grid;place-items:center}.category-card__placeholder .category-card__icon{margin:0}.category-card__content{padding:20px 22px 22px;background:#fff}.category-card__content h3{margin:0 0 6px}.category-card__content p{margin:0}@media(max-width:1100px){.category-grid--image-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.category-grid--image-cards{grid-template-columns:1fr;gap:20px}.category-card--with-image{width:100%;border-radius:24px}.category-card__media{aspect-ratio:1 / 1}}.category-card__shop-pill{position:absolute;left:50%;bottom:18px;z-index:3;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 20px;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#fffffff0;color:var(--pm-ink);box-shadow:0 8px 24px #0d223329;font-size:.82rem;font-weight:800;line-height:1;letter-spacing:.01em;white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.category-card--with-image:hover .category-card__shop-pill,.category-card--with-image:focus-visible .category-card__shop-pill{transform:translate(-50%) translateY(-2px);background:var(--pm-teal);color:#fff;border-color:var(--pm-teal);box-shadow:0 10px 28px #1db5a64d}@media(max-width:620px){.category-card__shop-pill{bottom:16px;min-height:36px;padding:8px 18px;font-size:.8rem}}.paw-perks-home{padding-top:72px;padding-bottom:72px}.paw-perks-home__card{position:relative;isolation:isolate;overflow:hidden;grid-template-columns:minmax(0,1fr) auto;gap:48px;padding:56px 58px;border-radius:38px;background:radial-gradient(circle at 88% 22%,rgba(39,194,178,.2),transparent 28%),radial-gradient(circle at 14% 92%,rgba(255,218,196,.3),transparent 34%),linear-gradient(135deg,#fff,#f8fffd 48%,#eefaf7);border:1px solid rgba(13,34,51,.08);box-shadow:0 24px 70px #0d22331a}.paw-perks-home__card:before{content:"";position:absolute;width:240px;height:240px;right:-90px;top:-110px;border-radius:50%;border:1px solid rgba(39,194,178,.18);box-shadow:0 0 0 38px #27c2b20b,0 0 0 76px #27c2b207;z-index:-1}.paw-perks-home__card:after{content:"";position:absolute;inset:auto auto 0 0;width:180px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--pm-teal),rgba(39,194,178,0))}.paw-perks-home__card>div:first-child{max-width:760px}.paw-perks-home__card .pm-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 13px;border-radius:999px;background:#27c2b21a;color:#157f74;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.paw-perks-home__card .pm-eyebrow:before{content:"\2665";font-size:.72rem;color:var(--pm-teal)}.paw-perks-home__card h2{max-width:680px;margin:0 0 16px;font-size:clamp(2.45rem,4.2vw,4.4rem);line-height:1.02;letter-spacing:-.045em;color:var(--pm-navy)}.paw-perks-home__card p{max-width:680px;margin:0;font-size:clamp(1.08rem,1.4vw,1.35rem);line-height:1.65;color:#0d2233ad}.paw-perks-home__actions{margin-top:28px}.paw-perks-home__actions .btn{min-height:46px;padding-inline:20px;font-size:.98rem;box-shadow:0 10px 24px #27c2b229}.paw-perks-home__actions .btn--outline{background:#ffffffd1;box-shadow:none}.paw-perks-home__badge--wordmark{position:relative;min-width:300px;padding:36px 34px;border-radius:28px;background:#ffffffd1;border:1px solid rgba(13,34,51,.07);box-shadow:0 18px 50px #0d223314;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.paw-perks-home__badge--wordmark:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:20px;border:1px solid rgba(39,194,178,.1);pointer-events:none}.paw-perks-logo-lockup--home{min-width:250px;padding-left:38px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__spark{font-size:1.9rem}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__brand{font-size:.76rem;color:#0d22337a;margin-bottom:8px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__title{font-size:2.95rem;line-height:.88}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__paw{color:var(--pm-navy)}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__perks{color:var(--pm-teal)}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__sub{margin-top:8px;font-size:.76rem;color:#0d223385}@media(max-width:820px){.paw-perks-home{padding-top:44px;padding-bottom:44px}.paw-perks-home__card{grid-template-columns:1fr;gap:28px;padding:34px 28px;border-radius:30px}.paw-perks-home__card h2{font-size:clamp(2.35rem,10vw,3.35rem)}.paw-perks-home__card p{font-size:1.08rem;line-height:1.58}.paw-perks-home__badge--wordmark{width:100%;min-width:0;padding:30px 26px;border-radius:24px;justify-self:stretch;align-items:center}.paw-perks-logo-lockup--home{min-width:230px;padding-left:34px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__title{font-size:2.7rem}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__brand,.paw-perks-logo-lockup--home .paw-perks-logo-lockup__sub{font-size:.72rem}}@media(max-width:480px){.paw-perks-home__card{padding:28px 22px;border-radius:26px}.paw-perks-home__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.paw-perks-home__actions .btn{width:auto;min-width:138px;min-height:44px;padding:0 18px;flex:0 0 auto;white-space:nowrap;font-size:.95rem}.paw-perks-home__badge--wordmark{padding:26px 20px;align-items:center}.paw-perks-logo-lockup--home{min-width:208px;padding-left:32px}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__spark{font-size:1.72rem}.paw-perks-logo-lockup--home .paw-perks-logo-lockup__title{font-size:2.45rem}}@media(min-width:900px){.header--v33 .header__inner{display:grid!important;grid-template-columns:180px minmax(220px,1fr) 190px!important;grid-template-rows:76px 50px!important;align-items:center!important;column-gap:22px!important;row-gap:0!important;min-height:126px!important;padding-top:0!important;padding-bottom:0!important}.header--v33 .menu-toggle--drawer,.header--v33 .header__nav--left,.header--v33 .header__nav--right{display:none!important}.header--v33 .header-perks-desktop{display:flex!important;grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important;order:initial!important}.header--v33 .header__logo{display:flex!important;grid-column:2!important;grid-row:1!important;justify-self:center!important;align-self:center!important;order:initial!important}.header--v33 .header__logo img{width:150px!important;max-width:150px!important;max-height:64px!important;object-fit:contain!important}.header--v33 .header__actions{display:flex!important;grid-column:3!important;grid-row:1!important;justify-self:end!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;min-width:max-content!important;order:initial!important}.header--v33 .header__actions .icon-link{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;width:48px!important;height:58px!important;min-width:48px!important;padding:4px 2px!important;border:0!important;background:transparent!important;border-radius:12px!important}.header--v33 .header-action-label{display:block!important;font-size:.72rem!important;line-height:1!important;font-weight:800!important}.header--v33 .header__nav--compact{display:flex!important;grid-column:1 / -1!important;grid-row:2!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:clamp(18px,2vw,34px)!important;width:100%!important;min-width:0!important;border-top:1px solid rgba(13,34,51,.07)!important;order:initial!important}.header--v33 .header__nav--compact .header__nav-link{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;padding:16px 0!important;font-size:clamp(.82rem,.78vw,.96rem)!important;line-height:1!important;white-space:nowrap!important}.header--v33 .header__nav--compact .header__nav-link:after{bottom:7px!important}}@media(min-width:900px)and (max-width:1100px){.header--v33 .header__nav--compact{gap:15px!important}.header--v33 .header__nav--compact .header__nav-link{font-size:.78rem!important}}.product-gallery-extras{display:grid;gap:14px;margin-top:18px}.product-extra-card{border:1px solid rgba(13,34,51,.1);border-radius:20px;background:#fff;box-shadow:0 7px 22px #0d223309;overflow:hidden}.product-extra-card h2{margin:0 0 16px;font-size:1rem;line-height:1.2;color:var(--pm-navy)}.product-extra-card--love{padding:20px 22px}.product-love-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-love-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start}.product-extra-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid rgba(32,187,171,.28);border-radius:50%;background:#f4fffd;color:var(--pm-teal);flex:0 0 auto}.product-extra-icon svg{width:21px;height:21px}.product-love-item strong,.product-benefit-grid strong,.product-extra-card--trust strong,.product-extra-card--subscribe strong{display:block;color:var(--pm-navy);font-size:.84rem;line-height:1.25}.product-love-item p{margin:5px 0 0;color:#0d2233a8;font-size:.73rem;line-height:1.45}.product-extra-card--benefits{padding:20px 22px;background:linear-gradient(135deg,#fbfffe,#eefbf8)}.product-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-benefit-grid>div{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center}.product-benefit-grid .product-extra-icon{width:44px;height:44px}.product-extra-card--nutrition{padding:18px 22px}.product-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.product-highlight-grid>div{padding:4px 14px;text-align:center;border-left:1px solid rgba(13,34,51,.1)}.product-highlight-grid>div:first-child{border-left:0}.product-highlight-grid strong{display:block;color:var(--pm-navy);font-size:1.08rem}.product-highlight-grid span{display:block;margin-top:4px;color:#0d22339e;font-size:.7rem;line-height:1.3}.product-extra-card--trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:14px 18px;background:#f8fcff}.product-extra-card--trust>div{display:flex;align-items:center;justify-content:center;gap:9px;padding:4px 12px;border-left:1px solid rgba(13,34,51,.09)}.product-extra-card--trust>div:first-child{border-left:0}.product-extra-card--trust svg{width:24px;height:24px;color:var(--pm-teal);flex:0 0 auto}.product-extra-card--trust small,.product-extra-card--subscribe small{display:block;margin-top:2px;color:#0d223394;font-size:.68rem;line-height:1.3}.product-extra-bottom-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);gap:14px}.product-extra-card--review{padding:18px 22px}.product-extra-stars{color:#ffad0a;font-weight:900;font-size:1rem}.product-extra-stars span{margin-left:8px;color:var(--pm-teal);font-size:.78rem}.product-extra-card--review blockquote{margin:10px 0 6px;color:#0d2233c2;font-size:.82rem;font-style:italic;line-height:1.45}.product-extra-card--review small{color:#0d22338a}.product-extra-card--subscribe{display:flex;align-items:center;gap:12px;padding:18px;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.product-extra-card--subscribe:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0d223314}.product-extra-card--subscribe>span:last-child{margin-left:auto;color:var(--pm-teal);font-size:1.3rem}@media(min-width:821px){.product-main--v16{align-items:start}.product-gallery--v16{position:static!important;top:auto!important}}@media(max-width:1050px){.product-love-grid{grid-template-columns:1fr}.product-benefit-grid,.product-highlight-grid,.product-extra-card--trust{grid-template-columns:repeat(2,minmax(0,1fr))}.product-highlight-grid>div:nth-child(3),.product-extra-card--trust>div:nth-child(3){border-left:0}.product-extra-bottom-grid{grid-template-columns:1fr}}@media(max-width:820px){.product-gallery-extras{margin-top:16px}.product-extra-card--love,.product-extra-card--benefits,.product-extra-card--nutrition{padding:18px}.product-extra-card--trust{grid-template-columns:1fr 1fr}.product-extra-card--trust>div{justify-content:flex-start;padding:9px}}@media(max-width:520px){.product-benefit-grid,.product-highlight-grid,.product-extra-card--trust{grid-template-columns:1fr 1fr}.product-highlight-grid>div{padding:9px 7px}.product-highlight-grid>div:nth-child(odd),.product-extra-card--trust>div:nth-child(odd){border-left:0}.product-love-item{grid-template-columns:36px minmax(0,1fr)}.product-extra-icon{width:36px;height:36px}}.product-rating-line--detailed{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-rating-line--detailed .stars{color:#ffb020}.product-rating-line--detailed span:last-of-type{color:#0d2233b8;font-weight:700}.product-rating-line--detailed a{color:var(--pm-teal);font-weight:800;text-decoration:underline;text-underline-offset:2px}.product-info__price-line{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.product-price-unit{margin-bottom:10px;color:#0d223394;font-weight:700;font-size:1rem}.product-meta-line--food{gap:14px;color:#0d2233ad}.product-purchase-plans{display:grid;gap:12px;margin-bottom:14px}.product-plan-option{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:center;padding:16px 18px;border:1px solid rgba(13,34,51,.12);border-radius:18px;background:#fff;cursor:pointer}.product-plan-option input{position:absolute;opacity:0;pointer-events:none}.product-plan-option__radio{width:18px;height:18px;border-radius:50%;border:2px solid rgba(13,34,51,.25);display:block;position:relative}.product-plan-option input:checked+.product-plan-option__radio{border-color:var(--pm-teal)}.product-plan-option input:checked+.product-plan-option__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--pm-teal)}.product-plan-option__content{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-plan-option__title{display:block;color:var(--pm-navy);font-weight:850;font-size:1rem}.product-plan-option__title strong{color:var(--pm-teal)}.product-plan-option__price{color:var(--pm-navy);font-weight:900;font-size:1.05rem;white-space:nowrap}.product-plan-group{padding:0 0 2px}.product-plan-delivery-row{display:flex;align-items:center;gap:10px;padding:10px 16px 0 50px;flex-wrap:wrap}.product-plan-delivery-row label{font-size:.88rem;color:#0d22339e;font-weight:700}.product-plan-select{min-height:36px!important;height:36px!important;padding:0 36px 0 12px!important;border-radius:12px!important;font-size:.88rem!important;background:#fff!important}.product-plan-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#dff7f1;color:#158d80;font-size:.76rem;font-weight:900}.product-extra-card--nutrition-premium{padding:18px 22px}.product-nutrition-panel{display:grid;grid-template-columns:110px minmax(0,1fr);gap:18px;align-items:center}.product-nutrition-panel__thumb{display:flex;align-items:center;justify-content:center;height:96px;border-right:1px solid rgba(13,34,51,.1);padding-right:14px}.product-nutrition-panel__thumb img{max-width:100%;max-height:82px;object-fit:contain}.product-highlight-grid--premium>div{padding:4px 10px}.product-highlight-grid--premium strong{font-size:1.55rem;letter-spacing:-.04em}.product-highlight-grid--premium span{font-size:.78rem}.product-extra-card--trust-premium{background:#f4fbfb}.product-extra-card--trust-premium>div span{max-width:132px}.product-extra-card--trust-premium strong{font-size:.78rem}.product-extra-bottom-grid--premium{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.product-extra-card--subscribe-premium{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px;padding:18px 20px;text-decoration:none}.product-extra-card--subscribe-premium .product-extra-card__media{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:16px;background:#f7fbfb;border:1px solid rgba(13,34,51,.08)}.product-extra-card--subscribe-premium .product-extra-card__media img{max-width:58px;max-height:58px;object-fit:contain}.product-extra-card--subscribe-premium small{margin:6px 0 0;font-size:.73rem}.product-extra-card--subscribe-premium a{display:inline-flex;margin-top:8px;color:var(--pm-teal);font-weight:850;text-decoration:underline;text-underline-offset:2px}.product-gallery__thumbs--v16{padding-top:2px}@media(max-width:1050px){.product-nutrition-panel{grid-template-columns:1fr}.product-nutrition-panel__thumb{border-right:0;border-bottom:1px solid rgba(13,34,51,.1);padding:0 0 12px;height:auto}.product-extra-bottom-grid--premium{grid-template-columns:1fr}}@media(max-width:820px){.product-rating-line--detailed{gap:10px}.product-info__price-line{gap:8px}.product-price-unit{margin-bottom:6px;font-size:.92rem}.product-plan-option{padding:14px}.product-plan-option__content{gap:10px}.product-plan-option__title{font-size:.92rem}.product-plan-option__price{font-size:.98rem}.product-plan-delivery-row{padding:8px 12px 0 46px;gap:8px}.product-plan-delivery-row label{width:100%;font-size:.82rem}.product-plan-select{width:auto;min-width:118px}.product-nutrition-panel{gap:12px}.product-nutrition-panel__thumb{padding-bottom:10px}.product-highlight-grid--premium strong{font-size:1.25rem}.product-extra-card--subscribe-premium{grid-template-columns:58px minmax(0,1fr);padding:16px}.product-extra-card--subscribe-premium .product-extra-card__media{width:58px;height:58px}.product-extra-card--subscribe-premium .product-extra-card__media img{max-width:44px;max-height:44px}}@media(max-width:520px){.product-plan-option__content{flex-direction:column;align-items:flex-start}.product-plan-option__price{font-size:1rem}.product-highlight-grid--premium{grid-template-columns:1fr 1fr}}.autoship-page{background:linear-gradient(180deg,#fff,#f6fbfa);padding:48px 0 80px}.autoship-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:54px;align-items:center;padding:58px;border:1px solid rgba(13,34,51,.08);border-radius:38px;background:radial-gradient(circle at 90% 18%,rgba(37,194,178,.2),transparent 30%),linear-gradient(135deg,#fff,#effbf8);box-shadow:0 24px 70px #0d223314;overflow:hidden}.autoship-hero h1{max-width:760px;margin:10px 0 18px;font-size:clamp(2.7rem,5vw,5rem);line-height:1;letter-spacing:-.055em;color:var(--pm-navy)}.autoship-hero p{max-width:720px;margin:0;color:#0d2233ad;font-size:1.18rem;line-height:1.65}.autoship-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.autoship-hero__visual{display:flex;justify-content:center}.autoship-package-card{position:relative;display:flex;min-height:310px;width:min(100%,340px);flex-direction:column;align-items:center;justify-content:center;padding:38px;border-radius:34px;background:#fff;border:1px solid rgba(13,34,51,.08);box-shadow:0 22px 60px #0d22331a;text-align:center}.autoship-package-card__icon{display:flex;width:72px;height:72px;align-items:center;justify-content:center;border-radius:22px;background:#e7faf6;color:var(--pm-teal)}.autoship-package-card__icon svg{width:38px;height:38px}.autoship-package-card strong{margin-top:22px;color:var(--pm-navy);font-size:1.6rem}.autoship-package-card>span:last-of-type{margin-top:8px;color:#0d22339e;line-height:1.5}.autoship-package-card__badge{position:absolute;right:18px;top:18px;padding:8px 13px;border-radius:999px;background:var(--pm-teal);color:#fff;font-weight:900}.autoship-section{margin-top:72px}.autoship-section__heading{max-width:760px;margin:0 auto 30px;text-align:center}.autoship-section__heading h2,.autoship-benefit-panel h2,.autoship-manage-card h2,.autoship-cta h2{margin:8px 0 12px;color:var(--pm-navy);font-size:clamp(2rem,3.5vw,3.3rem);line-height:1.08;letter-spacing:-.04em}.autoship-section__heading p,.autoship-benefit-panel p,.autoship-manage-card p,.autoship-cta p{color:#0d2233a6;line-height:1.65}.autoship-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.autoship-step-card{position:relative;padding:30px;border:1px solid rgba(13,34,51,.08);border-radius:28px;background:#fff;box-shadow:0 14px 38px #0d22330d}.autoship-step-card>span:first-child{position:absolute;right:22px;top:18px;color:#0d223324;font-size:3rem;font-weight:950}.autoship-step-card__icon,.autoship-manage-card__icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:18px;background:#e9faf7;color:var(--pm-teal)}.autoship-step-card__icon svg,.autoship-manage-card__icon svg{width:28px;height:28px}.autoship-step-card h3{margin:20px 0 8px;color:var(--pm-navy);font-size:1.24rem}.autoship-step-card p{margin:0;color:#0d2233a1;line-height:1.6}.autoship-benefit-panel{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:42px;align-items:center;margin-top:72px;padding:44px;border-radius:34px;background:linear-gradient(135deg,#0d2233,#123e49);color:#fff}.autoship-benefit-panel h2{color:#fff}.autoship-benefit-panel .pm-eyebrow{color:#5de0d1}.autoship-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.autoship-benefit-grid>div{display:flex;gap:12px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff12}.autoship-benefit-grid svg{width:28px;height:28px;color:#5de0d1;flex:0 0 auto}.autoship-benefit-grid strong,.autoship-benefit-grid small{display:block}.autoship-benefit-grid small{margin-top:3px;color:#ffffffad;line-height:1.35}.autoship-manage-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:72px}.autoship-manage-card{padding:36px;border:1px solid rgba(13,34,51,.08);border-radius:30px;background:#fff;box-shadow:0 14px 40px #0d22330d}.autoship-manage-card--soft{background:#eefaf7}.autoship-manage-card .btn{margin-top:12px}.autoship-faq{margin-top:72px}.autoship-faq__list{max-width:900px;margin:0 auto;overflow:hidden;border:1px solid rgba(13,34,51,.09);border-radius:28px;background:#fff}.autoship-faq details{border-top:1px solid rgba(13,34,51,.08)}.autoship-faq details:first-child{border-top:0}.autoship-faq summary{padding:22px 26px;color:var(--pm-navy);font-weight:900;cursor:pointer}.autoship-faq details p{margin:0;padding:0 26px 24px;color:#0d2233a6;line-height:1.65}.autoship-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:72px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#fff3e9,#e9faf7);border:1px solid rgba(13,34,51,.08)}.autoship-cta h2{max-width:760px}.autoship-cta .btn{flex:0 0 auto}@media(max-width:900px){.autoship-hero{grid-template-columns:1fr;padding:38px}.autoship-step-grid,.autoship-benefit-panel,.autoship-manage-grid{grid-template-columns:1fr}}@media(max-width:620px){.autoship-page{padding:24px 0 52px}.autoship-hero{padding:28px 22px;border-radius:28px}.autoship-hero h1{font-size:clamp(2.3rem,12vw,3.4rem)}.autoship-hero p{font-size:1rem}.autoship-hero__actions{display:grid}.autoship-hero__actions .btn{width:100%}.autoship-package-card{min-height:250px;padding:28px}.autoship-section,.autoship-benefit-panel,.autoship-manage-grid,.autoship-faq,.autoship-cta{margin-top:46px}.autoship-benefit-panel{padding:28px 22px;border-radius:28px}.autoship-benefit-grid{grid-template-columns:1fr}.autoship-manage-card{padding:28px 22px}.autoship-cta{display:grid;padding:30px 22px}.autoship-cta .btn{width:100%}}.pawmart-info-page:has(.autoship-page){padding:0;background:#fff}.pawmart-info-page:has(.autoship-page)>.page-width{width:100%;max-width:none;padding:0}.pawmart-info-page .autoship-page>.page-width{width:min(1320px,calc(100% - 40px));max-width:1320px;margin-inline:auto}@media(max-width:820px){.pawmart-info-page .autoship-page>.page-width{width:calc(100% - 24px)}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/theme.css.map */
