@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--ap-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--ap-radius: 14px;--ap-radius-sm: 10px;--ap-shadow-sm: 0 1px 2px rgba(15,23,42,.05), 0 2px 8px rgba(15,23,42,.04);--ap-shadow-md: 0 4px 8px rgba(15,23,42,.05), 0 12px 24px rgba(15,23,42,.06);--ap-shadow-lg: 0 8px 16px rgba(15,23,42,.06), 0 24px 48px rgba(15,23,42,.08);--ap-text-strong: #0f172a;--ap-text: #1e293b;--ap-text-muted: #64748b;--ap-line: #e2e8f0;--ap-line-soft: #f1f5f9;--ap-accent: #02b3f1}body,[class^=ap-],[class*=" ap-"]{font-family:var(--ap-font);font-feature-settings:"cv11","ss01","ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ap-section-container{max-width:1280px;margin:0 auto;padding:0 16px;width:100%;box-sizing:border-box}@media(min-width:750px){.ap-section-container{padding:0 32px}}.ap-section-header{margin:0 0 24px}.ap-section-header--with-link{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.ap-section-eyebrow{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ap-section-heading{margin:0;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong)}@media(min-width:750px){.ap-section-heading{font-size:30px;letter-spacing:-.025em}}.ap-section-sub{margin:10px 0 0;color:var(--ap-text-muted);font-size:15px;line-height:1.5;max-width:56ch}.ap-section-header__link{font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap;letter-spacing:-.01em}.ap-section-header__link:hover{text-decoration:underline}.ap-hero{position:relative;width:100%;overflow:hidden;isolation:isolate}.ap-hero--small{min-height:340px}.ap-hero--medium{min-height:460px}.ap-hero--large{min-height:600px}@media(min-width:750px){.ap-hero--small{min-height:380px}.ap-hero--medium{min-height:520px}.ap-hero--large{min-height:660px}}@media(min-width:1280px){.ap-hero--small{min-height:420px}.ap-hero--medium{min-height:560px}.ap-hero--large{min-height:720px}}.ap-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.ap-hero__bg--placeholder{background:linear-gradient(135deg,#0ea5e9,#02b3f1 60%,#0284c7)}.ap-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.ap-hero__content{position:relative;max-width:1280px;margin:0 auto;padding:80px 24px;min-height:inherit;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;box-sizing:border-box}@media(max-width:749px){.ap-hero__content{padding:60px 20px;align-items:center;text-align:center}}.ap-hero__eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.ap-hero__heading{margin:0;font-size:clamp(30px,5.4vw,52px);line-height:1.05;font-weight:700;letter-spacing:-.03em;max-width:18ch}.ap-hero__subheading{margin:0;font-size:clamp(15px,1.8vw,18px);line-height:1.5;max-width:44ch;opacity:.94;font-weight:400}.ap-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}@media(max-width:749px){.ap-hero__buttons{width:100%;justify-content:center}.ap-hero__buttons .ap-hero__btn{flex:1 1 140px;max-width:220px}}.ap-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;min-height:48px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .15s ease,filter .15s ease,background .15s ease;cursor:pointer}.ap-hero__btn--primary{background:var(--btn-bg, #02b3f1);color:#fff;border:0}.ap-hero__btn--secondary{background:transparent;border:2px solid currentColor}.ap-hero__btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.ap-hero__btn:active{transform:scale(.97)}.ap-shop-by-pet{padding:36px 0 24px}@media(min-width:750px){.ap-shop-by-pet{padding:48px 0 32px}}@media(max-width:749px){.ap-shop-by-pet{padding:36px 0 24px}}.ap-shop-by-pet__grid{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.ap-shop-by-pet__grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media(min-width:1024px){.ap-shop-by-pet__grid--6,.ap-shop-by-pet__grid--7,.ap-shop-by-pet__grid--8{grid-template-columns:repeat(4,1fr)}}.ap-pet-tile{position:relative;display:block;aspect-ratio:1 / 1;border-radius:var(--ap-radius);background:var(--ap-line-soft);text-decoration:none;color:#fff;overflow:hidden;isolation:isolate;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease}@media(min-width:750px){.ap-pet-tile{aspect-ratio:5 / 4}}.ap-pet-tile:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg)}.ap-pet-tile:active{transform:scale(.98)}.ap-pet-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.ap-pet-tile__img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.ap-pet-tile:hover .ap-pet-tile__img{transform:scale(1.06)}.ap-pet-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:88px;line-height:1;background:linear-gradient(135deg,#fff 0%,var(--ap-line-soft) 100%)}@media(min-width:750px){.ap-pet-tile__placeholder{font-size:112px}}.ap-pet-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:16px;background:linear-gradient(to top,#0f172ac7,#0f172a52 45%,#0f172a00 75%)}@media(min-width:750px){.ap-pet-tile__overlay{padding:20px}}.ap-pet-tile__caption{display:flex;flex-direction:column;gap:2px;min-width:0}.ap-pet-tile__label{font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.25)}@media(min-width:750px){.ap-pet-tile__label{font-size:22px}}.ap-pet-tile__meta{font-size:11px;font-weight:500;color:#ffffffd9;letter-spacing:.04em}@media(min-width:750px){.ap-pet-tile__meta{font-size:12px}}.ap-pet-tile__arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:#fff;transition:transform .25s ease}@media(min-width:750px){.ap-pet-tile__arrow{width:40px;height:40px}}.ap-pet-tile__arrow svg{width:16px;height:16px}.ap-pet-tile:hover .ap-pet-tile__arrow{transform:translate(3px)}.ap-collection-grid{padding:40px 0}@media(min-width:750px){.ap-collection-grid{padding:56px 0}}.ap-cg__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 24px;flex-wrap:wrap}.ap-cg__eyebrow{flex:1 1 100%;margin:0}.ap-cg__heading{margin:0}.ap-cg__show-all{font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap;letter-spacing:-.01em;transition:opacity .15s ease,transform .15s ease}.ap-cg__show-all:hover{opacity:.8;transform:translate(2px)}@media(min-width:990px){.ap-shop-by-pet__grid--5{grid-template-columns:repeat(5,1fr)}}@media(min-width:750px)and (max-width:989px){.ap-shop-by-pet__grid--5{grid-template-columns:repeat(3,1fr)}}.ap-pet-tile--compact{aspect-ratio:1 / 1.05}@media(min-width:750px){.ap-pet-tile--compact{aspect-ratio:1 / 1.1}}.ap-pet-tile--compact .ap-pet-tile__overlay{padding:14px}@media(min-width:750px){.ap-pet-tile--compact .ap-pet-tile__overlay{padding:16px}}.ap-pet-tile--compact .ap-pet-tile__label{font-size:15px}@media(min-width:750px){.ap-pet-tile--compact .ap-pet-tile__label{font-size:17px}}.ap-pet-tile--compact .ap-pet-tile__arrow{width:32px;height:32px}.ap-pet-tile--compact .ap-pet-tile__arrow svg{width:14px;height:14px}.ap-brands{padding:28px 0}@media(min-width:750px){.ap-brands{padding:36px 0}}.ap-brands__sub{margin:-8px 0 18px;max-width:56ch}.ap-slider{position:relative}.ap-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 14px)/2);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 4px 12px;-webkit-overflow-scrolling:touch}.ap-slider__track::-webkit-scrollbar{display:none}.ap-slider__slide{scroll-snap-align:start}@media(min-width:750px){.ap-slider__track{grid-auto-columns:calc((100% - 60px)/4);gap:20px}}@media(min-width:990px){.ap-slider__track{grid-auto-columns:calc((100% - 80px)/5);gap:20px}}.ap-slider__btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;background:#fff;border:1px solid var(--ap-line);box-shadow:var(--ap-shadow-md);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:var(--ap-text-strong);transition:transform .25s cubic-bezier(.25,.46,.45,.94),opacity .25s ease,box-shadow .25s ease,border-color .15s ease,background .15s ease}@media(min-width:990px){.ap-slider__btn{width:48px;height:48px}}.ap-slider__btn svg{width:18px;height:18px}@media(min-width:990px){.ap-slider__btn svg{width:20px;height:20px}}.ap-slider__btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:var(--ap-shadow-lg);border-color:var(--ap-accent);color:var(--ap-accent)}.ap-slider__btn:active{transform:translateY(-50%) scale(.96)}.ap-slider__btn--prev{left:-10px}.ap-slider__btn--next{right:-10px}@media(min-width:990px){.ap-slider__btn--prev{left:-22px}.ap-slider__btn--next{right:-22px}}.ap-slider__btn[disabled],.ap-slider__btn[aria-disabled=true]{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.85)}@media(max-width:749px){.ap-slider__btn{display:none}}.ap-slider--products .ap-slider__track{grid-auto-columns:70vw;gap:12px}@media(min-width:750px){.ap-slider--products .ap-slider__track{grid-auto-columns:calc((100% - 54px) / 3);gap:18px}}@media(min-width:990px){.ap-slider--products .ap-slider__track{grid-auto-columns:calc((100% - 60px)/4);gap:20px}}.ap-brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);text-decoration:none;color:var(--ap-text-strong);aspect-ratio:5 / 3;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease}.ap-brand-card:hover{transform:translateY(-3px);box-shadow:var(--ap-shadow-md);border-color:var(--ap-accent)}.ap-brand-card:active{transform:scale(.98)}.ap-brand-card__media{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0}.ap-brand-card__img{max-width:78%;max-height:78%;width:auto;height:auto;object-fit:contain;filter:grayscale(.15);opacity:.92;transition:filter .25s ease,opacity .25s ease}.ap-brand-card:hover .ap-brand-card__img{filter:grayscale(0);opacity:1}.ap-brand-card__placeholder{font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--ap-text-muted);text-align:center;padding:0 12px}.ap-brand-card__name{font-size:12px;font-weight:600;color:var(--ap-text-muted);letter-spacing:.02em;text-align:center;margin-top:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ap-coll{padding:24px 0 64px}@media(min-width:990px){.ap-coll{padding:32px 0 80px}}.ap-coll__breadcrumb{font-size:13px;color:var(--ap-text-muted);margin-bottom:16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ap-coll__breadcrumb a{color:var(--ap-text-muted);text-decoration:none;transition:color .15s ease}.ap-coll__breadcrumb a:hover{color:var(--ap-accent)}.ap-coll__crumb-sep{color:var(--ap-line)}.ap-coll__crumb-current{color:var(--ap-text-strong);font-weight:500}.ap-coll__head{margin-bottom:24px}.ap-coll__title{margin:0 0 8px;font-size:28px;line-height:1.15;font-weight:700;letter-spacing:-.025em;color:var(--ap-text-strong)}@media(min-width:750px){.ap-coll__title{font-size:36px;letter-spacing:-.03em}}.ap-coll__desc{color:var(--ap-text-muted);font-size:15px;line-height:1.55;max-width:70ch}body.template-collection .ap-coll__desc{display:none!important}.ap-pg-card,.ap-pg-card *,.ap-card,.ap-card *,.ap-pg-card:hover,.ap-pg-card:hover *,.ap-pg-card:focus,.ap-pg-card:focus *,.ap-pg-card:visited,.ap-pg-card:visited *,.ap-card:hover,.ap-card:hover *,.ap-card:focus,.ap-card:focus *,.ap-card:visited,.ap-card:visited *{text-decoration:none!important}.ap-coll__desc p{margin:0 0 8px}.ap-coll__desc p:last-child{margin-bottom:0}.ap-coll__layout{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:990px){.ap-coll__layout{grid-template-columns:260px 1fr;gap:40px;align-items:start}}.ap-coll__layout--no-filters{grid-template-columns:1fr!important}.ap-coll__sidebar{position:fixed;top:0;left:0;width:min(86vw,360px);height:100vh;height:100dvh;background:#fff;z-index:110;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:8px 0 32px #0f172a2e}.ap-coll--filter-open .ap-coll__sidebar{transform:translate(0)}@media(min-width:990px){.ap-coll__sidebar{position:sticky;top:84px;width:auto;height:auto;max-height:calc(100vh - 100px);transform:none;box-shadow:none;background:transparent;overflow-y:auto;overflow-x:hidden;z-index:auto}.ap-coll--filter-open .ap-coll__sidebar{transform:none}}.ap-coll__sidebar-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--ap-line);position:sticky;top:0;background:#fff;z-index:1}@media(min-width:990px){.ap-coll__sidebar-head{display:none}}.ap-coll__sidebar-title{font-weight:700;font-size:16px;color:var(--ap-text-strong)}.ap-coll__close-drawer{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:0;border-radius:8px;color:var(--ap-text-strong);cursor:pointer}.ap-coll__close-drawer:hover{background:var(--ap-line-soft)}.ap-coll__close-drawer svg{width:20px;height:20px}.ap-coll__filters{padding:8px 16px 88px}@media(min-width:990px){.ap-coll__filters{padding:0}}.ap-coll__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:12px 0;border-bottom:1px solid var(--ap-line);margin-bottom:8px}.ap-coll__active-label{font-size:12px;font-weight:700;color:var(--ap-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-right:4px}.ap-coll__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 6px 6px 12px;background:var(--ap-line-soft);border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:600;color:var(--ap-text-strong);text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.ap-coll__chip:hover{background:#fff;border-color:var(--ap-accent);color:var(--ap-accent)}.ap-coll__chip svg{width:14px;height:14px;padding:2px;border-radius:999px;background:#0f172a0f;transition:background .15s ease,color .15s ease}.ap-coll__chip:hover svg{background:var(--ap-accent);color:#fff}.ap-coll__clear-all{font-size:12px;font-weight:700;letter-spacing:0;color:var(--ap-accent);text-decoration:none;padding:4px 10px;border-radius:999px;margin-left:auto;transition:background .15s ease}.ap-coll__clear-all:hover{background:#02b3f11a}.ap-coll__filter{border-bottom:1px solid var(--ap-line);padding:14px 0}.ap-coll__filter[open] .ap-coll__filter-caret{transform:rotate(180deg)}.ap-coll__filter-head{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:700;color:var(--ap-text-strong);letter-spacing:-.005em;list-style:none}.ap-coll__filter-head::-webkit-details-marker{display:none}.ap-coll__filter-caret{width:14px;height:14px;transition:transform .2s ease;color:var(--ap-text-muted)}.ap-coll__filter-body{padding-top:12px}.ap-coll__filter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.ap-coll__filter-list [data-ap-filter-row][data-overflow]{display:none}.ap-coll__filter-list.is-expanded [data-ap-filter-row][data-overflow]{display:list-item}.ap-coll__filter-list [data-ap-filter-row][hidden]{display:none!important}.ap-coll__check{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;font-size:14px;line-height:1.3;color:var(--ap-text)}.ap-coll__check:hover .ap-coll__check-label{color:var(--ap-text-strong)}.ap-coll__check input{position:absolute;opacity:0;pointer-events:none}.ap-coll__check-box{flex:0 0 auto;width:18px;height:18px;border:1.5px solid var(--ap-line);border-radius:4px;background:#fff;position:relative;transition:background .15s ease,border-color .15s ease}.ap-coll__check-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8 7 12 13 4'/></svg>");background-size:12px 12px;background-position:center;background-repeat:no-repeat;opacity:0}.ap-coll__check input:checked~.ap-coll__check-box{background:var(--ap-accent);border-color:var(--ap-accent)}.ap-coll__check input:checked~.ap-coll__check-box:after{opacity:1}.ap-coll__check input:focus-visible~.ap-coll__check-box{box-shadow:0 0 0 3px #02b3f133}.ap-coll__check-label{flex:1;transition:color .15s ease}.ap-coll__check-count{flex:0 0 auto;font-size:12px;color:var(--ap-text-muted)}.ap-coll__check--disabled{opacity:.4;cursor:not-allowed}.ap-coll__active-head,.ap-coll__active-pills{display:contents}.ap-coll__filter-search{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:0 0 10px;background:var(--ap-line-soft);border:1px solid transparent;border-radius:999px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.ap-coll__filter-search:focus-within{background:#fff;border-color:var(--ap-accent);box-shadow:0 0 0 3px #02b3f124}.ap-coll__filter-search svg{flex:0 0 auto;width:14px;height:14px;color:var(--ap-text-muted)}.ap-coll__filter-search input{flex:1;min-width:0;background:transparent;border:0;outline:0;font-size:13.5px;color:var(--ap-text-strong);font-family:inherit}.ap-coll__filter-search input::placeholder{color:var(--ap-text-muted)}.ap-coll__filter-search input::-webkit-search-cancel-button{-webkit-appearance:none}.ap-coll__show-more{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:6px 0;background:transparent;border:0;color:var(--ap-accent);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:color .15s ease}.ap-coll__show-more:hover{color:var(--ap-text-strong);text-decoration:underline;text-underline-offset:2px}.ap-coll__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:8px;padding:0 6px;background:var(--ap-accent);color:#fff;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:0}.ap-coll__price-hint{margin:8px 0 0;font-size:12px;color:var(--ap-text-muted)}.ap-coll__filter-empty{margin:6px 2px 0;font-size:13px;color:var(--ap-text-muted);font-style:italic}.ap-rv{padding:28px 0}@media(min-width:750px){.ap-rv{padding:36px 0}}.ap-rv[hidden]{display:none}.ap-rv__track{grid-auto-columns:calc((100% - 14px) / 2.2);gap:14px;padding:4px 4px 12px}@media(min-width:750px){.ap-rv__track{grid-auto-columns:calc((100% - 60px)/4);gap:20px}}@media(min-width:1100px){.ap-rv__track{grid-auto-columns:calc((100% - 80px)/5);gap:20px}}.ap-rv:not([hidden]) .ap-rv__track>.ap-card{animation:apFadeIn .35s ease both}.ap-rv .ap-card{position:relative;overflow:hidden}.ap-rv__track>*:not(.ap-card){display:none!important}.ap-rv .ap-card>*:not(.ap-card__media):not(.ap-card__body){display:none!important}.ap-rv .ap-card__media>*:not(.ap-card__img):not(.ap-card__badges):not(picture):not(source){display:none!important}.ap-rv .ap-card__body>*:not(.ap-card__vendor):not(.ap-card__title):not(.ap-card__price){display:none!important}.ap-rv .ap-card__media img:not(.ap-card__img){display:none!important}.ap-rv .ap-card__media svg{display:none!important}.ap-rv .ap-card__media [class*=tinyicon],.ap-rv .ap-card__media [class*=chicons],.ap-rv .ap-card__media [class*=chicon]{display:none!important}.ap-coll__price-range{display:flex;gap:10px}.ap-coll__price-input{flex:1;display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--ap-text-muted)}.ap-coll__price-input input{width:100%;padding:8px 10px;font-size:14px;color:var(--ap-text-strong);border:1px solid var(--ap-line);border-radius:8px;background:#fff;outline:0}.ap-coll__price-input input:focus-visible{border-color:var(--ap-accent);box-shadow:0 0 0 3px #02b3f126}.ap-coll__apply-row{position:sticky;bottom:0;left:0;right:0;padding:12px 0;background:linear-gradient(to top,#fff 70%,#fff0);margin-top:16px}@media(min-width:990px){.ap-coll__apply-row{display:none}}.ap-coll__apply{width:100%;padding:14px 18px;min-height:48px;background:var(--ap-accent);color:#fff;border:0;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:filter .15s ease,transform .15s ease}.ap-coll__apply:hover{filter:brightness(1.05)}.ap-coll__apply:active{transform:scale(.98)}.ap-coll__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a00;visibility:hidden;z-index:105;transition:background .25s ease,visibility 0s linear .25s;cursor:pointer}.ap-coll--filter-open .ap-coll__backdrop{background:#0f172a73;visibility:visible;transition:background .25s ease}.ap-coll__main{min-width:0;position:relative}.ap-coll__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}@media(max-width:989px){.ap-coll__toolbar{position:sticky;top:0;z-index:5;background:#ffffffeb;backdrop-filter:saturate(160%) blur(8px);-webkit-backdrop-filter:saturate(160%) blur(8px);margin:0 -16px 16px;padding:10px 16px;border-bottom:1px solid var(--ap-line)}}.ap-coll__main.is-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;z-index:4;pointer-events:none;animation:apFadeIn .15s ease both}.ap-coll__main.is-loading:after{content:"";position:absolute;left:50%;top:120px;width:28px;height:28px;margin-left:-14px;border:2.5px solid var(--ap-line);border-top-color:var(--ap-accent);border-radius:50%;z-index:5;animation:apSpin .7s linear infinite;pointer-events:none}@keyframes apFadeIn{0%{opacity:0}to{opacity:1}}@keyframes apSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ap-coll__main.is-loading:after{animation:none}.ap-coll__main.is-loading:before{animation:none}}.ap-coll__count{font-size:13px;color:var(--ap-text-muted)}body.template-index .ap-coll__count,body.template-collection .ap-coll__count,body.template-search .ap-coll__count,.ap-shop-all .ap-coll__count,.ap-coll .ap-coll__count{display:none!important}.ap-shop-all .ap-coll__toolbar,.ap-coll .ap-coll__toolbar,body.template-index .ap-coll__toolbar,body.template-collection .ap-coll__toolbar,body.template-search .ap-coll__toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:12px}.ap-shop-all .ap-coll__mobile-filter-btn,.ap-coll .ap-coll__mobile-filter-btn,body.template-collection .ap-coll__mobile-filter-btn,body.template-search .ap-coll__mobile-filter-btn{flex:0 0 auto}.ap-shop-all .ap-coll__sort-form,.ap-coll .ap-coll__sort-form,body.template-collection .ap-coll__sort-form,body.template-search .ap-coll__sort-form{flex:0 0 auto;margin-left:auto}.ap-coll__mobile-filter-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;min-height:40px;background:#fff;border:1.5px solid var(--ap-line);border-radius:999px;font-size:14px;font-weight:600;color:var(--ap-text-strong);cursor:pointer;transition:border-color .15s ease,background .15s ease}.ap-coll__mobile-filter-btn:hover{border-color:var(--accent, #02b3f1)}.ap-coll__mobile-filter-btn svg{width:16px;height:16px}@media(min-width:990px){.ap-coll__mobile-filter-btn{display:none}}.ap-coll__sort-form{position:relative}.ap-coll__sort{-webkit-appearance:none;appearance:none;padding:9px 36px 9px 14px;background:#fff;border:1.5px solid var(--ap-line);border-radius:999px;font-size:14px;font-weight:600;color:var(--ap-text-strong);font-family:inherit;cursor:pointer;outline:0;transition:border-color .15s ease}.ap-coll__sort:hover,.ap-coll__sort:focus-visible{border-color:var(--ap-accent)}.ap-coll__sort-caret{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none;color:var(--ap-text-muted)}.ap-coll__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:750px){.ap-coll__grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:990px){.ap-coll__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.ap-coll__item{display:flex}.ap-coll__empty{grid-column:1 / -1;text-align:center;padding:64px 16px;background:var(--ap-line-soft);border-radius:var(--ap-radius)}.ap-coll__empty h2{margin:0 0 8px;font-size:20px;color:var(--ap-text-strong)}.ap-coll__empty p{margin:0 0 16px;color:var(--ap-text-muted)}.ap-coll__btn{display:inline-block;padding:12px 22px;background:var(--ap-accent);color:#fff;border-radius:999px;text-decoration:none;font-weight:600}.ap-coll__pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:40px;flex-wrap:wrap}.ap-coll__page{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;font-size:14px;font-weight:600;color:var(--ap-text-strong);text-decoration:none;transition:background .15s ease,color .15s ease}.ap-coll__page:hover{background:var(--ap-line-soft)}.ap-coll__page--current{background:var(--ap-accent);color:#fff}.ap-coll__page--gap{color:var(--ap-text-muted)}.ap-coll__page svg{width:16px;height:16px}.ap-trust-badges{padding:20px 0;border-top:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line)}@media(min-width:750px){.ap-trust-badges{padding:24px 0}}@media(min-width:750px){.ap-trust-badges{padding:40px 0}}.ap-trust-badges__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:750px){.ap-trust-badges__list{grid-template-columns:repeat(4,1fr);gap:24px}.ap-trust-badges__list--3{grid-template-columns:repeat(3,1fr)}.ap-trust-badges__list--5{grid-template-columns:repeat(5,1fr)}.ap-trust-badges__list--6{grid-template-columns:repeat(6,1fr)}}.ap-trust-badges__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.ap-trust-badges__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.ap-trust-badges__icon svg{width:32px;height:32px}.ap-trust-badges__heading{margin:0;font-size:14px;font-weight:700;color:var(--ap-text-strong)}@media(min-width:750px){.ap-trust-badges__heading{font-size:15px}}.ap-trust-badges__sub{margin:0;font-size:12px;color:var(--ap-text-muted);line-height:1.4}@media(min-width:750px){.ap-trust-badges__sub{font-size:13px}}.ap-featured-products{padding:28px 0}@media(min-width:750px){.ap-featured-products{padding:40px 0}}.ap-fp__scroller{position:relative}.ap-fp__list{list-style:none;margin:0;display:grid;grid-auto-flow:column;grid-auto-columns:60vw;gap:12px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:6px 4px 12px;-webkit-overflow-scrolling:touch}.ap-fp__list::-webkit-scrollbar{height:6px}.ap-fp__list::-webkit-scrollbar-thumb{background:var(--ap-line);border-radius:3px}@media(min-width:750px){.ap-fp__list{grid-auto-columns:30vw;gap:18px}}@media(min-width:990px){.ap-fp__list{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(4,1fr);overflow:visible}}.ap-fp__item{scroll-snap-align:start;display:flex;flex-direction:column}.ap-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease;flex:1}.ap-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}.ap-card:active{transform:scale(.99)}.ap-card__media{position:relative;aspect-ratio:1 / 1;background:var(--ap-line-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.ap-card__img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.ap-card__img--placeholder{font-size:56px;opacity:.35}.ap-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}.ap-card__badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#fff;letter-spacing:0;line-height:1.4;box-shadow:0 1px 2px #00000014}.ap-card__badge--soldout{background:#475569}.ap-card__badge--sale{background:var(--ap-accent)}.ap-card__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:4px}@media(min-width:750px){.ap-card__body{padding:16px 18px 18px}}.ap-card__vendor{margin:0 0 2px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ap-text-muted)}.ap-card__title{margin:0;font-size:13px;line-height:1.3;font-weight:600;letter-spacing:-.01em;color:var(--ap-text-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em;word-break:break-word;overflow-wrap:anywhere}@media(min-width:750px){.ap-card__title{font-size:14px}}@media(min-width:990px){.ap-card__title{font-size:15px;line-height:1.35}}.ap-card__price{display:flex;align-items:baseline;gap:8px;margin-top:6px}.ap-card__price-now{font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong)}.ap-card__price-was{font-size:13px;text-decoration:line-through;color:var(--ap-text-muted)}.ap-fp__empty{color:var(--ap-text-muted);font-size:14px;padding:16px;text-align:center;border:1px dashed var(--ap-line);border-radius:var(--ap-radius)}.ap-pg{padding:40px 0}@media(min-width:750px){.ap-pg{padding:56px 0}}.ap-pg__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:750px){.ap-pg__grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:990px){.ap-pg__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.ap-pg__item{display:flex}.ap-pg-card{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease}.ap-pg-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}.ap-pg-card:active{transform:scale(.99)}.ap-pg-card__media{position:relative;aspect-ratio:1 / 1;background:var(--ap-line-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.ap-pg-card__img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.ap-pg-card:hover .ap-pg-card__img{transform:scale(1.04)}.ap-pg-card__img--placeholder{font-size:56px;opacity:.35}.ap-pg-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}.ap-pg-card__badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;letter-spacing:0;line-height:1.4;box-shadow:0 1px 2px #00000014}.ap-pg-card__badge--soldout{background:#475569}.ap-pg-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px;flex:1}@media(min-width:750px){.ap-pg-card__body{padding:14px 16px 16px}}.ap-pg-card__variants{margin:0 0 2px;font-size:12px;font-weight:500;color:var(--ap-text-muted);letter-spacing:0}.ap-pg-card__vendor{margin:0;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ap-text-muted)}.ap-pg-card__title{margin:0;font-size:13px;line-height:1.3;font-weight:600;letter-spacing:-.01em;color:var(--ap-text-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em;word-break:break-word;overflow-wrap:anywhere}@media(min-width:750px){.ap-pg-card__title{font-size:14px}}@media(min-width:990px){.ap-pg-card__title{font-size:15px;line-height:1.35}}.ap-pg-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:6px}.ap-pg-card__price-now{font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong)}.ap-pg-card__price-now--sale{color:var(--ap-text-strong)}.ap-pg-card__price-was{font-size:13px;text-decoration:line-through;color:var(--ap-text-muted)}.ap-pg-card__origin{display:inline-flex;align-items:center;gap:4px;margin:4px 0 0;font-size:11px;font-weight:600;color:var(--ap-text-muted);letter-spacing:0}.ap-pg-card__origin svg{flex:0 0 auto}.ap-pg__empty{color:var(--ap-text-muted);font-size:14px;padding:24px;text-align:center;border:1px dashed var(--ap-line);border-radius:var(--ap-radius)}.ap-shop-all{padding:28px 0 40px}@media(min-width:750px){.ap-shop-all{padding:36px 0 56px}}.ap-shop-all__pets{display:flex;flex-wrap:wrap;gap:16px;margin:0 0 32px;padding:4px 2px 8px;overflow-x:auto;scrollbar-width:none}.ap-shop-all__pets::-webkit-scrollbar{display:none}@media(min-width:750px){.ap-shop-all__pets{gap:32px;flex-wrap:nowrap;justify-content:flex-start}}.ap-shop-all__pet{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--ap-text-strong);flex:0 0 auto;transition:transform .25s ease}.ap-shop-all__pet:hover{transform:translateY(-3px)}.ap-shop-all__pet:active{transform:scale(.96)}.ap-shop-all__pet-circle{width:80px;height:80px;border-radius:50%;background:var(--ap-line-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}@media(min-width:750px){.ap-shop-all__pet-circle{width:96px;height:96px}}.ap-shop-all__pet:hover .ap-shop-all__pet-circle{border-color:var(--ap-accent);box-shadow:0 0 0 4px #02b3f126}.ap-shop-all__pet-circle img{width:100%;height:100%;object-fit:cover}.ap-shop-all__pet-circle span{font-size:40px;line-height:1}@media(min-width:750px){.ap-shop-all__pet-circle span{font-size:48px}}.ap-shop-all__pet-label{font-size:13px;font-weight:600;color:var(--ap-text-strong);letter-spacing:-.005em}@media(min-width:750px){.ap-shop-all__pet-label{font-size:14px}}.ap-shop-all__view-all-row{display:flex;justify-content:center;margin-top:32px}.ap-shop-all__view-all,a.ap-shop-all__view-all{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:var(--ap-accent);color:#fff!important;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:-.01em;text-decoration:none!important;transition:filter .15s ease,transform .15s ease}.ap-shop-all__view-all:hover,a.ap-shop-all__view-all:hover{filter:brightness(1.05);transform:translateY(-1px);color:#fff!important}.ap-shop-all__view-all:active{transform:scale(.98)}.ap-shop-all__view-all svg{width:16px;height:16px;transition:transform .2s ease}.ap-shop-all__view-all:hover svg{transform:translate(3px)}.ap-shop-all__filter-empty{font-size:13px;color:var(--ap-text-muted);padding:12px 0;line-height:1.5}.ap-shop-all__filter-empty em{color:var(--ap-text-strong);font-style:normal;font-weight:600}.ap-shop-all__filter-more{display:block;padding:8px 0;font-size:13px;font-weight:600;text-decoration:none}.ap-shop-all__filter-more:hover{text-decoration:underline}.ap-footer{background:#fafafb;color:var(--ap-text);margin-top:48px;border-top:1px solid var(--ap-line);position:relative}.ap-footer__reassurance{border-bottom:1px solid var(--ap-line);background:#fff}.ap-footer__reassurance-list{list-style:none;margin:0;padding:12px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px}@media(min-width:750px){.ap-footer__reassurance-list{padding:14px 0;gap:8px 24px;flex-wrap:nowrap}}.ap-footer__reassurance-item{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 calc(50% - 16px)}@media(min-width:750px){.ap-footer__reassurance-item{flex:0 1 auto}}.ap-footer__reassurance-icon{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#02b3f11a;color:var(--ap-accent)}.ap-footer__reassurance-icon svg{width:16px;height:16px}.ap-footer__reassurance-label{font-size:12.5px;font-weight:600;color:var(--ap-text-strong);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:990px){.ap-footer__reassurance-label{font-size:13.5px}}.ap-footer__main{display:grid;grid-template-columns:1fr;gap:0;padding:24px 0 16px}@media(min-width:750px){.ap-footer__main{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1.4fr;gap:28px 32px;padding:36px 0 28px}}@media(min-width:990px){.ap-footer__main{gap:32px 40px;padding:40px 0 32px}}.ap-footer__brand{display:flex;flex-direction:column;gap:14px;min-width:0;padding:16px 0;border-bottom:1px solid var(--ap-line)}@media(min-width:750px){.ap-footer__brand{padding:0;border-bottom:0;gap:14px}}.ap-footer__logo{display:inline-block;max-width:120px}.ap-footer__logo img{display:block;width:100%;height:auto;max-width:120px}.ap-footer__logo-text{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--ap-text-strong);text-decoration:none}.ap-footer__tagline{margin:0;font-size:13px;line-height:1.5;color:var(--ap-text-muted);max-width:32ch}.ap-footer__contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ap-footer__contact-item{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.45;color:var(--ap-text)}.ap-footer__contact-item svg{flex:0 0 auto;width:14px;height:14px;color:var(--ap-accent);margin-top:2px}.ap-footer__contact-item a{color:var(--ap-text-strong);text-decoration:none;transition:color .15s ease}.ap-footer__contact-item a:hover{color:var(--ap-accent)}.ap-footer__social{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.ap-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fff;border:1px solid var(--ap-line);color:var(--ap-text-strong);text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease,border-color .15s ease}.ap-footer__social a:hover{background:var(--ap-accent);border-color:var(--ap-accent);color:#fff;transform:translateY(-2px)}.ap-footer__social svg{width:15px;height:15px}.ap-footer__col{min-width:0;border-bottom:1px solid var(--ap-line)}.ap-footer__col[open] .ap-footer__col-chevron{transform:rotate(180deg)}.ap-footer__col-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:14px 0;-webkit-user-select:none;user-select:none}.ap-footer__col-summary::-webkit-details-marker{display:none}.ap-footer__heading{margin:0;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-text-strong)}.ap-footer__col-chevron{width:16px;height:16px;color:var(--ap-text-muted);transition:transform .2s ease}.ap-footer__list{list-style:none;margin:0;padding:0 0 14px;display:flex;flex-direction:column;gap:10px}.ap-footer__link{display:inline-block;font-size:13.5px;line-height:1.4;color:var(--ap-text-muted);text-decoration:none;transition:color .15s ease,transform .15s ease}.ap-footer__link:hover{color:var(--ap-text-strong);transform:translate(2px)}.ap-footer__hint{margin:0 0 14px;font-size:11.5px;color:var(--ap-text-muted);font-style:italic}@media(min-width:750px){.ap-footer__col{border-bottom:0;padding:0}.ap-footer__col-summary{cursor:default;padding:0 0 12px;pointer-events:none}.ap-footer__col-chevron{display:none}.ap-footer__list{padding:0;gap:9px}}.ap-footer__col--newsletter{display:flex;flex-direction:column;gap:10px;padding:16px 0;border-bottom:1px solid var(--ap-line)}@media(min-width:750px){.ap-footer__col--newsletter{padding:0;border-bottom:0;gap:12px}}.ap-footer__col--newsletter .ap-footer__heading{margin-bottom:2px}.ap-footer__newsletter-text{margin:0;font-size:12.5px;line-height:1.5;color:var(--ap-text-muted)}.ap-footer__form{margin:0}.ap-footer__form-row{display:flex;align-items:stretch;background:#fff;border:1.5px solid var(--ap-line);border-radius:999px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.ap-footer__form-row:focus-within{border-color:var(--ap-accent);box-shadow:0 0 0 3px #02b3f124}.ap-footer__email{flex:1;min-width:0;height:40px;padding:0 14px;background:transparent;border:0;color:var(--ap-text-strong);font-size:16px;outline:0}@media(min-width:750px){.ap-footer__email{font-size:13.5px;height:38px}}.ap-footer__email::placeholder{color:var(--ap-text-muted)}.ap-footer__submit{flex:0 0 auto;width:36px;height:36px;border:0;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;margin:2px;transition:filter .15s ease,transform .12s ease}.ap-footer__submit:hover{filter:brightness(1.06);transform:scale(1.04)}.ap-footer__submit:active{transform:scale(.94)}.ap-footer__submit svg{width:14px;height:14px}.ap-footer__form-success{margin:0;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;background:#16a34a14;color:#16a34a;border-radius:999px;font-size:12.5px;font-weight:600}.ap-footer__form-success svg{width:14px;height:14px}.ap-footer__form-error{margin:4px 0 0;font-size:12px;color:#dc2626}.ap-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 0 18px;border-top:1px solid var(--ap-line);text-align:center}@media(min-width:750px){.ap-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left;gap:16px;padding:16px 0 20px}}.ap-footer__copyright{margin:0;font-size:12px;color:var(--ap-text-muted);order:3}@media(min-width:750px){.ap-footer__copyright{order:0}}.ap-footer__legal{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:4px 14px;order:1}.ap-footer__legal a{font-size:12px;color:var(--ap-text-muted);text-decoration:none;transition:color .15s ease}.ap-footer__legal a:hover{color:var(--ap-text-strong);text-decoration:underline}.ap-footer__payments{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:4px;justify-content:center;order:2}.ap-footer__payments li{display:flex}.ap-footer__pay-icon{width:30px;height:20px;border-radius:3px;background:#fff;border:1px solid var(--ap-line);padding:1px 3px;display:block}.ap-footer__top-btn{position:fixed;right:16px;bottom:16px;width:42px;height:42px;border-radius:999px;border:1px solid var(--ap-line);background:#fff;color:var(--ap-text-strong);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #0f172a1a;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .15s ease,color .15s ease,border-color .15s ease;z-index:40}.ap-footer__top-btn.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ap-footer__top-btn:hover{background:var(--ap-accent);border-color:var(--ap-accent);color:#fff}.ap-footer__top-btn svg{width:16px;height:16px}@media(min-width:750px){.ap-footer__top-btn{right:24px;bottom:24px;width:46px;height:46px}.ap-footer__top-btn svg{width:18px;height:18px}}@media(prefers-reduced-motion:reduce){.ap-footer__col-chevron,.ap-footer__top-btn,.ap-footer__submit,.ap-footer__link,.ap-footer__social a,.ap-footer__form-row{transition:none}}.ap-header-wrapper{position:sticky;top:0;left:0;right:0;z-index:200;background:#fff;border-bottom:1px solid var(--ap-line);transition:transform .25s ease,box-shadow .2s ease}.ap-header-wrapper--scrolled{box-shadow:0 4px 20px #0f172a0f}.ap-header-wrapper--hidden{transform:translateY(-100%)}.ap-header{width:100%}.ap-header__inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px}@media(min-width:750px){.ap-header__inner{padding:14px 32px;gap:20px;grid-template-columns:auto 1fr auto}}@media(min-width:990px){.ap-header__inner{grid-template-columns:auto minmax(220px,1fr) auto;gap:28px;padding:16px 32px}}.ap-header__hamburger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:0;color:var(--ap-text-strong);cursor:pointer;border-radius:10px;transition:background .15s ease}.ap-header__hamburger:hover{background:#f1f5f9}.ap-header__hamburger:active{transform:scale(.94)}.ap-header__hamburger svg{width:24px;height:24px}@media(min-width:990px){.ap-header__hamburger{display:none}}.ap-header__logo{display:inline-flex;align-items:center;text-decoration:none;transition:transform .2s ease}.ap-header__logo:hover{transform:scale(1.03)}.ap-header__logo img{display:block;height:auto;max-height:48px}@media(min-width:990px){.ap-header__logo img{max-height:56px}}.ap-header__logo-text{font-weight:800;font-size:20px;color:var(--ap-text-strong);letter-spacing:-.02em}.ap-header__search{position:relative;grid-column:1 / -1;order:99}@media(min-width:750px){.ap-header__search{grid-column:auto;order:0}}.ap-header__search-label{position:relative;display:flex;align-items:center;background:#f1f5f9;border-radius:999px;border:1.5px solid transparent;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.ap-header__search-label:focus-within{background:#fff;border-color:#02b3f1;box-shadow:0 0 0 4px #02b3f11f}.ap-header__search-icon{position:absolute;left:14px;width:18px;height:18px;color:var(--ap-text-muted);pointer-events:none}.ap-header__search-input{width:100%;height:44px;padding:0 18px 0 42px;background:transparent;border:0;outline:0;font-size:16px;color:var(--ap-text-strong);border-radius:999px}.ap-header__search-input::placeholder{color:var(--ap-text-muted);opacity:1}.ap-header__icons{display:flex;align-items:center;gap:4px}@media(min-width:750px){.ap-header__icons{gap:8px}}.ap-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border-radius:10px;text-decoration:none;color:var(--ap-text-strong);transition:background .15s ease,transform .15s ease}.ap-header__icon:hover{background:#f1f5f9;transform:translateY(-1px)}.ap-header__icon:active{transform:scale(.94)}.ap-header__icon svg{width:22px;height:22px}.ap-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:#02b3f1;color:#fff;font-size:11px;font-weight:800;line-height:18px;text-align:center;border-radius:999px;transform-origin:center}.ap-header__cart-count[hidden]{display:none}@keyframes ap-cart-bump{0%{transform:scale(1)}30%{transform:scale(1.4)}60%{transform:scale(.9)}to{transform:scale(1)}}.ap-header__cart-count--bump{animation:ap-cart-bump .4s ease}.ap-header__phone-strip{display:none;border-top:1px solid var(--ap-line);padding:6px 32px;text-align:center}@media(min-width:750px){.ap-header__phone-strip{display:block}}.ap-header__phone-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;text-decoration:none;transition:opacity .15s ease}.ap-header__phone-link:hover{opacity:.8}.ap-header__phone-link svg{width:14px;height:14px}.ap-header__phone-meta{color:var(--ap-text-muted);font-weight:500;font-size:12px}.ap-megamenu{display:none;border-top:1px solid var(--ap-line)}@media(min-width:990px){.ap-megamenu{display:block}}.ap-megamenu__list{list-style:none;margin:0 auto;max-width:1280px;display:flex;align-items:stretch;gap:4px;padding:0 32px}.ap-megamenu__item{position:relative}.ap-megamenu__link{display:inline-flex;align-items:center;gap:6px;padding:14px;font-weight:700;font-size:14px;text-decoration:none;color:var(--ap-text-strong);background:transparent;border:0;cursor:pointer;position:relative;transition:color .15s ease}.ap-megamenu__link:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .25s cubic-bezier(.4,0,.2,1)}.ap-megamenu__item:hover .ap-megamenu__link,.ap-megamenu__item--open .ap-megamenu__link,.ap-megamenu__link:focus-visible{color:#02b3f1}.ap-megamenu__item:hover .ap-megamenu__link:after,.ap-megamenu__item--open .ap-megamenu__link:after,.ap-megamenu__link:focus-visible:after{transform:scaleX(1)}.ap-megamenu__caret{width:12px;height:12px;transition:transform .2s ease}.ap-megamenu__item--open .ap-megamenu__caret{transform:rotate(180deg)}.ap-megamenu__panel{position:absolute;top:calc(100% + 6px);left:-20px;width:max-content;min-width:560px;max-width:min(1100px,calc(100vw - 32px));max-height:calc(100vh - 220px);background:#fff;border:1px solid var(--ap-line);border-radius:14px;box-shadow:var(--ap-shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;z-index:60;overflow:hidden}.ap-megamenu__item--open .ap-megamenu__panel{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s}.ap-megamenu__panel-inner{display:grid;grid-template-columns:1fr;gap:28px;padding:28px 36px;max-height:calc(100vh - 220px);overflow-y:auto;overscroll-behavior:contain}.ap-megamenu__panel-inner::-webkit-scrollbar{width:8px}.ap-megamenu__panel-inner::-webkit-scrollbar-track{background:transparent}.ap-megamenu__panel-inner::-webkit-scrollbar-thumb{background:var(--ap-line);border-radius:4px}.ap-megamenu__panel-inner:has(.ap-megamenu__feature){grid-template-columns:1fr 200px}.ap-megamenu__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px 32px;align-content:start;min-width:540px}.ap-megamenu__column{min-width:0;break-inside:avoid}.ap-megamenu__col-heading{display:block;font-size:13px;font-weight:700;color:var(--ap-text-strong);letter-spacing:-.01em;text-decoration:none;margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid var(--ap-line);transition:color .15s ease}.ap-megamenu__col-heading:hover{color:var(--ap-accent)}.ap-megamenu__sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.ap-megamenu__sublist--cols-2{display:block;column-count:2;column-gap:28px}.ap-megamenu__sublist--cols-3{display:block;column-count:3;column-gap:28px}.ap-megamenu__sublist--cols-2 li,.ap-megamenu__sublist--cols-3 li{break-inside:avoid}.ap-megamenu__sublink{display:block;padding:5px 0;font-size:13px;color:var(--ap-text-muted);text-decoration:none;transition:color .12s ease,transform .12s ease;letter-spacing:-.005em}.ap-megamenu__sublink:hover{color:var(--ap-text-strong);transform:translate(3px)}.ap-megamenu__list .ap-megamenu__item:nth-last-child(-n+3) .ap-megamenu__panel{left:auto;right:-20px}.ap-megamenu__feature{display:block;border-radius:10px;overflow:hidden;text-decoration:none;position:relative}.ap-megamenu__feature img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;transition:transform .3s ease}.ap-megamenu__feature:hover img{transform:scale(1.04)}.ap-megamenu__feature-text{position:absolute;bottom:12px;left:12px;right:12px;background:#fffffff2;color:var(--ap-text-strong);padding:8px 12px;border-radius:8px;font-weight:700;font-size:13px}.ap-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.ap-mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a00;transition:background .25s ease;cursor:pointer}.ap-mobile-drawer--open .ap-mobile-drawer__backdrop{background:#0f172a73}.ap-mobile-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:100vw;max-width:100vw;background:#fff;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:8px 0 32px #0f172a2e;overflow-y:auto}@media(min-width:750px){.ap-mobile-drawer__panel{width:min(420px,90vw);max-width:min(420px,90vw)}}.ap-mobile-drawer--open .ap-mobile-drawer__panel{transform:translate(0)}.ap-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--ap-line);position:sticky;top:0;background:#fff;z-index:1}.ap-mobile-drawer__title{font-weight:800;font-size:18px;color:var(--ap-text-strong)}.ap-mobile-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:0;border-radius:10px;color:var(--ap-text-strong);cursor:pointer;transition:background .15s ease}.ap-mobile-drawer__close:hover{background:#f1f5f9}.ap-mobile-drawer__close svg{width:22px;height:22px}.ap-mobile-drawer__list{list-style:none;margin:0;padding:8px 0;flex:1}.ap-mobile-drawer__group+.ap-mobile-drawer__group{border-top:1px solid #f1f5f9}.ap-mobile-drawer__group-toggle,.ap-mobile-drawer__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 20px;min-height:48px;background:transparent;border:0;cursor:pointer;font-size:16px;font-weight:600;color:var(--ap-text-strong);text-decoration:none;text-align:left}.ap-mobile-drawer__group-toggle:active,.ap-mobile-drawer__link:active{background:#f1f5f9}.ap-mobile-drawer__caret{width:14px;height:14px;transition:transform .2s ease}.ap-mobile-drawer__group-toggle[aria-expanded=true] .ap-mobile-drawer__caret{transform:rotate(180deg)}.ap-mobile-drawer__sub{background:#f8fafc;overflow:hidden;max-height:0;transition:max-height .25s ease}.ap-mobile-drawer__sub[hidden]{display:none}.ap-mobile-drawer__sub ul{list-style:none;margin:0;padding:4px 0 12px}.ap-mobile-drawer__sub-all{display:block;padding:10px 28px;font-size:13px;font-weight:700;color:#02b3f1;text-decoration:none;letter-spacing:.02em}.ap-mobile-drawer__sub-link{display:block;padding:10px 28px;font-size:14px;color:var(--ap-text-strong);text-decoration:none}.ap-mobile-drawer__sub-link:active{background:#e2e8f0}.ap-mobile-drawer__phone{display:flex;flex-direction:column;gap:2px;padding:16px 20px;border-top:1px solid var(--ap-line);background:#f8fafc;text-decoration:none;font-weight:700;font-size:16px}.ap-mobile-drawer__phone small{color:var(--ap-text-muted);font-weight:500;font-size:12px}.announcement-bar-container,.announcement-bar{background:var(--ap-text-strong)!important;color:#fff!important;font-family:var(--ap-font)!important;font-style:normal!important;font-weight:500!important;min-height:36px;padding:0!important}.announcement-bar .announcement{font-size:13px;letter-spacing:.005em;line-height:1.4;padding:9px 16px;text-align:center;color:#fff}@media(min-width:750px){.announcement-bar .announcement{font-size:13.5px;padding:10px 24px}}.announcement-bar a,.announcement-bar .btn-small{color:#fff!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important;font-weight:600!important;transition:color .15s ease!important}.announcement-bar a:hover,.announcement-bar .btn-small:hover{color:var(--ap-accent)!important;text-decoration-color:var(--ap-accent)!important}.announcement-text-2,.announcement-text-3,.announcement-text-4,.announcement-text-5{--font-size: 13.5px}.product-page-section{font-family:var(--ap-font);color:var(--ap-text)}.product-page-section h1,.product-page-section h2,.product-page-section h3,.product-page-section h4,.product-page-section h5,.product-page-section h6,.product-page-section .product__title,.product-page-section .product__description__title{color:var(--ap-text-strong);letter-spacing:-.015em;font-weight:700}.product-page-section p,.product-page-section li,.product-page-section .product__description,.product-page-section .product__description-content,.product-page-section .rte{color:var(--ap-text);line-height:1.6}.product-page-section .product__vendor,.product-page-section [class*=product] .vendor{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-text-muted);margin-bottom:6px;display:inline-block}.product-page-section .product__title{font-size:22px;line-height:1.2;margin:4px 0 10px}@media(min-width:750px){.product-page-section .product__title{font-size:28px;letter-spacing:-.02em}}.product-page-section .price,.product-page-section .product__price{font-size:22px;font-weight:700;color:var(--ap-text-strong);margin:6px 0 8px}.product-page-section .price--on-sale .price-item--regular,.product-page-section .price__compare,.product-page-section .price__sale .price-item--regular{text-decoration:line-through;color:var(--ap-text-muted);font-weight:500;font-size:16px;margin-right:6px}.product-page-section .price__sale .price-item--sale,.product-page-section .price__last,.product-page-section .price-item--sale{color:var(--ap-text-strong)}.product-page-section .ungroup-description-tab{margin:28px 0 0;padding:24px 0 0;border-top:1px solid var(--ap-line)}.product-page-section .ungroup-description-tab__heading{display:flex;align-items:center;gap:10px;margin:0 0 18px}.product-page-section .ungroup-description-tab__heading svg,.product-page-section .ungroup-description-tab__heading [class*=icons-list]{flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#02b3f11a;color:var(--ap-accent);padding:7px}.product-page-section .ungroup-description-tab__heading svg{width:18px;height:18px}.product-page-section .ungroup-description-tab__heading h2,.product-page-section .ungroup-description-tab__heading h3{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ap-text-strong)}.product-page-section .ungroup-description-tab .body2,.product-page-section .ungroup-description-tab>div:not(.ungroup-description-tab__heading){font-size:15px;line-height:1.7;color:var(--ap-text);position:relative}.product-page-section .ungroup-description-tab p{margin:0 0 14px;font-size:15px;line-height:1.7}.product-page-section .ungroup-description-tab p:last-child{margin-bottom:0}.product-page-section .ungroup-description-tab p:first-child{font-size:16px;line-height:1.65;color:var(--ap-text-strong);font-weight:500}.product-page-section .ungroup-description-tab strong{color:var(--ap-text-strong);font-weight:700}.product-page-section .ungroup-description-tab ul{list-style:none;padding:0;margin:18px 0;display:flex;flex-direction:column;gap:10px}.product-page-section .ungroup-description-tab ul li{position:relative;padding-left:28px;font-size:14.5px;line-height:1.55;color:var(--ap-text)}.product-page-section .ungroup-description-tab ul li:before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;border-radius:999px;background:#02b3f11f url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2302b3f1' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8 7 12 13 4'/></svg>") no-repeat center / 11px 11px}.product-page-section .ungroup-description-tab ol{padding-left:22px;margin:18px 0}.product-page-section .ungroup-description-tab ol li{margin:8px 0;font-size:14.5px;line-height:1.6;padding-left:4px}.product-page-section .ungroup-description-tab h2,.product-page-section .ungroup-description-tab h3,.product-page-section .ungroup-description-tab h4,.product-page-section .ungroup-description-tab .body2 h2,.product-page-section .ungroup-description-tab .body2 h3,.product-page-section .ungroup-description-tab .body2 h4{margin:22px 0 10px;font-size:15px;font-weight:700;letter-spacing:0;color:var(--ap-text-strong);text-transform:none}.product-page-section .ungroup-description-tab a{color:var(--ap-accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.product-page-section .ungroup-description-tab a:hover{text-decoration-thickness:2px}.product-page-section .ungroup-description-tab table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px;border-radius:10px;overflow:hidden;border:1px solid var(--ap-line)}.product-page-section .ungroup-description-tab th,.product-page-section .ungroup-description-tab td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--ap-line)}.product-page-section .ungroup-description-tab tr:last-child td,.product-page-section .ungroup-description-tab tr:last-child th{border-bottom:0}.product-page-section .ungroup-description-tab th{background:var(--ap-line-soft);font-weight:700;color:var(--ap-text-strong);font-size:12.5px;letter-spacing:.05em;text-transform:uppercase}.product-page-section .body2{font-size:15px;line-height:1.7;color:var(--ap-text)}.product-page-section .product__right-column .body2,.product-page-section .body2{margin-top:0}.product-page-section .chm-toggle__button{display:flex;align-items:center;gap:0;margin:0;padding:0;border:0}.product-page-section .chm-toggle__button>svg:first-child,.product-page-section .chm-toggle__button [class*=icons-list]:first-child{display:none}.product-page-section .chm-toggle__button h2,.product-page-section .chm-toggle__button h3,.product-page-section .chm-toggle__button h4,.product-page-section .chm-toggle__button h5{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ap-text-strong);flex:1}.product-page-section .chm-toggle__button+div{font-size:15px;line-height:1.7;color:var(--ap-text)}.product-page-section .chm-toggle__button+div p{margin:0 0 14px;font-size:15px;line-height:1.7}.product-page-section .chm-toggle__button+div p:first-child{font-size:16px;line-height:1.65;color:var(--ap-text-strong);font-weight:500}.product-page-section .chm-toggle__button+div p:last-child{margin-bottom:0}.product-page-section .chm-toggle__button+div strong{color:var(--ap-text-strong);font-weight:700}.product-page-section .chm-toggle__button+div ul,.product-page-section .chm-toggle__content ul{list-style:disc;padding-left:22px;margin:14px 0}.product-page-section .chm-toggle__button+div ul li,.product-page-section .chm-toggle__content ul li{font-size:15px;line-height:1.65;color:var(--ap-text);margin:6px 0;padding-left:4px}.product-page-section .chm-toggle__button+div ul li::marker,.product-page-section .chm-toggle__content ul li::marker{color:var(--ap-text)}.product-page-section .chm-toggle__button+div ol{padding-left:22px;margin:16px 0}.product-page-section .chm-toggle__button+div ol li{margin:8px 0;font-size:14.5px;line-height:1.6}.product-page-section .chm-toggle__button+div h2,.product-page-section .chm-toggle__button+div h3,.product-page-section .chm-toggle__button+div h4{margin:22px 0 10px;font-size:15px;font-weight:700;color:var(--ap-text-strong);text-transform:none;letter-spacing:0}.product-page-section .chm-toggle__button+div a{color:var(--ap-accent);text-decoration:underline;text-underline-offset:3px}.product-page-section .chm-toggle__button+div a:hover{text-decoration-thickness:2px}.product-page-section .chm-toggle__button+div table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;border-radius:10px;overflow:hidden;border:1px solid var(--ap-line)}.product-page-section .chm-toggle__button+div th,.product-page-section .chm-toggle__button+div td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--ap-line)}.product-page-section .chm-toggle__button+div tr:last-child td{border-bottom:0}.product-page-section .chm-toggle__button+div th{background:var(--ap-line-soft);font-weight:700;color:var(--ap-text-strong);font-size:12.5px;letter-spacing:.05em;text-transform:uppercase}.product-page-section details.chm-toggle{border-top:1px solid var(--ap-line);padding:14px 0;margin:0}.product-page-section details.chm-toggle:last-of-type{border-bottom:1px solid var(--ap-line)}.product-page-section details.chm-toggle summary{list-style:none;cursor:pointer;padding:4px 0}.product-page-section details.chm-toggle summary::-webkit-details-marker{display:none}.product-page-section details.chm-toggle summary .chm-toggle__button{margin:0;padding-top:0;border-top:0;display:flex;align-items:center;gap:10px;position:relative}.product-page-section details.chm-toggle summary [class*=icon-arrow-down]{margin-left:auto;transition:transform .2s ease;width:18px;height:18px;color:var(--ap-text-muted)}.product-page-section details.chm-toggle[open] summary [class*=icon-arrow-down]{transform:rotate(180deg)}.product-page-section .chm-toggle__content{padding:8px 0 14px}.ap-pdp-desc-section{width:100%;padding:36px 0 48px;background:#fafafb;border-top:1px solid var(--ap-line);font-family:var(--ap-font);color:var(--ap-text);-webkit-font-smoothing:antialiased}@media(min-width:750px){.ap-pdp-desc-section{padding:56px 0 72px}}.ap-pdp-desc-inner{max-width:1280px;margin:0 auto;padding:0 16px;width:100%;box-sizing:border-box}@media(min-width:750px){.ap-pdp-desc-inner{padding:0 32px}}.ap-pdp-desc-inner .chm-toggle--accordion,.ap-pdp-desc-inner .ungroup-description-tab,.ap-pdp-desc-inner .ungroup-description-tab--background,.ap-pdp-desc-inner .ungroup-description-tab .body2,.ap-pdp-desc-inner .chm-toggle--accordion .body2,.ap-pdp-desc-inner .ungroup-description-tab .chm-toggle__content,.ap-pdp-desc-inner .chm-toggle--accordion .chm-toggle__content{margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.ap-pdp-desc-inner .chm-toggle__button,.ap-pdp-desc-inner .ungroup-description-tab__heading{display:block;margin:0 0 22px;padding:0 0 18px;border:0;border-bottom:1px solid var(--ap-line);position:relative;text-align:left;background:transparent}.ap-pdp-desc-inner .chm-toggle__button>svg:first-child,.ap-pdp-desc-inner .chm-toggle__button [class*=icons-list]:first-child,.ap-pdp-desc-inner .ungroup-description-tab__heading>svg:first-child,.ap-pdp-desc-inner .ungroup-description-tab__heading [class*=icons-list]:first-child{display:none}.ap-pdp-desc-eyebrow{display:block;margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-accent)}.ap-pdp-desc-inner .chm-toggle__button h2,.ap-pdp-desc-inner .chm-toggle__button h3,.ap-pdp-desc-inner .ungroup-description-tab__heading h2,.ap-pdp-desc-inner .ungroup-description-tab__heading h3{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--ap-text-strong)}@media(min-width:750px){.ap-pdp-desc-inner .chm-toggle__button h2,.ap-pdp-desc-inner .chm-toggle__button h3,.ap-pdp-desc-inner .ungroup-description-tab__heading h2,.ap-pdp-desc-inner .ungroup-description-tab__heading h3{font-size:30px;letter-spacing:-.025em}}.ap-pdp-desc-inner p{margin:0 0 14px;max-width:72ch;font-size:15px;line-height:1.7;color:var(--ap-text)}.ap-pdp-desc-inner p:last-child{margin-bottom:0}.ap-pdp-desc-inner .ungroup-description-tab .body2>p:first-child,.ap-pdp-desc-inner .body2>p:first-child{font-size:16px;line-height:1.65;color:var(--ap-text-strong);font-weight:500;margin-bottom:18px;max-width:72ch}@media(min-width:750px){.ap-pdp-desc-inner .ungroup-description-tab .body2>p:first-child,.ap-pdp-desc-inner .body2>p:first-child{font-size:17px}}.ap-pdp-desc-inner strong{color:var(--ap-text-strong);font-weight:700}.ap-pdp-desc-inner em{font-style:italic;color:var(--ap-text)}.ap-pdp-desc-inner h2,.ap-pdp-desc-inner h3,.ap-pdp-desc-inner h4,.ap-pdp-desc-inner h5{margin:28px 0 10px;font-size:16px;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--ap-text-strong);text-transform:none}.ap-pdp-desc-inner h2{font-size:18px}.ap-pdp-desc-inner h3{font-size:16px}.ap-pdp-desc-inner .body2>h2:first-child,.ap-pdp-desc-inner .body2>h3:first-child{margin-top:0}.ap-pdp-desc-inner ul{list-style:none;padding:0;margin:14px 0 18px;display:flex;flex-direction:column;gap:9px}.ap-pdp-desc-inner ul li{position:relative;padding-left:22px;font-size:15px;line-height:1.6;color:var(--ap-text)}.ap-pdp-desc-inner ul li:before{content:"";position:absolute;left:5px;top:10px;width:6px;height:6px;border-radius:999px;background:var(--ap-accent)}.ap-pdp-desc-inner ol{padding-left:22px;margin:14px 0 18px}.ap-pdp-desc-inner ol li{margin:6px 0;font-size:15px;line-height:1.6;color:var(--ap-text)}.ap-pdp-desc-inner ol li::marker{color:var(--ap-accent);font-weight:700}.ap-pdp-desc-inner a{color:var(--ap-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:text-decoration-thickness .15s ease}.ap-pdp-desc-inner a:hover{text-decoration-thickness:2px}.ap-pdp-desc-inner table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px;border:1px solid var(--ap-line);border-radius:var(--ap-radius-sm);overflow:hidden}.ap-pdp-desc-inner th,.ap-pdp-desc-inner td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--ap-line);color:var(--ap-text);vertical-align:top}.ap-pdp-desc-inner tr:last-child td{border-bottom:0}.ap-pdp-desc-inner thead th{background:var(--ap-line-soft);font-weight:700;color:var(--ap-text-muted);font-size:11.5px;letter-spacing:.12em;text-transform:uppercase}.ap-pdp-desc-inner tbody td:first-child{font-weight:600;color:var(--ap-text-strong);width:38%}.ap-pdp-desc-section .line-after-tabs{display:none}.product-page-section .ungroup-description-tab[data-ap-clamp]:not([data-expanded]),.product-page-section .body2[data-ap-clamp]:not([data-expanded]){max-height:320px;overflow:hidden;position:relative}.product-page-section .ungroup-description-tab[data-ap-clamp]:not([data-expanded]):after,.product-page-section .body2[data-ap-clamp]:not([data-expanded]):after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(180deg,#fff0,#fff 80%);pointer-events:none}.ap-pdp-readmore{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0;padding:8px 16px;background:transparent;border:1.5px solid var(--ap-line);border-radius:999px;color:var(--ap-text-strong);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.ap-pdp-readmore:hover{border-color:var(--ap-accent);color:var(--ap-accent);background:#02b3f10f}.ap-pdp-readmore svg{width:14px;height:14px;transition:transform .2s ease}.ap-pdp-readmore[aria-expanded=true] svg{transform:rotate(180deg)}.product-page-section .product-form__input--pill input+label,.product-page-section .product-form__input--pill .label,.product-page-section .variant-input label,.product-page-section .product__variant-button{border-radius:999px;padding:10px 18px;font-weight:600;font-size:13.5px}.product-page-section .quantity,.product-page-section .quantity__input,.product-page-section .product__quantity-input{border-radius:999px;border:1.5px solid var(--ap-line);background:#fff;height:46px}.product-page-section .quantity__button{width:40px;height:40px;background:transparent;color:var(--ap-text-strong);border-radius:999px}.product-page-section .quantity__button:hover{background:var(--ap-line-soft)}.product-page-section .product-form__buttons,.product-page-section .product__buttons{display:flex;flex-direction:row;gap:10px;align-items:stretch;margin:14px 0}.product-page-section .product-form__submit,.product-page-section .product__add-to-cart,.product-page-section [name=add]{border-radius:999px!important;font-weight:700!important;letter-spacing:0;height:50px;padding:0 28px;font-size:15px}.ap-pdp-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:16px 0 4px;padding:14px 16px;border:1px solid var(--ap-line);border-radius:14px;background:#fafafb}@media(min-width:750px){.ap-pdp-trust{grid-template-columns:repeat(4,minmax(0,1fr));padding:16px 18px}}.ap-pdp-trust__item{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--ap-text-strong);line-height:1.25}.ap-pdp-trust__icon{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#02b3f11f;color:var(--ap-accent)}.ap-pdp-trust__icon svg{width:15px;height:15px}.product-page-section .ratings-stars,.product-page-section .product__rating{display:inline-flex;align-items:center;gap:6px;margin:4px 0 8px}.product-page-section .ratings-stars+a,.product-page-section .product__rating-link{color:var(--ap-accent);font-size:13px;text-decoration:none}.product-page-section .ratings-stars+a:hover,.product-page-section .product__rating-link:hover{text-decoration:underline}.product-page-section details summary{font-weight:700;color:var(--ap-text-strong);padding:14px 0;border-top:1px solid var(--ap-line);cursor:pointer}.product-page-section details>div,.product-page-section details>.rte{padding:6px 0 14px;color:var(--ap-text)}.product-page-section a:not(.button):not(.btn):not(.product__add-to-cart):not(.shopify-payment-button__button){color:var(--ap-text-strong)}.product-page-section a:not(.button):not(.btn):not(.product__add-to-cart):not(.shopify-payment-button__button):hover{color:var(--ap-accent)}.product-page-section .badge,.product-page-section .product__badge,.product-page-section .price__badge-sale,.product-page-section .badge--on-sale{display:inline-flex;align-items:center;padding:4px 10px;font-family:var(--ap-font);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;background:var(--ap-accent);color:#fff;border:0;line-height:1.4}.product-page-section .badge--sold-out,.product-page-section .price__badge-sold-out{background:var(--ap-text-muted);color:#fff}.product-page-section .badge--new,.product-page-section .badge--featured{background:var(--ap-text-strong);color:#fff}.product-page-section .pickup-availability-preview,.product-page-section pickup-availability-preview{font-family:var(--ap-font);color:var(--ap-text);font-size:13.5px;line-height:1.5;margin:12px 0 4px}.product-page-section .pickup-availability-button{color:var(--ap-accent);font-weight:600;text-decoration:none}.product-page-section .pickup-availability-button:hover{text-decoration:underline}.product-page-section .product__vendor a,.product-page-section .vendor a{color:var(--ap-text-muted);text-decoration:none}.product-page-section .product__vendor a:hover,.product-page-section .vendor a:hover{color:var(--ap-accent)}.product-page-section .product__sku,.product-page-section .sku,.product-page-section .product-sku{font-family:var(--ap-font);font-size:12.5px;color:var(--ap-text-muted);margin:4px 0}.product-page-section .slider-counter,.product-page-section .product__media-pagination{font-family:var(--ap-font);color:var(--ap-text-muted);font-size:12.5px;font-weight:600}.product-page-section .product-form__add-to-cart{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-page-section .quantity{position:relative;width:132px;height:50px;border:1px solid var(--ap-line);border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.product-page-section .quantity-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.product-page-section .quantity__button{position:relative;width:44px;height:100%;padding:0;border:0;background:transparent;color:var(--ap-text-strong);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:0;transition:color .15s ease,background .15s ease}.product-page-section .quantity__button[name=minus]{left:0}.product-page-section .quantity__button[name=plus]{right:0}.product-page-section .quantity__button svg{width:14px;height:14px}.product-page-section .quantity__button:hover{background:var(--ap-line-soft);color:var(--ap-accent)}.product-page-section .quantity__button:active{transform:scale(.94)}.product-page-section .quantity .field__input,.product-page-section .quantity__input{width:44px;height:100%;border:0;background:transparent;text-align:center;font-family:var(--ap-font);font-size:15px;font-weight:700;color:var(--ap-text-strong);-moz-appearance:textfield}.product-page-section .quantity__input::-webkit-outer-spin-button,.product-page-section .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page-section .quantity:focus-within{border-color:var(--ap-accent);box-shadow:0 0 0 3px #02b3f124}.product-page-section .product-form__buttons .product-form__add-to-cart{flex:1;min-width:200px}.product-page-section .product-form__add-to-cart .product-form__submit,.product-page-section .product-form__add-to-cart [name=add]{flex:1;min-width:180px}.product-page-section .product-form__submit[disabled],.product-page-section [name=add][disabled],.product-page-section .product-form__submit[aria-disabled=true]{background:#02b3f12e!important;color:var(--ap-text-strong)!important;cursor:not-allowed;opacity:1;filter:none}.product-page-section .product-form__submit[disabled]:hover,.product-page-section [name=add][disabled]:hover{transform:none;filter:none}.product-page-section [class*=bis_],.product-page-section [class*=back-in-stock],.product-page-section [class*=notify-me],.product-page-section .pre-order-restock-notifier,.product-page-section .pre-order-restock-notifier button{font-family:var(--ap-font)}.product-page-section .pre-order-restock-notifier button,.product-page-section .back_in_stock_notifier button,.product-page-section button.notify-me-btn,.product-page-section .notify-me-button{background:var(--ap-accent);color:#fff;border:0;border-radius:999px;height:50px;padding:0 28px;font-family:var(--ap-font);font-weight:700;font-size:15px;letter-spacing:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s ease,transform .15s ease}.product-page-section .pre-order-restock-notifier button:hover,.product-page-section .back_in_stock_notifier button:hover,.product-page-section button.notify-me-btn:hover,.product-page-section .notify-me-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.product-page-section [id*=bundler],.product-page-section [class*=bundler],.product-page-section [class*=volume-discount],.product-page-section [class*=bndlr]{font-family:var(--ap-font);color:var(--ap-text)}.product-page-section [id*=bundler] [class*=title],.product-page-section [class*=bundler] [class*=title]{font-family:var(--ap-font);font-size:14px;font-weight:700;color:var(--ap-text-strong);letter-spacing:-.01em}.product-page-section [class*=bundler] [class*=row],.product-page-section [class*=bundler] [class*=tier],.product-page-section [class*=bundler] [class*=offer]{border:1px solid var(--ap-line);border-radius:var(--ap-radius-sm);background:#fff;margin:8px 0;padding:12px 16px}.product-page-section [class*=bundler] [class*=badge],.product-page-section [class*=bundler] [class*=save],.product-page-section [class*=bundler] [class*=discount-pill]{background:var(--ap-accent)!important;color:#fff!important;border-radius:999px!important;font-family:var(--ap-font)!important;font-weight:700!important;font-size:12px!important;letter-spacing:.04em!important;padding:6px 14px!important;border:0!important}.ap-pdp-rec{display:block}.ap-pdp-rec-section{width:100%;padding:0 0 40px;margin:0;background:#fff;font-family:var(--ap-font);color:var(--ap-text)}@media(min-width:750px){.ap-pdp-rec-section{padding:0 0 56px}}#shopify-section-product-recommendations,.shopify-section--product-recommendations{margin:0;padding:0}.ap-pdp-rec-section .ap-section-container{padding-top:8px}.ap-pdp-rec .ap-pg-card__badge,.ap-pdp-rec .ap-pg-card__badge--deal{background:var(--ap-accent)}.ap-pdp-rec .ap-pg-card__badge--soldout{background:var(--ap-text-muted)}.ap-pdp-rec__header{margin:0 0 24px;display:flex;flex-direction:column;gap:6px}.ap-pdp-rec__header.text-center{align-items:center;text-align:center}.ap-pdp-rec__header.text-left{align-items:flex-start;text-align:left}.ap-pdp-rec__eyebrow{font-family:var(--ap-font);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-accent);margin:0}.ap-pdp-rec__heading{font-family:var(--ap-font);font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong);margin:0}@media(min-width:750px){.ap-pdp-rec__heading{font-size:30px;letter-spacing:-.025em}}.ap-pdp-rec__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:750px){.ap-pdp-rec__grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:990px){.ap-pdp-rec__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.ap-pdp-rec__card{height:100%}product-recommendations{display:block}product-recommendations .featured-collection-items,product-recommendations[class*=featured]{font-family:var(--ap-font)}product-recommendations h2,product-recommendations .h2,product-recommendations [class*=heading]{font-family:var(--ap-font);font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong);text-align:center;margin:0 0 28px}product-recommendations .grid,product-recommendations [class*=featured-collection-items],product-recommendations slider-component{align-items:stretch}product-recommendations .grid>*,product-recommendations slider-component>.grid>*{display:flex;flex-direction:column}@media(min-width:750px){product-recommendations h2,product-recommendations .h2{font-size:30px;letter-spacing:-.025em}}product-recommendations .product-card__variants,product-recommendations product-card__variants,product-recommendations .product-card__variant-count,product-recommendations .product-card .quick-add__submit{display:none!important}product-recommendations .product-card{font-family:var(--ap-font);position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ap-line);border-radius:6px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;padding:0;height:auto;width:100%;box-sizing:border-box;text-decoration:none;color:inherit}product-recommendations .product-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}product-recommendations .product-card:active{transform:scale(.99)}product-recommendations .product-card__image-holder{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--ap-line-soft);border-radius:6px 6px 0 0;overflow:hidden;margin:0;padding:0}product-recommendations .product-card__image-holder img,product-recommendations .product-card__image-holder picture,product-recommendations .product-card__image-holder picture img,product-recommendations .product-card__image-holder svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}product-recommendations .product-card:hover .product-card__image-holder img{transform:scale(1.04)}product-recommendations .product-card .product-card__information,product-recommendations .product-card .product-card__container,product-recommendations .product-card>a:not(.product-card__image-holder),product-recommendations .product-card>div:not(.product-card__image-holder):not(.badge__container){padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px;flex:1;width:100%;box-sizing:border-box}@media(min-width:750px){product-recommendations .product-card .product-card__information,product-recommendations .product-card .product-card__container{padding:14px 16px 16px}}product-recommendations .product-card .product-card__title,product-recommendations .product-card .product-card__heading,product-recommendations .product-card a[class*=title],product-recommendations .product-card h3,product-recommendations .product-card .h5{font-family:var(--ap-font);font-size:14px;font-weight:600;color:var(--ap-text-strong);line-height:1.35;letter-spacing:-.005em;margin:0;padding:0;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}@media(min-width:750px){product-recommendations .product-card .product-card__title,product-recommendations .product-card .product-card__heading,product-recommendations .product-card h3{font-size:15px}}product-recommendations .product-card .price,product-recommendations .product-card .product-card__price{display:flex;align-items:baseline;gap:8px;margin:auto 0 0;padding:6px 0 0}product-recommendations .product-card .price__last,product-recommendations .product-card .price__regular,product-recommendations .product-card .price__sale .price-item--sale,product-recommendations .product-card .price-item--last{font-family:var(--ap-font);font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong)}product-recommendations .product-card .price__compare,product-recommendations .product-card .price-item--regular,product-recommendations .product-card .price__sale .price-item--regular{font-family:var(--ap-font);font-size:13px;text-decoration:line-through;color:var(--ap-text-muted);font-weight:500}product-recommendations .product-card .badge__container,product-recommendations .product-card .badge__container--fixed{position:absolute;top:8px;left:8px;display:flex;gap:6px;margin:0;padding:0;z-index:2;background:transparent;border:0;width:auto}product-recommendations .product-card .price__compare,product-recommendations .product-card .price-item--regular{color:var(--ap-text-muted);text-decoration:line-through;font-weight:500;margin-right:6px}product-recommendations .product-card .badge,product-recommendations .product-card .badge--on-sale,product-recommendations .product-card .badge__container .badge{background:var(--ap-accent);color:#fff;font-family:var(--ap-font);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:3px 10px;border:0}product-recommendations .product-card .badge--sold_out,product-recommendations .product-card .badge--sold-out{background:var(--ap-text-muted)}product-recommendations .slider-button,product-recommendations [class*=slider-button]{width:40px;height:40px;border-radius:999px;background:var(--ap-accent);color:#fff;border:0;box-shadow:var(--ap-shadow-sm);display:inline-flex;align-items:center;justify-content:center}product-recommendations .slider-button:hover{filter:brightness(1.05)}product-recommendations .slider-button svg{width:16px;height:16px}[data-ap-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}[data-ap-reveal].is-revealed{opacity:1;transform:translateY(0)}[data-ap-reveal-stagger]>*{opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.22,.61,.36,1),transform .55s cubic-bezier(.22,.61,.36,1)}[data-ap-reveal-stagger].is-revealed>*{opacity:1;transform:translateY(0)}[data-ap-reveal-stagger].is-revealed>*:nth-child(1){transition-delay:.04s}[data-ap-reveal-stagger].is-revealed>*:nth-child(2){transition-delay:.08s}[data-ap-reveal-stagger].is-revealed>*:nth-child(3){transition-delay:.12s}[data-ap-reveal-stagger].is-revealed>*:nth-child(4){transition-delay:.16s}[data-ap-reveal-stagger].is-revealed>*:nth-child(5){transition-delay:.2s}[data-ap-reveal-stagger].is-revealed>*:nth-child(6){transition-delay:.24s}[data-ap-reveal-stagger].is-revealed>*:nth-child(7){transition-delay:.28s}[data-ap-reveal-stagger].is-revealed>*:nth-child(8){transition-delay:.32s}[data-ap-reveal-stagger].is-revealed>*:nth-child(n+9){transition-delay:.36s}.ap-brands .ap-slider__slide{transition:transform .25s cubic-bezier(.22,.61,.36,1)}.ap-brands .ap-slider__slide:hover{transform:translateY(-3px)}.no-js [data-ap-reveal],.no-js [data-ap-reveal-stagger]>*{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-ap-reveal],[data-ap-reveal-stagger]>*{opacity:1!important;transform:none!important;transition:none!important}.ap-brands .ap-slider__slide{transition:none}}body.template-blog .blog-posts,[data-section-name=blog-posts] .blog-posts{position:relative;background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;font-family:var(--ap-font);transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease}body.template-blog .blog-posts:hover,[data-section-name=blog-posts] .blog-posts:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}body.template-blog .blog-posts .border__radius,[data-section-name=blog-posts] .blog-posts .border__radius{border-radius:0;margin-bottom:0}body.template-blog .blog-posts .border__radius--circle,[data-section-name=blog-posts] .blog-posts .border__radius--circle{border-radius:50%;margin-bottom:0}body.template-blog .blog-posts .mb25,[data-section-name=blog-posts] .blog-posts .mb25{margin-bottom:0}body.template-blog .blog-posts img,[data-section-name=blog-posts] .blog-posts img{transition:transform .55s cubic-bezier(.25,.46,.45,.94)}body.template-blog .blog-posts:hover img,[data-section-name=blog-posts] .blog-posts:hover img{transform:scale(1.04)}body.template-blog .blog-posts>ul.blog-posts__meta,body.template-blog .blog-posts>.blog-posts__heading,body.template-blog .blog-posts>h2.blog-posts__heading,body.template-blog .blog-posts>h3.blog-posts__heading,body.template-blog .blog-posts>h4.blog-posts__heading,body.template-blog .blog-posts>.blog-posts__excerpt,body.template-blog .blog-posts>.body3,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>.blog-posts__excerpt,[data-section-name=blog-posts] .blog-posts>.body3{padding-left:14px;padding-right:14px}body.template-blog .blog-posts>ul.blog-posts__meta:first-child,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta:first-child{padding-top:14px}body.template-blog .blog-posts>ul.blog-posts__meta+.blog-posts__heading,body.template-blog .blog-posts>ul.blog-posts__meta+h2.blog-posts__heading,body.template-blog .blog-posts>ul.blog-posts__meta+h3.blog-posts__heading,body.template-blog .blog-posts>ul.blog-posts__meta+h4.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta+.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta+h2.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta+h3.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta+h4.blog-posts__heading{margin-top:8px!important}body.template-blog .blog-posts>.blog-posts__excerpt:last-child,body.template-blog .blog-posts>.body3:last-child,body.template-blog .blog-posts>.blog-posts__heading:last-child,body.template-blog .blog-posts>h2.blog-posts__heading:last-child,body.template-blog .blog-posts>h3.blog-posts__heading:last-child,body.template-blog .blog-posts>h4.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__excerpt:last-child,[data-section-name=blog-posts] .blog-posts>.body3:last-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading:last-child{padding-bottom:14px}body.template-blog .blog-posts>.blog-posts__heading:first-child,body.template-blog .blog-posts>h2.blog-posts__heading:first-child,body.template-blog .blog-posts>h3.blog-posts__heading:first-child,body.template-blog .blog-posts>h4.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading:first-child{padding-top:14px}@media(min-width:750px){body.template-blog .blog-posts>ul.blog-posts__meta,body.template-blog .blog-posts>.blog-posts__heading,body.template-blog .blog-posts>h2.blog-posts__heading,body.template-blog .blog-posts>h3.blog-posts__heading,body.template-blog .blog-posts>h4.blog-posts__heading,body.template-blog .blog-posts>.blog-posts__excerpt,body.template-blog .blog-posts>.body3,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading,[data-section-name=blog-posts] .blog-posts>.blog-posts__excerpt,[data-section-name=blog-posts] .blog-posts>.body3{padding-left:16px;padding-right:16px}body.template-blog .blog-posts>ul.blog-posts__meta:first-child,body.template-blog .blog-posts>.blog-posts__heading:first-child,body.template-blog .blog-posts>h2.blog-posts__heading:first-child,body.template-blog .blog-posts>h3.blog-posts__heading:first-child,body.template-blog .blog-posts>h4.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>ul.blog-posts__meta:first-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading:first-child,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading:first-child{padding-top:16px}body.template-blog .blog-posts>.blog-posts__excerpt:last-child,body.template-blog .blog-posts>.body3:last-child,body.template-blog .blog-posts>.blog-posts__heading:last-child,body.template-blog .blog-posts>h2.blog-posts__heading:last-child,body.template-blog .blog-posts>h3.blog-posts__heading:last-child,body.template-blog .blog-posts>h4.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__excerpt:last-child,[data-section-name=blog-posts] .blog-posts>.body3:last-child,[data-section-name=blog-posts] .blog-posts>.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h2.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h3.blog-posts__heading:last-child,[data-section-name=blog-posts] .blog-posts>h4.blog-posts__heading:last-child{padding-bottom:16px}}body.template-blog .blog-posts .blog-posts__meta,[data-section-name=blog-posts] .blog-posts .blog-posts__meta{--color-base: var(--ap-text-muted);font-family:var(--ap-font);font-size:12px;font-weight:500;letter-spacing:0;color:var(--ap-text-muted);gap:8px;margin-top:0!important}body.template-blog .blog-posts .blog-posts__meta>li,[data-section-name=blog-posts] .blog-posts .blog-posts__meta>li{margin-top:0}body.template-blog .blog-posts .blog-posts__meta>li:not(:first-child):before,[data-section-name=blog-posts] .blog-posts .blog-posts__meta>li:not(:first-child):before{background:var(--ap-line);height:12px;margin:0 10px;opacity:1}body.template-blog .blog-posts .blog-posts__meta a,[data-section-name=blog-posts] .blog-posts .blog-posts__meta a{color:var(--ap-text-muted)}body.template-blog .blog-posts .blog-posts__heading,[data-section-name=blog-posts] .blog-posts .blog-posts__heading{font-family:var(--ap-font)!important;font-size:14px;font-weight:600;line-height:1.35;letter-spacing:-.005em;color:var(--ap-text-strong);margin-top:8px!important;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}@media(min-width:750px){body.template-blog .blog-posts .blog-posts__heading,[data-section-name=blog-posts] .blog-posts .blog-posts__heading{font-size:15px}}body.template-blog .blog-posts .blog-posts__heading a,body.template-blog .blog-posts .blog-posts__heading a.clear-underline,[data-section-name=blog-posts] .blog-posts .blog-posts__heading a,[data-section-name=blog-posts] .blog-posts .blog-posts__heading a.clear-underline{color:inherit;text-decoration:none;transition:color .15s ease}body.template-blog .blog-posts .blog-posts__heading a:hover,[data-section-name=blog-posts] .blog-posts .blog-posts__heading a:hover{color:var(--ap-accent)}body.template-blog .blog-posts .blog-posts__excerpt,[data-section-name=blog-posts] .blog-posts .blog-posts__excerpt{font-family:var(--ap-font);font-size:13px;line-height:1.5;color:var(--ap-text-muted);margin-top:8px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.template-blog .blog-posts .blog-posts__excerpt p,[data-section-name=blog-posts] .blog-posts .blog-posts__excerpt p{margin:0;color:inherit;font:inherit}[data-section-name=blog-posts] .subheading.h5{font-family:var(--ap-font);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-accent);line-height:1.2;margin-bottom:8px}[data-section-name=blog-posts]>* h2:not(.blog-posts__heading),[data-section-name=blog-posts] .grid>* h2:not(.blog-posts__heading){font-family:var(--ap-font);font-size:clamp(22px,5.4vw,30px);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--ap-text-strong);margin:0}body.template-blog .grid .col-st-12>h1.mt0.mb0{font-family:var(--ap-font);font-size:clamp(26px,6vw,38px);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--ap-text-strong);position:relative;padding-bottom:14px}body.template-blog .grid .col-st-12>h1.mt0.mb0:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;border-radius:2px;background:var(--ap-accent)}body.template-blog .grid.justify-content-center .col-st-12.text-center>h1.mt0.mb0:after{left:50%;transform:translate(-50%)}body.template-article{font-family:var(--ap-font)}body.template-article .main-article__image{border-radius:var(--ap-radius);overflow:hidden;box-shadow:var(--ap-shadow-md)}body.template-article .article-heading h1,body.template-article [id^=shopify-section-] .article-heading h1{font-family:var(--ap-font)!important;font-size:clamp(26px,6vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--ap-text-strong)!important}body.template-article [id^=shopify-section-] .article-container,body.template-article [id^=shopify-section-] .article-container p,body.template-article [id^=shopify-section-] .article-container li{color:var(--ap-text)!important}body.template-article [id^=shopify-section-] .article-container h2,body.template-article [id^=shopify-section-] .article-container h3,body.template-article [id^=shopify-section-] .article-container h4{color:var(--ap-text-strong)!important}body.template-article [id^=shopify-section-] .article-container a{color:var(--ap-accent)!important}body.template-article .article-heading .blog-posts__meta{--color-base: var(--ap-text-muted);font-family:var(--ap-font);font-size:12px;font-weight:500;color:var(--ap-text-muted);gap:8px;margin-top:14px}body.template-article .article-heading .blog-posts__meta>li{margin-top:0}body.template-article .article-heading .blog-posts__meta>li:not(:first-child):before{background:var(--ap-line);height:12px;margin:0 10px;opacity:1}body.template-article .article-heading .blog-posts__meta a,body.template-article .article-heading .blog-posts__meta strong{color:var(--ap-text-muted);font-weight:500}body.template-article .article-container{font-family:var(--ap-font);color:var(--ap-text);font-size:17px;line-height:1.65;max-width:68ch;margin-left:auto;margin-right:auto}@media(min-width:750px){body.template-article .article-container{font-size:18px}}body.template-article .article-container:before,body.template-article .article-container:after{background:var(--ap-line)}body.template-article .article-container>p{margin:0 0 1.1em}body.template-article .article-container h2,body.template-article .article-container h3,body.template-article .article-container h4{font-family:var(--ap-font);font-weight:700;color:var(--ap-text-strong);letter-spacing:-.02em;margin-top:1.6em;margin-bottom:.5em;line-height:1.25}body.template-article .article-container h2{font-size:1.5em}body.template-article .article-container h3{font-size:1.25em}body.template-article .article-container h4{font-size:1.1em}body.template-article .article-container a{color:var(--ap-accent);text-decoration:none;transition:text-decoration .15s ease}body.template-article .article-container a:hover{text-decoration:underline}body.template-article .article-container ul,body.template-article .article-container ol{margin:0 0 1.1em;padding-left:1.4em}body.template-article .article-container li{margin-bottom:.4em;padding-left:4px}body.template-article .article-container li::marker{color:var(--ap-accent)}body.template-article .article-container blockquote{border-left:3px solid var(--ap-accent);padding:4px 0 4px 16px;margin:1.4em 0;font-style:italic;color:var(--ap-text-muted)}body.template-article .article-container blockquote p:last-child{margin-bottom:0}body.template-article .article-container img{max-width:100%;height:auto;border-radius:var(--ap-radius-sm);margin:1.4em 0}body.template-article .article-container table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.95em}body.template-article .article-container th,body.template-article .article-container td{padding:8px 12px;border-bottom:1px solid var(--ap-line);text-align:left}body.template-article .article-container th{font-weight:700;color:var(--ap-text-strong);background:var(--ap-line-soft)}body.template-article .article-container code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:var(--ap-line-soft);padding:2px 6px;border-radius:4px;color:var(--ap-text-strong)}body.template-article .article-template__social-sharing{margin-top:28px;max-width:68ch;margin-left:auto;margin-right:auto}body.template-article .article-template__social-sharing .share-button__button.btn-small,body.template-article .article-template__social-sharing .btn-small.share-button__button,body.template-article .article-template__social-sharing summary .btn-small{display:inline-flex;align-items:center;justify-content:center;background:var(--ap-accent);color:#fff;border:0;border-radius:999px;padding:12px 22px;min-height:44px;font-family:var(--ap-font);font-weight:600;font-size:14px;text-decoration:none;letter-spacing:-.01em;cursor:pointer;transition:filter .15s ease,transform .15s ease}body.template-article .article-template__social-sharing .share-button__button.btn-small:hover,body.template-article .article-template__social-sharing .btn-small.share-button__button:hover,body.template-article .article-template__social-sharing summary .btn-small:hover{filter:brightness(1.05);transform:translateY(-1px)}body.template-blog .pagination__list{font-family:var(--ap-font);gap:6px}body.template-blog .pagination__item{min-width:40px;height:40px;padding:0 8px;border:1px solid var(--ap-line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:var(--ap-text);text-decoration:none;background:#fff;transition:background .15s ease,border-color .15s ease,color .15s ease}body.template-blog .pagination__item:hover{background:var(--ap-line-soft);border-color:var(--ap-line)}body.template-blog .pagination__item--current,body.template-blog .pagination__item.pagination__item--current,body.template-blog .pagination__item[aria-current]{background:var(--ap-accent);color:#fff;border-color:var(--ap-accent)}@media(max-width:749px){body.template-blog .blog-posts .blog-posts__heading,[data-section-name=blog-posts] .blog-posts .blog-posts__heading{font-size:14px}body.template-blog .blog-posts .blog-posts__excerpt,[data-section-name=blog-posts] .blog-posts .blog-posts__excerpt{font-size:12.5px;-webkit-line-clamp:2}body.template-article .article-container{font-size:16px}}body{font-family:var(--ap-font);color:var(--ap-text)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--ap-font);color:var(--ap-text-strong);letter-spacing:-.02em}button,input,textarea,select,optgroup,.btn,.btn-small,.btn-medium,.btn_border,.field__input,.field__label,.search__input,.shopify-payment-button__button,.shopify-payment-button__button--unbranded,table,th,td{font-family:var(--ap-font)}strong,b{color:inherit}:root{--ap-focus-ring: 0 0 0 3px rgba(2,179,241,.22)}*:focus-visible:not(textarea):not([class*=ap-]){outline:2px solid var(--ap-accent);outline-offset:2px;border-radius:var(--ap-radius-sm)}.field__input:focus-visible,.search__input:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:0;border-color:var(--ap-accent);box-shadow:var(--ap-focus-ring)}.btn{font-family:var(--ap-font);font-weight:600;letter-spacing:-.01em;border-radius:var(--ap-radius);min-height:48px;padding:0 24px;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease,background-color .15s ease}.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.btn:active{transform:scale(.98)}.btn:focus-visible{outline:0;box-shadow:var(--ap-focus-ring)}.btn-small,.btn-medium{font-family:var(--ap-font);font-weight:600;border-radius:var(--ap-radius);letter-spacing:-.005em}.btn-small{font-size:13px;min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center}.btn_border,.btn--secondary{border:1px solid var(--ap-line);border-radius:var(--ap-radius);font-family:var(--ap-font)}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{border-radius:var(--ap-radius)!important;font-family:var(--ap-font)!important;font-weight:600!important;min-height:48px}.field__input,.search__input,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=url],textarea,select{font-family:var(--ap-font);border-radius:var(--ap-radius-sm);border:1px solid var(--ap-line);background:#fff;color:var(--ap-text-strong);transition:border-color .15s ease,box-shadow .15s ease}.field__input::placeholder,input::placeholder,textarea::placeholder{color:var(--ap-text-muted);opacity:1}.field__label{color:var(--ap-text-muted);font-weight:500}@media(max-width:1024px){input,textarea,select,.field__input,.search__input,.ap-header__search-input{font-size:16px}}a{transition:color .15s ease}.shopify-section a:not(.btn):not(.btn-small):not(.btn-medium):not([class*=ap-]):not(.image-hover-scaling__image):not(.clear-underline):not(.unstyle-li__link):hover{color:var(--ap-accent)}.badge{border-radius:var(--ap-radius-sm);font-family:var(--ap-font);font-weight:600;letter-spacing:0;padding:4px 10px}.pagination__list,.pagination .pagination__list{font-family:var(--ap-font);gap:6px}.pagination__item,.pagination .pagination__item{min-width:40px;height:40px;border-radius:8px;border:1px solid var(--ap-line);background:#fff;color:var(--ap-text);font-weight:600;font-size:14px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.pagination__item:hover{background:var(--ap-line-soft);border-color:var(--ap-line)}.pagination__item--current,.pagination__item.pagination__item--current,.pagination__item[aria-current]{background:var(--ap-accent);color:#fff;border-color:var(--ap-accent)}.shopify-section table,.cart__items table,.customer table{border-collapse:collapse;width:100%;font-family:var(--ap-font);font-size:14px}.shopify-section th,.cart__items th,.customer th{font-weight:700;color:var(--ap-text-strong);background:var(--ap-line-soft);padding:12px 14px;text-align:left;border-bottom:1px solid var(--ap-line)}.shopify-section td,.cart__items td,.customer td{padding:14px;border-bottom:1px solid var(--ap-line);color:var(--ap-text);vertical-align:middle}.section-background{border-radius:var(--ap-radius)}.section-background.section-background--small,.section-background.section-background--medium,.section-background.section-background--normal{background:#fff}blockquote{border-radius:var(--ap-radius);border-left:3px solid var(--ap-accent);background:var(--ap-line-soft);font-family:var(--ap-font);color:var(--ap-text);padding:16px 20px}body.template-cart{font-family:var(--ap-font)}body.template-cart h1,body.template-cart .cart__heading{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;letter-spacing:-.025em}body.template-cart .cart__items,body.template-cart #main-cart-items{border-radius:var(--ap-radius);border:1px solid var(--ap-line);background:#fff;overflow:hidden}body.template-cart table.cart-items{border:0!important;border-radius:0;background:transparent}body.template-cart .cart-item__name,body.template-cart .cart-item-title,body.template-cart .cart-items a{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:600;text-decoration:none}body.template-cart .cart-item__name:hover,body.template-cart .cart-items a:hover{color:var(--ap-accent)}body.template-cart .totals,body.template-cart .cart__footer,body.template-cart .cart__total{font-family:var(--ap-font);color:var(--ap-text-strong)}body.template-cart .quantity,body.template-cart .quantity__input{border-radius:var(--ap-radius-sm);border:1px solid var(--ap-line);font-family:var(--ap-font)}body.template-cart .quantity__button{background:transparent;color:var(--ap-text-strong);transition:background .15s ease}body.template-cart .quantity__button:hover{background:var(--ap-line-soft)}body.template-cart .cart__note,body.template-cart .cart__dynamic-checkout-buttons,body.template-search{font-family:var(--ap-font)}body.template-search h1{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700}body.template-search .search__input-wrapper,body.template-search .field{border-radius:var(--ap-radius)}body.template-search .search__input,body.template-search .field__input{border-radius:var(--ap-radius);border:1px solid var(--ap-line);height:48px;padding:0 16px;font-size:16px}body.template-search .search__button{border-radius:var(--ap-radius);background:var(--ap-accent);color:#fff;border:0}.predictive-search,.predictive-search__results,predictive-search{font-family:var(--ap-font)}.predictive-search__results{border-radius:var(--ap-radius);background:#fff;border:1px solid var(--ap-line);box-shadow:var(--ap-shadow-lg);overflow:hidden}.predictive-search__item,.predictive-search__list-item{font-family:var(--ap-font);color:var(--ap-text-strong);border-bottom:1px solid var(--ap-line-soft);transition:background .15s ease}.predictive-search__item:hover,.predictive-search__list-item:hover,.predictive-search__item[aria-selected=true]{background:var(--ap-line-soft)}body.template-customers-login,body.template-customers-register,body.template-customers-account,body.template-customers-order,body.template-customers-addresses,body.template-customers-reset_password,body.template-customers-activate_account{font-family:var(--ap-font)}body[class*=template-customers] h1,body[class*=template-customers] h2{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;letter-spacing:-.025em}body[class*=template-customers] .customer__form,body[class*=template-customers] .login,body[class*=template-customers] .register,body[class*=template-customers] .addresses,body[class*=template-customers] .order{font-family:var(--ap-font)}body[class*=template-customers] .addresses__list li,body[class*=template-customers] .order__container,body[class*=template-customers] .account__list li{border-radius:var(--ap-radius);border:1px solid var(--ap-line);background:#fff;box-shadow:var(--ap-shadow-sm);padding:20px;margin-bottom:14px}body[class*=template-customers] table{border-radius:var(--ap-radius);overflow:hidden}body.template-page .contact,.shopify-section .contact-form,.shopify-section #ContactForm{font-family:var(--ap-font)}.shopify-section #ContactForm .field,.shopify-section .contact-form .field{margin-bottom:14px}.shopify-section #ContactForm .btn,.shopify-section .contact-form .btn,.shopify-section .contact__button .btn{border-radius:var(--ap-radius);background:var(--ap-accent);color:#fff;border:0;font-family:var(--ap-font);font-weight:600}body.template-page main h1,body.template-page main h2,body.template-page main h3{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;letter-spacing:-.025em}body.template-page main p,body.template-page main li{font-family:var(--ap-font);color:var(--ap-text);line-height:1.65}body.template-page main a:not(.btn):not(.btn-small):not(.btn-medium){color:var(--ap-accent);text-decoration:none}body.template-page main a:not(.btn):not(.btn-small):not(.btn-medium):hover{text-decoration:underline}body.template-404,body.template-404 .main404{font-family:var(--ap-font)}body.template-404 h1,body.template-404 h2{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;letter-spacing:-.03em}body.template-404 .btn{background:var(--ap-accent);color:#fff;border:0;border-radius:var(--ap-radius)}body.template-gift_card{font-family:var(--ap-font);color:var(--ap-text)}body.template-gift_card h1,body.template-gift_card h2{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700}.shopify-section--header,.section-header,header[role=banner]{font-family:var(--ap-font)}header[role=banner] a,.shopify-section--header a{font-family:var(--ap-font);color:var(--ap-text-strong);text-decoration:none}header[role=banner] a:hover,.shopify-section--header a:hover{color:var(--ap-accent)}.cart-count-bubble{background:var(--ap-accent);color:#fff;font-family:var(--ap-font);font-weight:700}.shopify-section--footer,.section-footer,footer[role=contentinfo]{font-family:var(--ap-font);color:var(--ap-text)}footer[role=contentinfo] a,.shopify-section--footer a{color:var(--ap-text);text-decoration:none;transition:color .15s ease}footer[role=contentinfo] a:hover,.shopify-section--footer a:hover{color:var(--ap-accent)}footer[role=contentinfo] h2,footer[role=contentinfo] h3,footer[role=contentinfo] h4,.shopify-section--footer h2,.shopify-section--footer h3,.shopify-section--footer h4{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;letter-spacing:-.01em}@media(max-width:749px){.ap-footer__social a,.footer-social a,footer .social-icons a{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}}.drawer__inner{font-family:var(--ap-font)}@media(max-width:749px){.drawer__inner{width:100%!important;max-width:100vw}.ap-mobile-drawer__panel{width:100vw;max-width:100vw;box-sizing:border-box}}body.drawer-open,body.menu-drawer-open,body.cart-drawer-open,body.ap-mobile-drawer--open,html.ap-mobile-drawer--open,body:has(.ap-mobile-drawer.is-open),body:has(cart-drawer[open]){overflow:hidden;touch-action:none}@media(max-width:749px){.ap-hero__content{padding:48px 16px}.ap-hero__buttons .ap-hero__btn{flex:0 1 auto;min-width:120px;max-width:calc(50% - 6px)}}@media(max-width:989px){.ap-coll__sidebar{overflow-y:auto;max-height:100vh;box-sizing:border-box}}.ap-mobile-drawer__sub{overflow-y:auto;max-height:60vh}@media(max-width:749px){.ap-footer__reassurance-list{gap:12px}.ap-footer__reassurance-label{white-space:normal;overflow:visible;text-overflow:clip}}.ap-hero__btn:focus-visible{outline:0;box-shadow:var(--ap-focus-ring),0 0 0 5px #02b3f11f}@media(min-width:768px)and (max-width:989px){.ap-section-container{padding:0 24px}.ap-shop-by-pet__grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media(max-width:749px){body :not(.ap-section-heading):not(.ap-hero__heading)>h1{font-size:clamp(24px,7vw,32px);line-height:1.15}body :not(.ap-section-heading):not(.ap-hero__heading)>h2{font-size:clamp(20px,5.6vw,26px);line-height:1.2}body :not(.ap-section-heading):not(.ap-hero__heading)>h3{font-size:clamp(17px,4.8vw,22px);line-height:1.25}}.shopify-section{max-width:100vw}main,.ap-section-container{overflow-x:clip}img,video,svg{max-width:100%;height:auto}.ap-pg-card__img,.ap-shop-by-pet__img,.ap-hero__bg{height:100%}body.template-cart cart-items{font-family:var(--ap-font)}body.template-cart .title-wrapper-with-link{align-items:center}body.template-cart h1.title--primary{font-family:var(--ap-font);font-weight:700;letter-spacing:-.025em;color:var(--ap-text-strong);font-size:clamp(22px,4.5vw,32px)}body.template-cart .title-wrapper-with-link .btn-medium,body.template-cart .title-wrapper-with-link a.btn-medium--icon{color:var(--ap-text-muted);font-weight:500;font-size:14px;text-decoration:none;letter-spacing:-.005em}body.template-cart .title-wrapper-with-link .btn-medium:hover{color:var(--ap-accent)}body.template-cart .title-wrapper-with-link .btn-medium svg{width:16px;height:16px}body.template-cart table.cart-items thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.template-cart table.cart-items{border-collapse:separate;border-spacing:0;border-bottom:0;width:100%}body.template-cart table.cart-items tr.cart-item{border-bottom:1px solid var(--ap-line)}body.template-cart table.cart-items tr.cart-item:last-child{border-bottom:0}body.template-cart table.cart-items tr td{padding-top:24px;padding-bottom:24px;border-bottom:0}body.template-cart table.cart-items tr td:first-child{padding-left:0}body.template-cart .cart-item__media .border__radius{border-radius:var(--ap-radius);background:var(--ap-line-soft);overflow:hidden}body.template-cart .cart-item__media img{object-fit:cover}body.template-cart .cart-item__details{word-break:normal}body.template-cart .cart-item__details>p:first-child{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ap-text-muted);margin-bottom:4px}body.template-cart .cart-item__details a.cart-item__heading{font-family:var(--ap-font);font-weight:600;font-size:15px;letter-spacing:-.005em;color:var(--ap-text-strong);text-decoration:none;line-height:1.35}body.template-cart .cart-item__details a.cart-item__heading:hover{color:var(--ap-accent)}body.template-cart .cart-item__details .product-option{font-size:14px;color:var(--ap-text);margin-top:4px}body.template-cart .cart-item__details dl .product-option,body.template-cart .cart-item__details dl{font-size:12px;color:var(--ap-text-muted);margin-top:4px}body.template-cart .cart-item__discounted-prices{margin-top:4px;display:flex;gap:8px;align-items:baseline}body.template-cart .cart-item__old-price{color:var(--ap-text-muted);font-size:13px;text-decoration:line-through}body.template-cart .cart-item__final-price{color:var(--ap-text-strong);font-weight:700;font-size:14px;margin-left:0}body.template-cart .cart-item__quantity .quantity{border-radius:var(--ap-radius-sm);border:1px solid var(--ap-line);background:#fff;overflow:hidden;display:inline-flex;align-items:center;height:40px}body.template-cart .cart-item__quantity .quantity__input{border:0;background:transparent;text-align:center;font-family:var(--ap-font);font-weight:600;color:var(--ap-text-strong);width:48px;font-size:15px}body.template-cart .cart-item__quantity .quantity__button{background:transparent;border:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--ap-text-strong);cursor:pointer;transition:background .15s ease}body.template-cart .cart-item__quantity .quantity__button:hover{background:var(--ap-line-soft)}body.template-cart .cart-item__quantity .quantity__button,body.template-cart .cart-item__quantity .quantity__button[name=minus],body.template-cart .cart-item__quantity .quantity__button[name=plus]{position:relative;padding:0;min-width:36px;width:36px;flex:0 0 36px;border-radius:0}body.template-cart .cart-item__quantity .quantity__button .theme-icon,body.template-cart .cart-item__quantity .quantity__button svg{width:14px;height:14px;min-width:14px;flex:0 0 14px;pointer-events:none;color:var(--ap-text-strong)}body.template-cart .cart-item__quantity .quantity__input{flex:0 0 48px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}body.template-cart .cart-item__quantity .quantity__input::-webkit-outer-spin-button,body.template-cart .cart-item__quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.template-cart .cart-item__quantity .quantity{gap:0}body.template-cart .cart-item__quantity .quantity>.quantity__input{border-left:1px solid var(--ap-line);border-right:1px solid var(--ap-line)}body.template-cart .cart-remove-button{margin-left:8px;padding:8px;border-radius:var(--ap-radius-sm);transition:background .15s ease}body.template-cart .cart-remove-button:hover{background:var(--ap-line-soft)}body.template-cart .cart-remove-button svg{width:18px;height:18px;opacity:.6}body.template-cart .cart-item__totals{font-weight:700;font-size:16px;color:var(--ap-text-strong)}body.template-cart .totals,body.template-cart .cart__footer{background:#fff}body.template-cart .cart__total,body.template-cart .totals__subtotal-value,body.template-cart .totals__subtotal{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700}body.template-cart .cart__ctas .btn,body.template-cart .cart__submit,body.template-cart button[name=checkout]{background:var(--ap-accent);color:#fff;border:0;border-radius:var(--ap-radius);font-family:var(--ap-font);font-weight:700;letter-spacing:0;min-height:52px;width:100%;font-size:15px}@media(max-width:576px){body.template-cart table.cart-items tr.cart-item{margin-top:0;padding-top:20px;padding-bottom:20px;row-gap:12px}body.template-cart table.cart-items tr.cart-item:last-child{margin-bottom:0}body.template-cart .cart-item__quantity .quantity{height:44px}}.menu-drawer{z-index:110!important}.drawer__outer-background{z-index:105!important;background:#0f172a8c}@media(max-width:989px){.menu-drawer{width:100%!important;max-width:420px}}@media(max-width:480px){.menu-drawer{max-width:100vw}}header[role=banner] details.drawer[open]~* #cart-icon-bubble--mobile,header[role=banner] .drawer[open] #cart-icon-bubble--mobile,body:has(.drawer[open]) #cart-icon-bubble--mobile,body:has(header-drawer details[open]) #cart-icon-bubble--mobile{visibility:hidden;pointer-events:none}.announcement-bar-section,.announcement-bar-container,section.shopify-section.announcement-bar-section{position:relative;z-index:1}body:has(.drawer[open]) .shopify-section--header,body:has(header-drawer details[open]) .shopify-section--header{z-index:100}.menu-drawer__heading,.menu-drawer__close-button+h2,.menu-drawer header h2{font-family:var(--ap-font);font-weight:700;color:var(--ap-text-strong);letter-spacing:-.02em}.menu-drawer__menu li>a,.menu-drawer__menu li>.menu-drawer__menu-item,.menu-drawer .menu-drawer__navigation a{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:600;font-size:16px;padding:14px 16px;min-height:48px;border-bottom:1px solid var(--ap-line)}.menu-drawer__menu li>a:hover,.menu-drawer .menu-drawer__navigation a:hover{background:var(--ap-line-soft);color:var(--ap-accent)}.menu-drawer__close-button{border-radius:var(--ap-radius-sm);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.menu-drawer__close-button:hover{background:var(--ap-line-soft)}.product-card{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}.product-card .product-card__image-holder{margin-bottom:0;position:relative;overflow:hidden}.product-card .product-card__image,.product-card .product-card__image-holder .border__radius{border-radius:0!important;display:block}.product-card .product-card__image-holder img{transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image-holder img{transform:scale(1.04)}.product-card>*:not(.product-card__image-holder):not(.badge__container){padding-left:14px;padding-right:14px}.product-card>*:not(.product-card__image-holder):not(.badge__container):last-child{padding-bottom:14px}@media(min-width:750px){.product-card>*:not(.product-card__image-holder):not(.badge__container){padding-left:16px;padding-right:16px}.product-card>*:not(.product-card__image-holder):not(.badge__container):last-child{padding-bottom:16px}}.product-card .product-card__image-holder+*{padding-top:12px}.product-card .product-card__meta{font-family:var(--ap-font);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ap-text-muted);margin:0 0 4px;word-break:normal}.product-card .product-card__heading,.product-card a.product-card__heading,.product-card h3.product-card__heading,.product-card h4.product-card__heading{font-family:var(--ap-font);font-weight:600;font-size:13px;line-height:1.3;letter-spacing:-.01em;color:var(--ap-text-strong);text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em;margin:0;word-break:break-word;overflow-wrap:anywhere}@media(min-width:750px){.product-card .product-card__heading{font-size:14px}}@media(min-width:990px){.product-card .product-card__heading{font-size:15px;line-height:1.35}}.product-card .product-card__heading:hover{color:var(--ap-accent)}.product-card .price,.product-card .price.mt5{margin-top:8px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-card .price .price__main-color,.product-card .price__main-color.h5{font-family:var(--ap-font);font-size:17px!important;font-weight:700;color:var(--ap-text-strong);letter-spacing:-.02em;line-height:1.2;margin:0}.product-card .price .price__sale,.product-card .price__sale.h5{font-family:var(--ap-font);font-size:17px!important;font-weight:700;color:var(--ap-text-strong);letter-spacing:-.02em;line-height:1.2;margin:0;order:1}.product-card .price .price__regular,.product-card .price__regular.body2{font-family:var(--ap-font);font-size:13px!important;font-weight:500;color:var(--ap-text-muted);text-decoration:line-through;line-height:1.2;margin:0;order:2}.product-card .price__main-color.h5,.product-card .price__sale.h5,.product-card .price__regular.body2{font-family:var(--ap-font)!important}.product-card .unit-price{font-size:12px;color:var(--ap-text-muted);margin-top:2px}.product-card .badge__container{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-card .badge{background:var(--ap-accent);color:#fff;font-family:var(--ap-font);font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--ap-radius-sm);letter-spacing:0;line-height:1.4;display:inline-block;text-transform:none}.product-card .badge--sold_out{background:#475569}.product-card .badge--featured{background:var(--ap-text-strong)}.product-card .btn--add-to-cart,.product-card .quick-add__submit,.product-card .btn-quickview{border-radius:var(--ap-radius);font-family:var(--ap-font);font-weight:600;background:var(--ap-accent);color:#fff;border:0;min-height:40px}.card-wrapper .card,.card-wrapper .card-information,.price,.price__main-color,.price__sale,.price__regular{font-family:var(--ap-font)}.price__sale,.cart-item__final-price{color:var(--ap-text-strong)}.price__regular,.cart-item__old-price{color:var(--ap-text-muted);text-decoration:line-through}[data-section-name=featured-collection] .product-card,[data-section-name=featured-collection-tabs] .product-card,[data-section-name=collage] .product-card{height:100%}.ap-card .ap-card__price-now--sale,.ap-pg-card .ap-pg-card__price-now--sale,.product-card .price__sale,.product-card .price__sale.h5{color:var(--ap-text-strong)!important;font-family:var(--ap-font);font-weight:700}.ap-card .ap-card__price-was,.ap-pg-card .ap-pg-card__price-was,.product-card .price__regular,.product-card .price__regular.body2{color:var(--ap-text-muted)!important;text-decoration:line-through;font-weight:500;font-family:var(--ap-font)}.ap-card .ap-card__price-now:not(.ap-card__price-now--sale),.ap-pg-card .ap-pg-card__price-now:not(.ap-pg-card__price-now--sale),.product-card .price__main-color{color:var(--ap-text-strong);font-family:var(--ap-font);font-weight:700}.ap-card .ap-card__badge--sale,.ap-pg-card .ap-pg-card__badge--deal,.product-card .badge:not(.badge--sold_out):not(.badge--featured){background:var(--ap-accent)!important;color:#fff!important;font-family:var(--ap-font);font-weight:700;font-size:11px;letter-spacing:0;text-transform:none;border-radius:999px;padding:4px 10px;display:inline-block}.ap-card .ap-card__badge--soldout,.ap-pg-card .ap-pg-card__badge--soldout,.product-card .badge--sold_out{background:#475569!important;color:#fff!important}.ap-card,.ap-pg-card{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease;display:flex;flex-direction:column;height:100%}.ap-card:hover,.ap-pg-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}.ap-card .ap-card__vendor{font-family:var(--ap-font);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ap-text-muted);margin:0 0 4px}.ap-card .ap-card__title{font-family:var(--ap-font);font-size:13px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--ap-text-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em;margin:0;word-break:break-word;overflow-wrap:anywhere}@media(min-width:750px){.ap-card .ap-card__title{font-size:14px}}@media(min-width:990px){.ap-card .ap-card__title{font-size:15px;line-height:1.35}}.ap-card .ap-card__price,.ap-pg-card .ap-pg-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:6px;flex-wrap:wrap}.ap-card .ap-card__price-now,.ap-pg-card .ap-pg-card__price-now{font-size:17px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.ap-card .ap-card__price-was,.ap-pg-card .ap-pg-card__price-was{font-size:13px;line-height:1.2}.ap-card .ap-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px;flex:1}@media(min-width:750px){.ap-card .ap-card__body{padding:14px 16px 16px}}.ap-card .ap-card__media{position:relative;aspect-ratio:1 / 1;background:var(--ap-line-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.ap-card .ap-card__img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.ap-card:hover .ap-card__img{transform:scale(1.04)}.ap-card .ap-card__badges,.ap-pg-card .ap-pg-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.ap-coll__filter-search input:focus-visible,.ap-coll__filter-search input:focus,label.ap-coll__filter-search input{outline:0!important;border:0!important;box-shadow:none!important;background:transparent!important}label[class*=filter-search] input:focus-visible,label[class*=-search] input:focus-visible{box-shadow:none!important;border:0!important;outline:0!important}header-drawer{display:contents}@media(max-width:989px){.menu-drawer,details .menu-drawer,details.drawer .menu-drawer,header-drawer details .menu-drawer{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;margin:0!important;z-index:2000!important;background:#fff!important;box-shadow:0 0 60px #0f172a2e!important}}@media(min-width:990px)and (max-width:1024px){.menu-drawer{width:min(420px,92vw)!important;max-width:min(420px,92vw)!important}}.drawer__outer-background{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;background:#0f172a8c!important;z-index:1999!important;border:0!important;cursor:pointer}details[open] .drawer__outer-background,details.menu-opening .drawer__outer-background,header-drawer details[open] .drawer__outer-background,header-drawer details.menu-opening .drawer__outer-background{visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.fixed-position .shopify-section.announcement-bar-section,body.fixed-position .shopify-section--header,body[class*=overflow-hidden-] .shopify-section.announcement-bar-section,body:has(header-drawer details.menu-opening) .shopify-section.announcement-bar-section{z-index:1!important}body:has(header-drawer details.menu-opening) #cart-icon-bubble--mobile,body:has(header-drawer details.menu-opening) .header__icons,body.fixed-position #cart-icon-bubble--mobile,body.fixed-position .header__icons{visibility:hidden!important;pointer-events:none!important}html:has(header-drawer details[open]),body:has(header-drawer details[open]),html:has(.menu-drawer details[open]),body:has(details.drawer[open]){overflow:hidden!important;touch-action:none!important}.menu-drawer{font-family:var(--ap-font);background:#fff}.menu-drawer .menu-drawer__menu-item,.menu-drawer__navigation a,.menu-drawer .menu-drawer__menu-item.h5{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:600;font-size:16px}.menu-drawer__close-button{border-radius:var(--ap-radius-sm)!important}body.template-search h1{font-family:var(--ap-font);font-weight:700;letter-spacing:-.025em;color:var(--ap-text-strong);font-size:clamp(28px,5vw,40px)}body.template-search .field-with-icon{position:relative;border-radius:var(--ap-radius);border:1px solid var(--ap-line);background:#fff;transition:border-color .15s ease,box-shadow .15s ease;overflow:hidden}body.template-search .field-with-icon .field__input,body.template-search .field-with-icon input.field__input{border:0!important;background:transparent!important;height:56px!important;padding:14px 56px 0 16px!important;font-family:var(--ap-font);font-size:16px;color:var(--ap-text-strong);box-shadow:none!important}body.template-search .field-with-icon .field__input:focus-visible,body.template-search .field-with-icon input.field__input:focus-visible{outline:0!important;box-shadow:none!important}body.template-search .field-with-icon .field__label{left:16px;color:var(--ap-text-muted);font-family:var(--ap-font)}body.template-search .field-with-icon .search__button,body.template-search .field-with-icon .field__button{right:8px;border-radius:50%;background:transparent;width:40px;height:40px}body.template-search .facets-horizontal__form,body.template-search .facets__form,body.template-search .facets,body.template-collection .facets__form{font-family:var(--ap-font);display:flex;flex-wrap:wrap;gap:8px;align-items:center}body.template-search .facets__heading,body.template-search .facets__label,body.template-collection .facets__heading{font-family:var(--ap-font);color:var(--ap-text-strong);font-weight:700;font-size:14px}body.template-search .facets__disclosure,body.template-search details.facets__disclosure,body.template-collection .facets__disclosure{border-radius:999px;background:var(--ap-line-soft);border:1px solid transparent;transition:background .15s ease,border-color .15s ease}body.template-search .facets__disclosure[open],body.template-search .facets__disclosure:hover,body.template-collection .facets__disclosure:hover{background:#fff;border-color:var(--ap-line)}body.template-search .facets__disclosure summary,body.template-search .facets__disclosure>summary,body.template-collection .facets__disclosure summary{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-family:var(--ap-font);font-weight:600;font-size:13px;color:var(--ap-text-strong);list-style:none;cursor:pointer;border-radius:999px}body.template-search .facets__disclosure summary::-webkit-details-marker,body.template-collection .facets__disclosure summary::-webkit-details-marker{display:none}body.template-search .facets__display,body.template-search .disclosure__list,body.template-collection .facets__display{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);box-shadow:var(--ap-shadow-lg);font-family:var(--ap-font);padding:12px}body.template-search .facets__list .facets__item,body.template-search .facets__list label,body.template-collection .facets__list label{font-family:var(--ap-font);color:var(--ap-text-strong);padding:6px 8px;border-radius:var(--ap-radius-sm);transition:background .15s ease}body.template-search .facets__list .facets__item:hover,body.template-search .facets__list label:hover,body.template-collection .facets__list label:hover{background:var(--ap-line-soft)}body.template-search .active-facets,body.template-collection .active-facets{margin-top:12px;display:flex;flex-wrap:wrap;gap:6px}body.template-search .active-facets__button,body.template-collection .active-facets__button{border-radius:999px;border:1px solid var(--ap-line);background:#fff;color:var(--ap-text-strong);font-family:var(--ap-font);font-weight:600;font-size:12px;padding:6px 12px;text-decoration:none;display:inline-flex;align-items:center;gap:4px;min-height:auto}body.template-search .active-facets__button-remove,body.template-collection .active-facets__button-remove{font-family:var(--ap-font);color:var(--ap-text-muted);font-weight:500;font-size:13px}body.template-search .product-count-and-sort,body.template-collection .product-count-and-sort{font-family:var(--ap-font);color:var(--ap-text-muted)}body.template-search .product-card .product-card__type,body.template-search .product-card .product-card__meta+.product-card__meta{display:none}body.template-search .product-card .product-card__image-holder{aspect-ratio:1 / 1}body.template-search .product-card .product-card__image-holder>a,body.template-search .product-card .product-card__image-holder .border__radius{height:100%}body.template-search .product-card .product-card__image-holder img{width:100%;height:100%;object-fit:cover}body.template-search .product-card .btn--add-to-cart,body.template-search .product-card .quick-add__submit,.product-card .btn--add-to-cart,.product-card .quick-add__submit{height:38px;min-height:38px;font-size:13px;padding:0 16px;margin-top:12px;border-radius:var(--ap-radius);background:var(--ap-accent);color:#fff;border:0;font-family:var(--ap-font);font-weight:600;letter-spacing:-.005em;transition:filter .15s ease,transform .15s ease}body.template-search .product-card .btn--add-to-cart:hover,.product-card .btn--add-to-cart:hover{filter:brightness(1.05);transform:translateY(-1px)}.product-card .product-card__container>div.body3:has(>.product-card__meta)~div.body3:has(>.product-card__meta){display:none!important}.product-card .product-card__container>div.body3.mt5>.product-card__meta{display:none!important}.product-card modal-opener:not(.no-js-hidden),.product-card product-form,.product-card .quick-add__submit,.product-card .btn--add-to-cart,.product-card .product-card__buttons{display:none!important}.product-card .btn-quickview-hover:hover .btn-quickview,.product-card .btn-quickview{display:none!important}body.template-search .ap-coll__grid,body.template-search .ap-search__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;margin:0;list-style:none}@media(min-width:750px){body.template-search .ap-coll__grid,body.template-search .ap-search__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:990px){body.template-search .ap-coll__grid,body.template-search .ap-search__grid{grid-template-columns:repeat(4,1fr);gap:20px}}body.template-search .ap-coll__item{display:flex}body.template-search .ap-coll__item>.product-card{flex:1}body.template-search .ap-coll__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 16px;border-bottom:1px solid var(--ap-line);margin-bottom:16px;font-family:var(--ap-font)}body.template-search .ap-coll__count{font-family:var(--ap-font);color:var(--ap-text-muted);font-size:14px;font-weight:500}body.template-search .facets__form,body.template-search .facets-horizontal,body.template-search .product-count-and-sort,body.template-search .collection-toolbar,body.template-search .mobile-facets__wrapper,body.template-search .active-facets-mobile{display:none!important}body.template-search>.top-spacing-normal,body.template-search>.top-spacing-small,body.template-search>.top-spacing-medium,body.template-search>div[class*=top-spacing-]{width:100%}body.template-search .ap-coll__layout:not(:has(.ap-coll__sidebar))>.ap-coll__main{grid-column:1 / -1}body.template-search .predictive-search__two-columns{max-width:720px;margin:24px auto 0}body.template-search .field-with-icon{position:relative;border-radius:999px;border:1px solid var(--ap-line);background:#fff;padding:0;height:56px;display:flex;align-items:center;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:var(--ap-shadow-sm)}body.template-search .field-with-icon:focus-within{border-color:var(--ap-accent);box-shadow:var(--ap-focus-ring)}body.template-search .field-with-icon .field__input,body.template-search .field-with-icon input.field__input{flex:1;border:0!important;background:transparent!important;height:56px!important;padding:0 16px 0 56px!important;font-family:var(--ap-font);font-size:16px;color:var(--ap-text-strong);border-radius:999px;box-shadow:none!important;outline:0!important}body.template-search .field-with-icon .field__label{position:absolute;left:56px;top:50%;transform:translateY(-50%);color:var(--ap-text-muted);font-family:var(--ap-font);font-size:14px;pointer-events:none;transition:opacity .15s ease,transform .15s ease}body.template-search .field-with-icon .field__input:not(:placeholder-shown)~.field__label,body.template-search .field-with-icon .field__input:focus~.field__label{opacity:0}body.template-search .field-with-icon .search__button,body.template-search .field-with-icon .field__button,body.template-search .field-with-icon button[type=submit]{position:absolute;left:4px;top:50%;transform:translateY(-50%);right:auto;width:48px;height:48px;background:transparent;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--ap-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}body.template-search .field-with-icon .search__button:hover,body.template-search .field-with-icon .field__button:hover{color:var(--ap-accent);background:var(--ap-line-soft)}body.template-search .field-with-icon .search__button svg,body.template-search .field-with-icon .field__button svg{width:20px;height:20px}body.template-search>div[class*=top-spacing-]>.grid.justify-content-center.text-center{margin-bottom:24px}body.template-search h1.mt0.mb0{margin-bottom:8px}body.template-search .ap-coll__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 16px;border-bottom:1px solid var(--ap-line);margin-bottom:20px;flex-wrap:wrap}body.template-search .ap-coll__sort-form{position:relative;display:inline-flex;align-items:center}body.template-search select.ap-coll__sort{appearance:none;-webkit-appearance:none;font-family:var(--ap-font);font-size:14px;font-weight:500;color:var(--ap-text-strong);background:#fff;border:1px solid var(--ap-line);border-radius:999px;padding:8px 36px 8px 16px;height:40px;cursor:pointer}body.template-search select.ap-coll__sort:hover{border-color:var(--ap-text-muted)}body.template-search .ap-coll__sort-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--ap-text-muted);pointer-events:none}.product-card .product-card__image-holder{aspect-ratio:1 / 1;position:relative;overflow:hidden}.product-card .product-card__image-holder>a,.product-card .product-card__image-holder .border__radius{display:block;width:100%;height:100%}.product-card .product-card__image-holder .border__radius{border-radius:0!important}.product-card .product-card__image-holder img{width:100%;height:100%;object-fit:cover}.ap-coll__item,.col-sp-12:has(>.product-card),.col-sp-12:has(>.ap-card),.col-sp-12:has(>.ap-pg-card),.col-sp-6:has(>.product-card),.col-sp-6:has(>.ap-card),.col-sp-6:has(>.ap-pg-card){display:flex}.ap-coll__item>.product-card,[class*=col-]>.product-card{width:100%;flex:1}.product-card .product-card__meta{color:var(--ap-text-muted)!important}.product-card .product-card__heading,.product-card a.product-card__heading,.product-card .price__main-color{color:var(--ap-text-strong)!important}.product-card .badge__container.badge--fixed{position:absolute!important;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:4px}.ap-card .ap-card__variants,.ap-pg-card .ap-pg-card__variants,.product-card .product-card__variants{font-family:var(--ap-font);font-size:12px;font-weight:500;letter-spacing:0;color:var(--ap-text-muted);margin:0 0 4px;line-height:1.4;min-height:1.4em;text-transform:none}.ap-card .ap-card__body,.product-card .product-card__container{display:flex;flex-direction:column;gap:4px;padding:12px 14px 14px}@media(min-width:750px){.ap-card .ap-card__body,.product-card .product-card__container{padding:14px 16px 16px}}.ap-card,.ap-pg-card,.product-card{display:flex;flex-direction:column}.ap-card .ap-card__price,.ap-pg-card .ap-pg-card__price,.product-card .price{margin-top:auto}.ap-card .ap-card__title,.ap-pg-card .ap-pg-card__title,.product-card .product-card__heading,h3.ap-card__title,h3.ap-pg-card__title,h3.product-card__heading,h4.product-card__heading{font-size:13px!important;line-height:1.3!important;-webkit-line-clamp:3!important;min-height:3.9em!important;word-break:break-word!important;overflow-wrap:anywhere!important}@media(min-width:750px){.ap-card .ap-card__title,.ap-pg-card .ap-pg-card__title,.product-card .product-card__heading,h3.ap-card__title,h3.ap-pg-card__title,h3.product-card__heading,h4.product-card__heading{font-size:14px!important}}@media(min-width:990px){.ap-card .ap-card__title,.ap-pg-card .ap-pg-card__title,.product-card .product-card__heading,h3.ap-card__title,h3.ap-pg-card__title,h3.product-card__heading,h4.product-card__heading{font-size:15px!important;line-height:1.35!important}}.megamenu-container .megamenu-item--label,.megamenu-container span.submenu__item.megamenu-item--label{display:block;font-family:var(--ap-font);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--ap-text-strong);cursor:default;pointer-events:none;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid var(--ap-line)}.megamenu-container .megamenu-item--label>span{color:var(--ap-text-strong);background:none!important;border:0!important;text-decoration:none!important}.megamenu-container .megamenu-item--label:before,.megamenu-container .megamenu-item--label:after{display:none!important}.megamenu-container .megamenu-childs>li>a.submenu__item{font-family:var(--ap-font);font-weight:500;color:var(--ap-text);font-size:14px;padding:6px 0;display:block;transition:color .15s ease,padding-left .15s ease}.megamenu-container .megamenu-childs>li>a.submenu__item:hover{color:var(--ap-accent);padding-left:4px}.megamenu-container .megamenu-grandchilds{margin:4px 0 6px 12px;padding-left:8px;border-left:2px solid var(--ap-line)}.megamenu-container .megamenu-grandchilds>li>a.submenu__item{font-family:var(--ap-font);font-weight:500;color:var(--ap-text-muted);font-size:12.5px;padding:4px 0;display:block;transition:color .15s ease}.megamenu-container .megamenu-grandchilds>li>a.submenu__item:hover{color:var(--ap-accent)}.megamenu-container .submenu-design__megamenu{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);box-shadow:var(--ap-shadow-lg);font-family:var(--ap-font)}body label,body legend,body .product-form__input legend,body .product-form__label,body .field__label,body .quantity__label,body .form__label,body label[for]{font-family:var(--ap-font);font-weight:600;color:var(--ap-text-strong);letter-spacing:-.005em}body select,body input[type=text],body input[type=email],body input[type=password],body input[type=search],body input[type=tel],body input[type=number],body input[type=url],body textarea,body .field__input,body .product-form__input{font-family:var(--ap-font);font-weight:500;color:var(--ap-text-strong)}body.template-product .product-form,body.template-product .product-page-section,body.template-cart .cart-items{font-family:var(--ap-font);color:var(--ap-text)}[class*=trust-row] [class*=label],[class*=trust-row] span,.ap-trust__label,.ap-trust span{font-weight:500;color:var(--ap-text);font-family:var(--ap-font)}body.template-product .quantity__label,body.template-product label[for*=Quantity]{font-weight:600;color:var(--ap-text-strong)}body.template-product select,body.template-product .product-form__input,body.template-product .swatch-element label,body.template-product .swatch-element input+label{color:var(--ap-text-strong)}body.template-product h1,body.template-collection h1,body.template-article h1,body.template-blog h1,body.template-page h1,body.template-search h1{font-weight:700}body.template-blog [data-section-name=banners] .image-banner-section{padding:8px 0 24px}body.template-blog [data-section-name=banners] .image-banner__grid{display:grid!important;grid-template-columns:1fr;gap:16px;margin:0}@media(min-width:750px){body.template-blog [data-section-name=banners] .image-banner__grid{grid-template-columns:repeat(3,1fr);gap:20px}}body.template-blog [data-section-name=banners] .image-banner__grid>[class*=col-]{display:block;padding:0;max-width:100%!important;width:100%!important;flex:1 1 auto!important}body.template-blog [data-section-name=banners] .image-banner{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:linear-gradient(180deg,#f1f5f9,#e2eef5);border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;text-decoration:none;transition:transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s ease,border-color .15s ease;isolation:isolate}body.template-blog [data-section-name=banners] .image-banner:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg);border-color:transparent}body.template-blog [data-section-name=banners] .image-banner .image-hover-scaling__box,body.template-blog [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-blog [data-section-name=banners] .image-banner .border__radius{width:100%;border-radius:0!important;background:transparent}body.template-blog [data-section-name=banners] .image-banner .image-hover-scaling__image{--aspect-ratio: 4 / 3 !important;--scale-image: 1.06;margin:0}body.template-blog [data-section-name=banners] .image-banner img{object-fit:contain;object-position:center bottom;transition:transform .55s cubic-bezier(.25,.46,.45,.94);filter:drop-shadow(0 6px 14px rgba(15,23,42,.12))}body.template-blog [data-section-name=banners] .image-banner:hover img{transform:scale(1.04)}body.template-blog [data-section-name=banners] .image-banner .image-banner__content{position:static!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;padding:14px 16px 18px!important;background:#fff!important;border-top:1px solid var(--ap-line)!important;text-align:center!important;gap:10px!important}body.template-blog [data-section-name=banners] .image-banner .image-banner__heading{margin-top:0!important;margin-bottom:0!important;width:100%}body.template-blog [data-section-name=banners] .image-banner .image-banner__buttons{margin:4px 0 0!important;width:auto;display:inline-flex;justify-content:center}body.template-blog [data-section-name=banners] .image-banner .image-banner__heading,body.template-blog [data-section-name=banners] .image-banner h2.image-banner__heading,body.template-blog [data-section-name=banners] .image-banner h3.image-banner__heading{font-family:var(--ap-font);font-weight:700;font-size:clamp(18px,4.5vw,22px);line-height:1.15;letter-spacing:-.02em;color:var(--ap-text-strong)!important;margin:0;text-shadow:none}body.template-blog [data-section-name=banners] .image-banner .image-banner__description{font-family:var(--ap-font);color:var(--ap-text-muted);font-size:13px;margin:0;text-shadow:none}body.template-blog [data-section-name=banners] .image-banner .image-banner__subheading{font-family:var(--ap-font);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-accent);margin:0 0 4px;text-shadow:none}body.template-blog [data-section-name=banners] .image-banner .image-banner__buttons{margin:4px 0 0}body.template-blog [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-blog [data-section-name=banners] .image-banner .image-banner__buttons .btn_border{font-family:var(--ap-font);background:var(--ap-accent);color:#fff;border:0;border-radius:999px;padding:10px 22px;min-height:40px;font-weight:600;font-size:13px;letter-spacing:-.01em;text-transform:none}body.template-blog [data-section-name=banners] .image-banner .image-banner__buttons .btn:hover{filter:brightness(1.05)}body.template-blog [data-section-name=banners] .image-banner-section>.ap-section-container>div:first-child h2,body.template-blog [data-section-name=banners] [class*=ap_section] h2,body.template-blog [data-section-name=banners] header h2{font-family:var(--ap-font);font-weight:700;font-size:clamp(22px,5vw,30px);letter-spacing:-.025em;color:var(--ap-text-strong);text-align:center;margin:0 0 16px}body.template-blog [data-section-name=banners] .image-banner__grid>[class*=col-]{display:block;padding:0}body.template-blog [data-section-name=banners] .image-banner__default .image-banner,body.template-blog [data-section-name=banners] .image-banner__default .image-banner__content{position:static!important;height:auto!important}body.template-cart .cart__footer__content,body.template-cart .totals,body.template-cart .totals *{color:var(--ap-text-strong)!important;text-decoration:none!important}body.template-cart .totals s,body.template-cart .totals del,body.template-cart .cart__footer__content s,body.template-cart .cart__footer__content del{text-decoration:none!important;color:var(--ap-text-strong)!important}body.template-cart .totals{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:16px}body.template-cart .totals__subtotal{font-family:var(--ap-font);font-weight:600;font-size:18px;color:var(--ap-text-strong);margin:0}body.template-cart .totals__subtotal-value{font-family:var(--ap-font);font-weight:700;font-size:22px;color:var(--ap-text-strong);margin:0;letter-spacing:-.01em}body.template-cart .cart__footer__content .tax-note{color:var(--ap-text-muted);font-size:13px;margin:0 0 20px;display:block}body.template-cart .cart__footer__content .discounts{margin:0 0 14px}.ap-megamenu__panel,.ap-megamenu__item--open .ap-megamenu__panel{z-index:1500}body.template-collection .facets__disclosure,body.template-collection .facets__display,body.template-search .facets__disclosure,body.template-search .facets__display{z-index:5}body.template-collection .facets__disclosure[open],body.template-search .facets__disclosure[open]{z-index:6}body.template-cart .cart-item__quantity__container{display:inline-flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px;flex-wrap:nowrap}body.template-cart .cart-item__quantity__container>.quantity,body.template-cart .cart-item__quantity__container>quantity-input.quantity{flex:0 0 auto!important;width:auto!important;max-width:156px}body.template-cart .cart-remove-button{flex:0 0 auto!important;margin-left:0!important}@media(min-width:990px){body.template-cart .cart-items{table-layout:auto}body.template-cart td.cart-item__media,body.template-cart .cart-item__media{width:140px!important;min-width:140px;max-width:140px;vertical-align:top}body.template-cart .cart-item__media img,body.template-cart .cart-item__media .border__radius,body.template-cart .cart-item__media .image-hover-scaling__box,body.template-cart .cart-item__media .image-hover-scaling__image{width:100%!important;max-width:120px;height:auto!important}body.template-cart td.cart-item__details,body.template-cart .cart-item__details{width:auto;vertical-align:top}body.template-cart td.cart-item__quantity,body.template-cart .cart-item__quantity{text-align:right!important;padding-right:16px!important;white-space:nowrap;width:1%}body.template-cart td.cart-item__totals,body.template-cart .cart-item__totals{width:1%;white-space:nowrap;padding-left:0!important;padding-right:32px!important}body.template-cart #main-cart-items.cart__items,body.template-cart .cart__items{padding:8px 16px}body.template-cart .cart__footer__content,body.template-cart .cart__footer__information{padding-right:16px}}@media(max-width:989px){body.template-cart .cart-item__totals{padding-right:20px!important}body.template-cart #main-cart-items.cart__items,body.template-cart .cart__items{padding:4px 8px}}@media(max-width:989px){body.template-cart td.cart-item__quantity,body.template-cart .cart-item__quantity{text-align:right!important;padding:12px 0 0!important}body.template-cart .cart-item__quantity__container{width:auto!important;margin-left:auto}}body.template-cart .cart__footer s,body.template-cart .cart__footer del,body.template-cart .cart__footer__information s,body.template-cart .cart__footer__information del,body.template-cart .cart__footer__content s,body.template-cart .cart__footer__content del,body.template-cart .totals s,body.template-cart .totals del,.cart-drawer .totals s,.cart-drawer .totals del,.cart-drawer .cart__footer__content s,.cart-drawer .cart__footer__content del,body.template-cart .cart__footer [style*=line-through],body.template-cart .cart__footer__content [style*=line-through],.cart-drawer .cart__footer__content [style*=line-through]{display:none!important}body.template-cart .cart__footer div:has(>s),body.template-cart .cart__footer div:has(>del),body.template-cart .cart__footer__content div:has(s),body.template-cart .cart__footer__content div:has(del),body.template-cart .cart__footer__content div:has([style*=line-through]),.cart-drawer .cart__footer__content div:has(s),.cart-drawer .cart__footer__content div:has(del){display:none!important}body.template-cart .cart-savings,body.template-cart .cart__savings,body.template-cart [class*=cart-saving],body.template-cart [class*=cart_saving],body.template-cart [class*=cart-discount-saving],body.template-cart [class*=discount-saver],body.template-cart [data-cart-savings],body.template-cart [data-savings],body.template-cart [data-discount-savings],body.template-cart .total-saving,body.template-cart .totals__compare,body.template-cart .totals__compare-total,body.template-cart .totals__total-line,body.template-cart .cart-totals__compare,.cart-drawer [class*=cart-saving],.cart-drawer [data-cart-savings],.cart-drawer .totals__compare,.cart-drawer .totals__compare-total,.cart-drawer .total-saving{display:none!important}@media(max-width:576px){body input[type=text],body input[type=email],body input[type=password],body input[type=search],body input[type=tel],body input[type=number],body input[type=url],body input[type=date],body textarea,body select{font-size:16px!important}.quantity__button,body .quantity__button{min-width:44px!important;min-height:44px!important;width:44px!important;height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.quantity,body .quantity{min-height:44px}.drawer__cart-remove-button{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px!important}.ap-section-header__link,.ap-cg__show-all,.ap-shop-all__filter-more{min-height:44px;display:inline-flex;align-items:center;padding:10px 4px}.ap-coll__close-drawer{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.ap-section-header .btn,.ap-section-header a.btn{min-height:44px}.ap-coll__mobile-filter-btn{min-height:44px!important;padding:10px 16px!important}.ap-footer__link,.ap-footer a{min-height:44px;display:inline-flex;align-items:center;padding:4px 0}.ap-footer__contact a,.ap-footer-contact a,.header__phone a,a[href^="tel:"]{min-height:44px;display:inline-flex;align-items:center;padding:6px 0}.header__icon,.header__icons a,.header__icons button{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.ap-footer__submit,.ap-footer__form button[type=submit]{min-width:44px!important;min-height:44px!important;width:auto;padding:10px 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.breadcrumb a,nav.breadcrumb a,.ap-breadcrumb a,.ap-coll__breadcrumb a,ol.breadcrumb a,nav.ap-coll__breadcrumb a{min-height:44px;display:inline-flex;align-items:center;padding:6px 0}.ap-coll__show-more,a.ap-coll__show-more,button.ap-coll__show-more{min-height:44px!important;padding:8px 12px;display:inline-flex!important;align-items:center!important}.ap-coll__page,a.ap-coll__page,.pagination a,.pagination__item{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.ap-pdp-readmore,button.ap-pdp-readmore{min-height:44px!important;padding:8px 14px!important;display:inline-flex!important;align-items:center!important;gap:6px}.btn-medium.btn-medium--icon,.color-accent-to-base,a.btn-medium{min-height:44px;display:inline-flex;align-items:center;padding:8px 4px}.blog-posts__heading a,.blog-posts a.clear-underline,h4.blog-posts__heading a,.article-card__title a,.blog-post__title a{min-height:44px;display:inline-flex;align-items:center;padding:4px 0}.share-button__copy,button.share-button__copy{min-height:44px!important;padding:8px 12px!important;display:inline-flex!important;align-items:center!important}.btn-small,a.btn-small,button.btn-small{min-height:44px!important;padding:8px 14px!important;display:inline-flex!important;align-items:center!important}.cart-remove-button,a.cart-remove-button,button.cart-remove-button{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner-section,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner-section,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner-section{padding:4px 0 16px}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:12px;margin:0}@media(min-width:750px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__grid,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__grid{grid-template-columns:repeat(4,1fr);gap:16px}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__grid>[class*=col-],body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__grid>[class*=col-],body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__grid>[class*=col-]{display:block;padding:0;max-width:100%!important;width:100%!important;flex:1 1 auto!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;height:220px!important;background:linear-gradient(180deg,#f8fafc,#e2eef5)!important;border:1px solid var(--ap-line)!important;border-radius:var(--ap-radius)!important;overflow:hidden!important;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,border-color .15s ease!important;isolation:isolate}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner:hover,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner:hover,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner:hover{transform:translateY(-3px);box-shadow:var(--ap-shadow-lg);border-color:transparent}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner{height:240px!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__box,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__box,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__box,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .border__radius,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .border__radius,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .border__radius{width:100%!important;border-radius:0!important;background:transparent!important;margin:0!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image{--aspect-ratio: auto !important;--scale-image: 1.05;height:150px!important;flex:0 0 150px!important}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-hover-scaling__image{height:170px!important;flex:0 0 170px!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner img,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner img,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner img{object-fit:contain;object-position:center bottom;transition:transform .4s ease;width:100%!important;height:100%!important;filter:drop-shadow(0 4px 10px rgba(15,23,42,.1))}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner:hover img,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner:hover img,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner:hover img{transform:scale(1.04)}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__content,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__content,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__content{position:static!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;flex:1 1 auto!important;padding:6px 6px 8px!important;background:#fff!important;border-top:1px solid var(--ap-line)!important;text-align:center!important;gap:2px!important}@media(min-width:750px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__content,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__content,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__content{padding:10px 12px 12px!important;gap:4px!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading{font-family:var(--ap-font);font-weight:700!important;font-size:14px!important;line-height:1.2!important;letter-spacing:-.005em;color:var(--ap-text-strong)!important;margin:0!important;text-shadow:none}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading{font-size:15px!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__description,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__description,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__description,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__subheading,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__subheading,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__subheading{display:none!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading:empty,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading:empty,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__heading:empty{display:none!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons{display:flex!important;align-items:center;justify-content:center;margin:0!important;padding:0!important;width:100%;gap:0}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn_border,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn_border,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn_border,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a{background:transparent!important;color:var(--ap-text-strong)!important;border:0!important;border-radius:0!important;padding:0!important;min-height:auto!important;height:auto!important;width:auto!important;font-family:var(--ap-font)!important;font-weight:700!important;font-size:14px!important;line-height:1.2!important;letter-spacing:-.005em!important;text-transform:none!important;text-decoration:none!important;box-shadow:none!important;display:inline-block!important;max-width:100%;text-align:center}@media(min-width:750px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a{font-size:14px!important;line-height:1.2!important}}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons a{font-size:15px!important;line-height:1.2!important}}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:before,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:after,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:before,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:after,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:before,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn:after{display:none!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons .btn,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons .btn,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons .btn,body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons a,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons a,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons a{color:var(--ap-accent)!important}body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__default .image-banner,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__default .image-banner,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__default .image-banner{height:220px!important}@media(min-width:990px){body.template-suffix-dog-wellness-needs [data-section-name=banners] .image-banner__default .image-banner,body.template-suffix-cat-wellness-needs [data-section-name=banners] .image-banner__default .image-banner,body.template-suffix-horse-wellness-needs [data-section-name=banners] .image-banner__default .image-banner{height:240px!important}}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner-section{padding:4px 0 16px}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner__grid{display:grid!important;grid-template-columns:1fr;gap:14px;margin:0}@media(min-width:750px){body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner__grid{grid-template-columns:repeat(3,1fr);gap:18px}}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner__grid>[class*=col-]{display:block;padding:0;max-width:100%!important;width:100%!important;flex:1 1 auto!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;height:320px!important;background:linear-gradient(180deg,#f8fafc,#e2eef5)!important;border:1px solid var(--ap-line)!important;border-radius:var(--ap-radius)!important;overflow:hidden!important;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,border-color .15s ease!important;isolation:isolate}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner:hover{transform:translateY(-3px);box-shadow:var(--ap-shadow-lg);border-color:transparent}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-hover-scaling__box,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-hover-scaling__image,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .border__radius{width:100%!important;border-radius:0!important;background:transparent!important;margin:0!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-hover-scaling__image{--aspect-ratio: auto !important;--scale-image: 1.05;height:220px!important;flex:0 0 220px!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner img{width:100%!important;height:100%!important;object-fit:contain;object-position:center bottom;transition:transform .4s ease;filter:drop-shadow(0 6px 14px rgba(15,23,42,.1))}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner:hover img{transform:scale(1.04)}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__content{position:static!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;flex:1 1 auto!important;padding:12px 16px 16px!important;background:#fff!important;border-top:1px solid var(--ap-line)!important;text-align:center!important;gap:6px!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__heading:empty,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__description:empty,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__subheading:empty{display:none!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__heading{font-family:var(--ap-font);font-weight:700;font-size:16px!important;line-height:1.2!important;color:var(--ap-text-strong)!important;margin:0!important;text-shadow:none}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__buttons{margin:0!important;display:inline-flex!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__buttons .btn_border,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner .image-banner__buttons a{font-family:var(--ap-font)!important;background:var(--ap-accent)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:10px 26px!important;min-height:42px!important;font-weight:700!important;font-size:14px!important;letter-spacing:-.005em!important;text-transform:none!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:filter .15s ease,transform .15s ease!important}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons .btn,body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner:hover .image-banner__buttons a{filter:brightness(1.05)}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner-section h2{font-family:var(--ap-font);font-weight:700;font-size:clamp(22px,4vw,30px);letter-spacing:-.02em;color:var(--ap-text-strong);text-align:center;margin:0 0 18px}body.template-suffix-shop-by-needs [data-section-name=banners] .image-banner__default .image-banner{height:320px!important}.featured-collection-tabs__mask .product-card,.featured-collection-tabs__mask featured-collection-tabs-content .product-card,.featured-collection .product-card,section[class*=featured-collection] .product-card{background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);overflow:hidden;font-family:var(--ap-font);transition:transform .25s ease,box-shadow .25s ease,border-color .15s ease;isolation:isolate;display:flex;flex-direction:column}.featured-collection-tabs__mask .product-card:hover,.featured-collection .product-card:hover,section[class*=featured-collection] .product-card:hover{transform:translateY(-3px);box-shadow:var(--ap-shadow-lg);border-color:transparent}.featured-collection-tabs__mask .product-card .product-card__media,.featured-collection-tabs__mask .product-card__container__image,.featured-collection .product-card .product-card__media,section[class*=featured-collection] .product-card .product-card__media{background:#fff;border-radius:0;overflow:hidden}.featured-collection-tabs__mask .product-card__container,.featured-collection .product-card__container,section[class*=featured-collection] .product-card__container{padding:12px 14px 14px;background:#fff}.featured-collection-tabs__mask .product-card .product-card__meta,.featured-collection .product-card .product-card__meta,section[class*=featured-collection] .product-card .product-card__meta{font-family:var(--ap-font);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ap-text-muted);margin:0 0 6px}.featured-collection-tabs__mask .product-card .product-card__heading,.featured-collection .product-card .product-card__heading,section[class*=featured-collection] .product-card .product-card__heading{font-family:var(--ap-font);font-weight:600;font-size:13px;line-height:1.3;letter-spacing:-.01em;color:var(--ap-text-strong);text-decoration:none;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}@media(min-width:990px){.featured-collection-tabs__mask .product-card .product-card__heading,.featured-collection .product-card .product-card__heading,section[class*=featured-collection] .product-card .product-card__heading{font-size:14px}}.featured-collection-tabs__mask .product-card .product-card__heading:hover,.featured-collection .product-card .product-card__heading:hover,section[class*=featured-collection] .product-card .product-card__heading:hover{color:var(--ap-accent)}.featured-collection-tabs__mask .product-card .product-card__variant-count,.featured-collection .product-card .product-card__variant-count{font-family:var(--ap-font);font-size:12px;color:var(--ap-text-muted);margin:0 0 4px}.featured-collection-tabs__mask .product-card .price,.featured-collection-tabs__mask .product-card .price__regular,.featured-collection-tabs__mask .product-card .price-item,.featured-collection .product-card .price,.featured-collection .product-card .price-item,section[class*=featured-collection] .product-card .price-item{font-family:var(--ap-font);font-weight:700;font-size:14px;color:var(--ap-text-strong)}.featured-collection-tabs__mask .product-card .price__sale .price-item--sale,.featured-collection-tabs__mask .product-card .price-item--sale,.featured-collection .product-card .price-item--sale{color:var(--ap-text-strong)}.featured-collection-tabs__mask .product-card .price-item--regular.price-item--sale,.featured-collection-tabs__mask .product-card s,.featured-collection-tabs__mask .product-card del{color:var(--ap-text-muted);font-weight:500;font-size:12px;text-decoration:line-through}.featured-collection-tabs__mask .product-card .product-card__badges,.featured-collection .product-card .product-card__badges{position:absolute;top:10px;left:10px;z-index:2}.featured-collection-tabs__mask .product-card .product-card__badge,.featured-collection-tabs__mask .product-card [class*=badge--soldout],.featured-collection .product-card .product-card__badge,.featured-collection .product-card [class*=badge--soldout]{font-family:var(--ap-font);font-weight:700;font-size:11px;letter-spacing:.04em;border-radius:999px;padding:4px 10px;background:#0f172ad9;color:#fff;text-transform:none}.featured-collection-tabs__mask .featured-collection-tabs__container__content,.featured-collection-tabs__mask .featured-collection-tabs__item{font-family:var(--ap-font)}.featured-collection-tabs__mask .featured-collection-tabs__item-main{font-weight:700;letter-spacing:-.02em;color:var(--ap-text-strong)}.featured-collection-tabs__mask .featured-collection-tabs__item-secondary{font-weight:600;font-size:14px;color:var(--ap-text-muted)}.featured-collection-tabs__mask .featured-collection-tabs__item-secondary.animation-underline--active{color:var(--ap-text-strong)}
/*# sourceMappingURL=/cdn/shop/t/34/assets/ap-sections.css.map */
