:root{
  --pk-g-mint:#69decc;
  --pk-g-mint-deep:#139b89;
  --pk-g-mint-soft:#effcf9;
  --pk-g-pink:#f05bae;
  --pk-g-pink-soft:#fff2f9;
  --pk-g-ink:#17211e;
  --pk-g-text:#33433e;
  --pk-g-muted:#71807b;
  --pk-g-line:#e1eae6;
  --pk-g-ivory:#f8faf7;
  --pk-g-paper:#ffffff;
  --pk-g-shell:1540px;
  --pk-g-shadow:0 16px 44px rgba(20,39,33,.075);
  --pk-g-shadow-sm:0 8px 24px rgba(20,39,33,.055);
  --pk-g-radius:18px;
  --pk-g-radius-sm:12px;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--pk-g-ink);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.pk100-shell,.pka-shell{width:min(var(--pk-g-shell),calc(100% - 48px));margin-inline:auto}
.pk100-mobile-only{display:none!important}
a{transition:color .15s ease,background .15s ease,border-color .15s ease,opacity .15s ease}
button{font:inherit}
:focus-visible{outline:2px solid rgba(19,155,137,.55);outline-offset:3px}

/* =========================================================
   RIBBON
========================================================= */
.pk100-ribbon{height:30px;overflow:hidden;background:linear-gradient(90deg,#eefbf8,#fff 46%,#fff4f9);border-bottom:1px solid rgba(19,155,137,.08)}
.pk100-ribbon-track{height:100%;display:flex;align-items:center;width:max-content;will-change:transform;animation:pk100Ribbon 30s linear infinite}
.pk100-ribbon-set{display:flex;align-items:center;gap:34px;padding:0 22px;white-space:nowrap;flex:0 0 auto}
.pk100-ribbon-set>span,.pk100-ribbon-set>a{display:inline-flex;align-items:center;gap:7px;color:#3d4d48;font-size:10px;text-decoration:none!important}
.pk100-ribbon-set svg{width:14px;height:14px;color:var(--pk-g-mint-deep)}
.pk100-ribbon-set span:nth-child(4) svg{color:var(--pk-g-pink)}
@keyframes pk100Ribbon{to{transform:translateX(-50%)}}
@media(hover:hover){.pk100-ribbon:hover .pk100-ribbon-track{animation-play-state:paused}}

/* =========================================================
   HEADER
========================================================= */
.pk100-header{position:relative;z-index:1800;background:rgba(255,255,255,.98);border-bottom:1px solid var(--pk-g-line)}
.pk100-header-shell{width:min(var(--pk-g-shell),calc(100% - 48px));min-height:92px;margin:0 auto;display:grid;grid-template-columns:104px 116px minmax(460px,1fr) 132px;align-items:center;gap:16px}
.pk100-brand{height:82px;display:grid;place-items:center;text-decoration:none!important;overflow:visible}
.pk100-brand img{display:block;width:auto;height:78px;max-width:90px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(30,45,40,.08))}
.pk100-categories{position:relative}
.pk100-categories-button{height:40px;padding:0 12px;border:1px solid #dcebe7;border-radius:11px;background:#fff;color:#28443d;display:grid;grid-template-columns:15px 1fr 13px;align-items:center;gap:7px;font-size:10px;font-weight:850;cursor:pointer;box-shadow:none!important}
.pk100-categories-button:hover,.pk100-categories-button:focus-visible{background:var(--pk-g-mint-soft);border-color:#c9ece5;color:#107c6f;transform:none!important}
.pk100-categories-button svg{width:14px;height:14px}
.pk100-mega{top:calc(100% + 12px)!important;left:0!important;width:min(1020px,calc(100vw - 48px))!important;border-radius:20px!important;border:1px solid #e4ece8!important;box-shadow:0 28px 70px rgba(20,38,33,.12)!important}

.pk100-search{position:relative;min-width:0}
.pk100-search-form{height:56px;display:grid;grid-template-columns:38px minmax(0,1fr) 34px 104px;align-items:center;gap:6px;padding:0 6px 0 10px;border:1.5px solid #bcece4;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(63,165,149,.055);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.pk100-search-form:hover{background:#fff!important;border-color:#96ded3!important;color:var(--pk-g-ink)!important}
.pk100-search-form:focus-within{background:#fff!important;border-color:var(--pk-g-mint)!important;box-shadow:0 0 0 4px rgba(105,222,204,.10),0 10px 26px rgba(35,117,104,.06)!important;color:var(--pk-g-ink)!important}
.pk100-search-icon{display:grid;place-items:center;color:var(--pk-g-mint-deep)}
.pk100-search-icon svg{width:18px;height:18px}
.pk100-search input[type=search]{appearance:none;-webkit-appearance:none;width:100%;height:100%;min-width:0;margin:0!important;padding:0 5px!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--pk-g-ink)!important;font:700 13px/1.2 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important}
.pk100-search input[type=search]::placeholder{color:#7e918b!important;opacity:1!important}
.pk100-search input[type=search]:hover,.pk100-search input[type=search]:focus,.pk100-search input[type=search]:active{background:transparent!important;color:var(--pk-g-ink)!important;border:0!important;box-shadow:none!important}
.pk100-search input[type=search]::-webkit-search-cancel-button{display:none}
.pk100-voice{width:32px;height:32px;border:0;border-radius:9px;background:#f3fbf9;color:var(--pk-g-mint-deep);display:grid;place-items:center;cursor:pointer}
.pk100-voice:hover,.pk100-voice:focus-visible{background:#e8f8f4;color:#0d776b}
.pk100-voice svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.pk100-search-submit{height:42px;border:0;border-radius:11px;padding:0 13px;background:linear-gradient(135deg,#7de2d3,#5ad0be);color:#11312b;font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 8px 15px rgba(90,208,190,.15);transition:.15s ease}
.pk100-search-submit:hover,.pk100-search-submit:focus-visible,.pk100-search-submit:active{background:linear-gradient(135deg,#7de2d3,#5ad0be)!important;color:#11312b!important;transform:translateY(-1px)!important;box-shadow:0 10px 18px rgba(90,208,190,.18)!important}
.pk100-search-results{top:calc(100% + 8px)!important;left:0!important;right:0!important;background:#fff!important;border:1px solid var(--pk-g-line)!important;border-radius:16px!important;box-shadow:var(--pk-g-shadow)!important;overflow:hidden!important}

.pk100-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}
.pk100-actions>a,.pk100-actions>button{position:relative;display:grid;justify-items:center;gap:4px;min-width:43px;padding:0;border:0;background:transparent;box-shadow:none;color:var(--pk-g-ink);text-decoration:none!important;cursor:pointer}
.pk100-actions svg{width:22px;height:22px}.pk100-wishlist svg{color:var(--pk-g-pink)}.pk100-cart svg{color:var(--pk-g-mint-deep)}
.pk100-actions span{font-size:8px;font-weight:900;line-height:1}.pk100-actions .pka-cart-count{position:absolute;top:-7px;right:-1px;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:var(--pk-g-pink);color:#fff;display:grid;place-items:center;font-size:8px;box-shadow:0 5px 12px rgba(240,91,174,.22)}
.pk100-sticky-search{height:70px!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--pk-g-line)!important;box-shadow:0 10px 24px rgba(20,38,33,.045)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
.pk100-sticky-shell{width:min(1120px,calc(100% - 32px));height:100%;margin:0 auto;display:flex;align-items:center}.pk100-search--sticky{width:100%}.pk100-search--sticky .pk100-search-form{height:52px;grid-template-columns:38px minmax(0,1fr) 34px 100px}

/* =========================================================
   MOBILE MENU
========================================================= */
.pk100-mobile-panel{background:linear-gradient(180deg,#fff,#fbfdfc)!important;border-right:1px solid var(--pk-g-line)!important}
.pk100-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid #edf2ef}.pk100-mobile-brand{width:76px;height:78px;display:grid;place-items:center;text-decoration:none!important}.pk100-mobile-brand img{width:auto;height:72px;max-width:74px;object-fit:contain}.pk100-mobile-panel-head button{width:40px;height:40px;border:1px solid #e5ece9;border-radius:50%;background:#fff;display:grid;place-items:center}
.pk100-mobile-menu-title{padding:20px 18px 10px}.pk100-mobile-menu-title small{font-size:8px;letter-spacing:.15em;color:var(--pk-g-mint-deep);font-weight:900}.pk100-mobile-menu-title h2{margin:5px 0 0;font-size:26px;letter-spacing:-.04em}
.pk100-mobile-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 18px;border-top:1px solid #edf1ef}.pk100-mobile-menu-grid>a{min-height:88px;padding:13px 11px;border-bottom:1px solid #edf1ef;text-decoration:none!important;color:var(--pk-g-ink);display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:9px}.pk100-mobile-menu-grid>a:nth-child(odd){border-right:1px solid #edf1ef}.pk100-mobile-menu-grid>a>span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:var(--pk-g-mint-soft);display:grid;place-items:center;color:var(--pk-g-mint-deep)}.pk100-mobile-menu-grid>a.cat>span,.pk100-mobile-menu-grid>a.offer>span{background:var(--pk-g-pink-soft);color:var(--pk-g-pink)}.pk100-mobile-menu-grid strong{font-size:12px}.pk100-mobile-menu-grid small{font-size:8px;color:#89958f}
.pk100-mobile-links{display:grid;padding:12px 18px}.pk100-mobile-links a{min-height:44px;border-bottom:1px solid #edf1ef;display:flex;align-items:center;justify-content:space-between;text-decoration:none!important;color:var(--pk-g-ink);font-size:12px;font-weight:750}.pk100-mobile-links svg{width:14px}.pk100-mobile-panel-foot{display:flex;flex-direction:column;gap:8px;padding:14px 18px 26px;color:#697871;font-size:9px}.pk100-mobile-panel-foot a{display:flex;align-items:center;gap:8px;color:var(--pk-g-ink);text-decoration:none!important}.pk100-mobile-panel-foot svg{width:15px;color:var(--pk-g-mint-deep)}

/* =========================================================
   HOME COMPOSITION
========================================================= */
.pka-home-v5{background:#fff!important}.pka-hero-v5{padding:20px 0 8px!important}.pka-hero-layout-v5{gap:16px!important}.pka-hero-slider-v5{border-radius:24px!important;border:1px solid #e7eeeb!important;box-shadow:0 16px 42px rgba(21,39,33,.05)!important;overflow:hidden!important}.pka-hero-slide-v5 img{object-fit:cover!important}.pka-hero-control-v5{width:40px!important;height:40px!important;border:1px solid rgba(23,33,30,.1)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 7px 18px rgba(20,38,33,.07)!important}.pka-hero-dots-v5{padding:6px 10px!important;border-radius:999px!important;background:rgba(23,33,30,.68)!important}.pka-hero-caption-v5{border-radius:999px!important;background:rgba(23,33,30,.82)!important;box-shadow:none!important}.pka-pet-choice-v5{padding:0!important}.pka-pet-choice-head-v5{margin-bottom:10px!important}.pka-pet-choice-head-v5 small{font-size:8px!important;letter-spacing:.15em!important}.pka-pet-choice-head-v5 strong{font-size:clamp(23px,2vw,31px)!important;line-height:1.02!important;letter-spacing:-.035em!important}.pka-pet-choice-grid-v5{gap:10px!important}.pka-pet-choice-card-v5{border-radius:20px!important;box-shadow:none!important;overflow:hidden!important}.pka-pet-choice-card-v5 img{transition:transform .28s ease!important}.pka-pet-choice-card-v5:hover img{transform:scale(1.025)!important}.pka-pet-choice-copy-v5 strong{font-size:clamp(24px,2.1vw,34px)!important}

/* Quick categories: compact rail, not chunky cards */
.pka-quick-v5{padding:14px 0 4px!important}.pka-quick-viewport-v5{overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;touch-action:auto!important}.pka-quick-viewport-v5::-webkit-scrollbar{display:none!important}.pka-quick-track-v5{display:flex!important;gap:8px!important;width:max-content!important;min-width:100%!important}.pka-quick-card-v5{flex:0 0 auto!important;min-width:0!important;width:auto!important;min-height:48px!important;padding:0 12px!important;border:1px solid #e2ebe7!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:8px!important}.pka-quick-card-v5:hover{transform:none!important;border-color:#cce9e2!important;background:#fbfefd!important}.pka-quick-icon-v5{width:30px!important;height:30px!important;border-radius:9px!important;background:var(--pk-g-mint-soft)!important}.pka-quick-card-v5.tone-pink .pka-quick-icon-v5,.pka-quick-card-v5.tone-fuchsia .pka-quick-icon-v5{background:var(--pk-g-pink-soft)!important;color:var(--pk-g-pink)!important}.pka-quick-card-v5 strong{font-size:10px!important}.pka-quick-card-v5 small{display:none!important}.pka-quick-card-v5>i{margin-left:2px!important}.pka-quick-card-v5>i svg{width:12px!important}

/* Sections */
.pka-section-v5,.pka-news-v5,.pka-brands-v7,.pka-social-v5,.pka-service-v5,.pka-offers-v5{padding:52px 0!important;content-visibility:auto;contain-intrinsic-size:620px}
.pka-section-head-v5{margin-bottom:20px!important;align-items:flex-end!important;gap:24px!important}.pka-section-head-v5 small{font-size:8px!important;color:var(--pk-g-mint-deep)!important;letter-spacing:.16em!important}.pka-section-head-v5 h2{font-size:clamp(30px,2.6vw,42px)!important;letter-spacing:-.045em!important;line-height:1!important;margin:7px 0 6px!important}.pka-section-head-v5 p{max-width:650px!important;color:var(--pk-g-muted)!important;font-size:12px!important;line-height:1.5!important}.pka-section-head-v5>a{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0 0 4px!important;border-bottom:1px solid #9fb3ac!important;font-size:9px!important}.pka-tab-buttons-v5{background:#f5f8f7!important;border:1px solid #e4ebe8!important;border-radius:12px!important;padding:3px!important}.pka-tab-buttons-v5 button{min-height:34px!important;padding:0 12px!important;font-size:9px!important}.pka-tab-buttons-v5 button.is-active{background:var(--pk-g-ink)!important;color:#fff!important;box-shadow:inset 0 -2px 0 var(--pk-g-mint)!important}

/* Product rails: deliberately compact */
.pka-commerce-carousel{position:relative!important}.pka-commerce-carousel .pka-carousel-viewport,.pka-offers-v5 .pka-carousel-viewport{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;touch-action:auto!important;scroll-snap-type:none!important;scroll-behavior:auto!important;scrollbar-width:none!important;padding:3px 2px 7px!important}.pka-commerce-carousel .pka-carousel-viewport::-webkit-scrollbar,.pka-offers-v5 .pka-carousel-viewport::-webkit-scrollbar{display:none!important}
ul.products.pka-carousel-products{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;gap:12px!important;margin:0!important;padding:0!important}
ul.products.pka-carousel-products>li.product{flex:0 0 218px!important;width:218px!important;max-width:218px!important;margin:0!important;float:none!important}
.pka-product-card-inner{min-height:338px!important;border:1px solid #e4ebe8!important;border-radius:17px!important;background:#fff!important;box-shadow:0 5px 16px rgba(20,39,33,.035)!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.pka-product-card-inner:hover{transform:translateY(-2px)!important;border-color:#d4e1dc!important;box-shadow:0 12px 28px rgba(20,39,33,.07)!important}.pka-product-media{aspect-ratio:1/.84!important;background:linear-gradient(180deg,#fbfcfb,#f5f8f6)!important}.pka-product-media>a:first-child{padding:14px!important}.pka-product-media img{object-fit:contain!important;mix-blend-mode:multiply!important}.pka-product-badges{left:8px!important;top:8px!important;gap:4px!important}.pka-product-badges span{min-height:21px!important;padding:0 7px!important;font-size:7px!important}.pka-stock-pill{right:8px!important;top:8px!important;min-height:21px!important;padding:0 7px!important;font-size:7px!important}.pka-card-heart{right:8px!important;bottom:8px!important;width:30px!important;height:30px!important;border-radius:50%!important;box-shadow:0 5px 12px rgba(20,39,33,.07)!important}.pka-card-heart svg{width:14px!important;height:14px!important}.pka-product-body{padding:10px 11px 11px!important}.pka-product-brand{font-size:6.5px!important;letter-spacing:.1em!important;margin-bottom:4px!important}.pka-product-card-v4 .woocommerce-loop-product__title{font-size:11.5px!important;line-height:1.24!important;min-height:29px!important;max-height:29px!important;margin:0 0 6px!important;font-weight:780!important;letter-spacing:-.018em!important}.pka-product-rating{min-height:14px!important;margin-bottom:6px!important}.pka-product-rating .star-rating{font-size:9px!important}.pka-product-rating small,.pka-no-rating{font-size:7px!important}.pka-product-price{font-size:14px!important}.pka-product-price del{font-size:8px!important}.pka-product-card-bottom{gap:7px!important}.pka-product-action .button,.pka-card-atc{min-height:31px!important;height:31px!important;padding:0 10px!important;border-radius:9px!important;background:var(--pk-g-ink)!important;color:#fff!important;font-size:7.5px!important;font-weight:900!important}.pka-product-action .button:hover,.pka-card-atc:hover{background:#26312e!important}.pka-carousel-controls{top:-50px!important}.pka-carousel-controls button{width:34px!important;height:34px!important;border-radius:10px!important}.pka-carousel-progress{width:70px!important;height:2px!important;margin:9px auto 0!important;background:#e6ece9!important}.pka-carousel-progress span{width:18px!important;background:var(--pk-g-ink)!important}

/* Offers */
.pka-offers-v5{background:linear-gradient(180deg,#fff,#fffbfd)!important}.pka-offers-banner-v5{min-height:178px!important;padding:26px 30px!important;border:1px solid #eee6eb!important;border-radius:22px!important;background:linear-gradient(110deg,#f3fcf9,#fff 58%,#fff0f8)!important;box-shadow:none!important;overflow:hidden!important}.pka-offers-banner-v5 h2{font-size:clamp(28px,2.6vw,40px)!important;max-width:650px!important}.pka-offers-banner-v5 p{font-size:11px!important;max-width:600px!important}.pka-offers-banner-v5 a{min-height:38px!important;border-radius:10px!important;background:var(--pk-g-ink)!important;color:#fff!important;font-size:9px!important}.pka-offers-banner-v5>span{width:122px!important;height:122px!important;right:5%!important;background:var(--pk-g-pink)!important}.pka-offers-banner-v5>span b{font-size:34px!important}

/* News editorial */
.pka-news-v5{background:#f7f9f8!important}.pka-news-layout-v5{gap:18px!important}.pka-news-feature-v5{border:0!important;border-radius:20px!important;box-shadow:none!important;overflow:hidden!important;background:#fff!important}.pka-news-feature-v5 h3{font-size:24px!important}.pka-news-feature-v5 p{font-size:11px!important}.pka-news-rail-v5{overflow-x:auto!important;overflow-y:hidden!important;touch-action:auto!important;scrollbar-width:none!important}.pka-news-rail-v5::-webkit-scrollbar{display:none!important}.pka-news-track-v5{gap:14px!important}.pka-news-card-v5{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;border-left:1px solid #dfe8e4!important;padding-left:12px!important;min-height:0!important}.pka-news-card-media-v5{border-radius:15px!important;overflow:hidden!important}.pka-news-card-v5 h3{font-size:15px!important}.pka-news-read-v5,.pka-news-card-v5 a:last-child{color:var(--pk-g-mint-deep)!important}

/* Brands */
.pka-brands-v7{background:#fff!important}.pka-brand-carousel-v7{padding:0 42px 18px!important}.pka-brand-viewport-v7{display:flex!important;align-items:center!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;scroll-snap-type:none!important}.pka-brand-viewport-v7::-webkit-scrollbar{display:none!important}.pka-brand-card-v7{flex:0 0 calc(100%/7)!important;min-width:120px!important;height:88px!important;border:0!important;border-right:1px solid #edf1ef!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:12px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important}.pka-brand-card-v7 img{max-height:46px!important;max-width:88%!important;object-fit:contain!important}.pka-brand-card-v7 strong{font-size:13px!important}.pka-brand-arrow-v7{width:36px!important;height:36px!important;border:1px solid #dfe8e4!important;background:#fff!important;box-shadow:0 6px 16px rgba(20,38,33,.045)!important}.pka-brand-dots-v7 button{background:#dce8e4!important}.pka-brand-dots-v7 button.is-active{background:var(--pk-g-pink)!important}

/* Social */
.pka-social-grid-v5{gap:14px!important}.pka-social-grid-v5>a{border-radius:18px!important;box-shadow:none!important;border:1px solid #e7eeeb!important;overflow:hidden!important}.pka-social-grid-v5>a span{font-size:10px!important}

/* Services as information band, not cards */
.pka-service-v5{padding-top:28px!important;padding-bottom:36px!important}.pka-service-grid-v5{display:grid!important;grid-template-columns:repeat(3,1fr)!important;border-top:1px solid #e1e9e6!important;border-bottom:1px solid #e1e9e6!important;background:#fff!important}.pka-service-grid-v5>a{min-height:86px!important;padding:14px 20px!important;border:0!important;border-right:1px solid #e1e9e6!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;display:grid!important;grid-template-columns:36px 1fr 16px!important;align-items:center!important;gap:12px!important}.pka-service-grid-v5>a:last-child{border-right:0!important}.pka-service-grid-v5>a>span{width:34px!important;height:34px!important;border-radius:10px!important;background:var(--pk-g-mint-soft)!important;color:var(--pk-g-mint-deep)!important}.pka-service-grid-v5>a:nth-child(2)>span{background:var(--pk-g-pink-soft)!important;color:var(--pk-g-pink)!important}.pka-service-grid-v5 small{font-size:7px!important}.pka-service-grid-v5 strong{font-size:12px!important}.pka-service-grid-v5 p{font-size:9px!important;margin-top:2px!important}

/* =========================================================
   FOOTER
========================================================= */
.pk100-footer{margin-top:42px;background:#f5f8f6;border-top:1px solid #dfe8e4;color:var(--pk-g-ink)}
.pk100-footer-shell{width:min(1320px,calc(100% - 48px));margin:0 auto}
.pkg-footer-intro{display:grid;grid-template-columns:160px minmax(0,1fr) 250px;gap:34px;align-items:center;padding:34px 0 28px;border-bottom:1px solid #d9e3df}
.pkg-footer-brand-wrap{display:grid;justify-items:start}.pkg-footer-brand{width:96px;height:104px;display:grid;place-items:center;text-decoration:none!important}.pkg-footer-brand img{width:auto;height:98px;max-width:92px;object-fit:contain}.pkg-footer-brand-wrap p{margin:8px 0 0;max-width:160px;font-size:9px;line-height:1.55;color:#6f807a}.pkg-footer-promise small{display:block;color:var(--pk-g-mint-deep);font-size:8px;font-weight:900;letter-spacing:.16em}.pkg-footer-promise strong{display:block;max-width:670px;margin:7px 0 8px;font-size:25px;line-height:1.06;letter-spacing:-.038em}.pkg-footer-promise p{max-width:610px;margin:0;color:var(--pk-g-muted);font-size:11px;line-height:1.55}.pkg-footer-contact{display:grid;border-top:1px solid #d9e3df}.pkg-footer-contact>a{min-height:57px;display:flex;align-items:center;gap:11px;text-decoration:none!important;color:var(--pk-g-ink);border-bottom:1px solid #d9e3df}.pkg-footer-contact>a>span{width:28px;height:28px;border-radius:9px;background:var(--pk-g-mint-soft);display:grid;place-items:center;color:var(--pk-g-mint-deep)}.pkg-footer-contact>a>span svg{width:15px}.pkg-footer-contact div{display:grid;gap:2px}.pkg-footer-contact small{font-size:7px;letter-spacing:.12em;text-transform:uppercase;color:#91a09b;font-weight:900}.pkg-footer-contact b{font-size:12px}
.pkg-footer-nav{display:grid;grid-template-columns:.85fr 1fr .9fr 1.25fr;gap:38px;padding:28px 0}.pkg-footer-nav nav,.pkg-footer-store{display:grid;align-content:start;gap:9px}.pkg-footer-nav h3{margin:0 0 7px;color:#8a9993;font-size:9px;letter-spacing:.15em;text-transform:uppercase}.pkg-footer-nav a{font-size:12px;font-weight:680;color:#24322d;text-decoration:none!important}.pkg-footer-nav a:hover{color:var(--pk-g-mint-deep)}.pkg-footer-store strong{font-size:14px}.pkg-footer-store p{margin:0;color:var(--pk-g-muted);font-size:10px;line-height:1.5}.pkg-footer-map{display:inline-flex!important;align-items:center;gap:7px;color:var(--pk-g-mint-deep)!important}.pkg-footer-map svg{width:13px}.pkg-footer-social{display:flex;gap:12px;margin-top:4px}.pkg-footer-social a{font-size:10px!important;border-bottom:1px solid #aab9b3;padding-bottom:2px}
.pkg-footer-benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9e3df;border-bottom:1px solid #d9e3df}.pkg-footer-benefits>a{min-height:70px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none!important;color:var(--pk-g-ink);border-right:1px solid #d9e3df}.pkg-footer-benefits>a:last-child{border-right:0}.pkg-footer-benefits>a>span{width:30px;height:30px;border-radius:9px;background:#fff;display:grid;place-items:center;color:var(--pk-g-mint-deep)}.pkg-footer-benefits>a:nth-child(2)>span{color:var(--pk-g-pink)}.pkg-footer-benefits svg{width:16px}.pkg-footer-benefits div{display:grid;gap:2px}.pkg-footer-benefits b{font-size:11px}.pkg-footer-benefits small{font-size:8px;color:var(--pk-g-muted)}
.pkg-footer-bottom{display:grid;grid-template-columns:1fr auto auto 36px;gap:16px;align-items:center;padding:16px 0 20px}.pkg-footer-bottom>div:first-child{display:flex;gap:7px;flex-wrap:wrap;color:#75847e;font-size:9px}.pkg-footer-bottom>div:first-child strong{color:#25332e}.pkg-payments{display:flex;gap:6px;flex-wrap:wrap}.pkg-payments span{font-size:8px;font-weight:850;color:#33413c;padding:5px 7px;border:1px solid #d7e1dd;border-radius:999px;background:#fff}.pkg-faros{font-size:8px;color:#84928d}.pkg-faros strong{color:#4e5c57}.pkg-to-top{width:36px;height:36px;border:1px solid #d7e1dd;border-radius:50%;background:#fff;display:grid;place-items:center;color:#2e3d38;text-decoration:none!important}.pkg-to-top svg{width:15px;transform:rotate(90deg)}

/* =========================================================
   CONTENT PAGES / ARTICLES / SEARCH / 404
========================================================= */
.pk100-page,.pk100-archive,.pk100-search-page,.pk100-article,.pk100-error{padding-bottom:64px}.pk100-page-hero,.pk100-archive-head,.pk100-article-head{padding:56px 0 28px}.pk100-eyebrow{margin:0 0 10px;color:var(--pk-g-mint-deep);font-size:9px;font-weight:900;letter-spacing:.17em}.pk100-page-hero h1,.pk100-archive-head h1,.pk100-article-head h1{margin:0;max-width:1000px;font-size:clamp(38px,4.8vw,68px);line-height:.98;letter-spacing:-.055em}.pk100-page-rule{margin-top:24px;height:1px;background:#dfe8e4}.pk100-page-rule span{display:block;width:76px;height:3px;background:linear-gradient(90deg,var(--pk-g-mint),var(--pk-g-pink));transform:translateY(-1px)}.pk100-page-content{max-width:1080px;padding-top:30px}.pk100-page-content .pka-prose-intro{max-width:820px;margin-bottom:34px}.pk100-page-content .pka-prose-intro h2,.pk100-page-intro h2{font-size:clamp(28px,3.5vw,46px);line-height:1.03;letter-spacing:-.04em;margin:7px 0 14px}.pk100-page-content p,.pk100-page-content li{font-size:15px;line-height:1.7;color:#53645e}.pk100-page-content a{color:var(--pk-g-mint-deep)}
/* remove generic card-wall feel on content pages */
.pka-contact-grid,.pka-service-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;border-top:1px solid #dfe8e4!important}.pka-info-card,.pka-service-card{border:0!important;border-bottom:1px solid #dfe8e4!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:26px 24px 26px 0!important}.pka-info-card:nth-child(even),.pka-service-card:nth-child(even){padding-left:24px!important;border-left:1px solid #dfe8e4!important}.pka-info-card>span,.pka-service-card>span{font-size:8px!important;color:var(--pk-g-mint-deep)!important;letter-spacing:.13em!important;font-weight:900!important}.pka-info-card h3,.pka-service-card h3{font-size:19px!important;line-height:1.15!important;margin:8px 0!important}.pka-info-card p,.pka-service-card p,.pka-service-card li{font-size:13px!important;line-height:1.6!important}.pka-service-card-wide{grid-column:1/-1!important;border-left:0!important;padding-left:0!important}.pka-story-grid{gap:44px!important}.pka-page-callout{margin-top:42px!important;padding:28px 0!important;border-top:1px solid #dfe8e4!important;border-bottom:1px solid #dfe8e4!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.pka-page-callout h3{font-size:28px!important;max-width:760px!important}.pka-bank-grid{gap:24px!important}
.pk100-editorial-grid{gap:24px!important}.pk100-editorial-card{border-top:1px solid #dfe8e4!important;padding-top:16px!important}.pk100-editorial-card.is-featured{border-top:0!important;padding-top:0!important}.pk100-editorial-media{border-radius:18px!important;overflow:hidden!important}.pk100-editorial-copy h2{font-size:20px!important}.pk100-editorial-card.is-featured h2{font-size:34px!important}.pk100-search-list article{padding:16px 0!important;border-bottom:1px solid #dfe8e4!important}.pk100-search-thumb{border-radius:13px!important}.pk100-error-inner{min-height:62vh;grid-template-columns:minmax(0,1fr) 240px!important;gap:54px!important}.pk100-error-inner h1{font-size:clamp(40px,5.5vw,72px)!important}.pk100-error-inner>img{width:210px!important}.pk100-error-search{height:54px!important;border-radius:14px!important}.pk100-error-search button{height:40px!important;border-radius:10px!important}

/* =========================================================
   SHOP / CATEGORY / PRODUCT / CART / CHECKOUT
========================================================= */
.pka-shop-hero{padding:48px 0 24px!important;background:#fff!important;border-bottom:1px solid #e4ebe8!important}.pka-shop-hero-grid{gap:40px!important}.pka-shop-hero h1{font-size:clamp(38px,4.6vw,66px)!important;line-height:.98!important;letter-spacing:-.055em!important}.pka-shop-hero p{font-size:13px!important;max-width:680px!important}.pka-subcat-rail{display:flex!important;gap:8px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-top:16px!important}.pka-subcat-rail::-webkit-scrollbar{display:none!important}.pka-subcat-rail>a{min-width:140px!important;padding:12px 13px!important;border:1px solid #e2ebe7!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.pka-subcat-rail strong{font-size:11px!important}.pka-subcat-rail small{font-size:8px!important}.pka-shop-layout{grid-template-columns:210px minmax(0,1fr)!important;gap:26px!important;padding-top:28px!important}.pka-shop-sidebar{border:0!important;border-right:1px solid #e5ece9!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding-right:18px!important}.pka-shop-content ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.pka-shop-content ul.products>li.product{width:auto!important;margin:0!important}.pka-shop-content .pka-product-card-inner{min-height:338px!important}.woocommerce-result-count,.woocommerce-ordering select{font-size:10px!important}.woocommerce-ordering select{min-height:38px!important;border:1px solid #dce6e2!important;border-radius:10px!important;background:#fff!important}
.single-product div.product{gap:48px!important}.single-product .woocommerce-product-gallery{border-radius:20px!important;overflow:hidden!important;background:#f7faf8!important}.single-product .summary h1{font-size:clamp(30px,3.3vw,48px)!important;line-height:1.02!important;letter-spacing:-.045em!important}.single-product .price{font-size:22px!important}.single-product .single_add_to_cart_button{min-height:46px!important;background:var(--pk-g-ink)!important;border-radius:11px!important}.single-product form.cart .quantity .qty{min-height:46px!important}.woocommerce-tabs{border-top:1px solid #dfe8e4!important;margin-top:40px!important}.woocommerce-tabs ul.tabs{border:0!important;background:transparent!important}.woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{border-radius:0!important;box-shadow:none!important}.woocommerce-cart-form{border-top:1px solid #dfe8e4!important}.cart_totals{border-top:1px solid #dfe8e4!important}.checkout-button,.woocommerce-checkout-payment #place_order{background:var(--pk-g-ink)!important;border-radius:11px!important}

/* wishlist */
.pk100-wishlist-page .pk100-page-hero p:last-child{color:var(--pk-g-muted);font-size:14px}.pk100-wishlist-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding-bottom:56px}.pk100-wish-item{border-top:1px solid #dfe8e4;padding-top:12px;position:relative}.pk100-wish-item img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f7faf8;border-radius:15px}.pk100-wish-item h3{font-size:13px;line-height:1.3;margin:9px 0 4px}.pk100-wish-item p{font-weight:900;font-size:13px}.pk100-wish-remove{position:absolute;right:7px;top:18px;width:30px;height:30px;border:0;border-radius:50%;background:#fff;color:var(--pk-g-pink);box-shadow:0 5px 12px rgba(20,38,33,.07)}

/* =========================================================
   TABLET
========================================================= */
@media (min-width:901px) and (max-width:1280px){
  .pk100-header-shell{width:calc(100% - 30px);grid-template-columns:92px 108px minmax(330px,1fr) 106px;gap:11px}.pk100-brand img{height:72px;max-width:82px}.pk100-search-form{grid-template-columns:36px minmax(0,1fr) 32px 92px}.pk100-search input[type=search]{font-size:12px!important}.pk100-actions{gap:13px}
  ul.products.pka-carousel-products>li.product{flex-basis:204px!important;width:204px!important;max-width:204px!important}.pka-product-card-inner{min-height:324px!important}.pka-shop-content ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.pka-shop-layout{grid-template-columns:190px minmax(0,1fr)!important;gap:20px!important}.pka-brand-card-v7{flex-basis:20%!important}.pkg-footer-intro{grid-template-columns:145px 1fr 230px;gap:26px}.pkg-footer-promise strong{font-size:22px}.pkg-footer-nav{gap:28px}.pkg-footer-benefits b{font-size:10px}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width:900px){
  .pk100-mobile-only{display:flex!important}.pk100-ribbon{height:27px}.pk100-ribbon-track{animation-duration:24s}.pk100-ribbon-set{gap:24px;padding-inline:12px}.pk100-ribbon-set>span,.pk100-ribbon-set>a{font-size:8.5px}
  .pk100-header-shell{width:100%;min-height:112px;padding:7px 9px 9px;display:grid;grid-template-columns:40px minmax(0,1fr) 68px;grid-template-areas:"menu brand actions" "search search search";grid-template-rows:54px 48px;gap:4px 7px}.pk100-menu-button{grid-area:menu;width:40px;height:40px;border:0;border-radius:12px;background:#f3f8f6;color:#24322e;display:grid!important;place-items:center}.pk100-menu-button svg{width:18px}.pk100-brand{grid-area:brand;height:54px;justify-self:start}.pk100-brand img{height:52px;max-width:60px}.pk100-categories{display:none!important}.pk100-search{grid-area:search}.pk100-search-form{height:48px;grid-template-columns:34px minmax(0,1fr) 30px;padding:0 8px;border-radius:14px}.pk100-search-submit{display:none}.pk100-search input[type=search]{font-size:11.5px!important}.pk100-search input[type=search]::placeholder{font-size:10.5px}.pk100-voice{width:29px;height:29px;border-radius:8px}.pk100-actions{grid-area:actions;gap:11px}.pk100-actions>a,.pk100-actions>button{min-width:23px}.pk100-actions span{display:none}.pk100-actions svg{width:21px;height:21px}.pk100-actions .pka-cart-count{right:-7px;top:-6px}.pk100-sticky-search{height:64px!important}.pk100-sticky-shell{width:100%;padding:0 8px}.pk100-search--sticky .pk100-search-form{height:48px;grid-template-columns:34px minmax(0,1fr) 30px;border-radius:14px}
  .pka-hero-v5{padding-top:8px!important}.pka-hero-slider-v5{border-radius:16px!important}.pka-pet-choice-grid-v5{gap:7px!important}.pka-pet-choice-card-v5{border-radius:16px!important}.pka-pet-choice-head-v5 strong{font-size:23px!important}.pka-quick-v5{padding-top:10px!important}.pka-quick-card-v5{min-height:44px!important;padding-inline:10px!important}.pka-quick-icon-v5{width:28px!important;height:28px!important}.pka-section-v5,.pka-news-v5,.pka-brands-v7,.pka-social-v5,.pka-service-v5,.pka-offers-v5{padding:38px 0!important}.pka-section-head-v5{margin-bottom:15px!important}.pka-section-head-v5 h2{font-size:27px!important}.pka-section-head-v5 p{font-size:10px!important}.pka-section-head-v5>a{font-size:8px!important}.pka-tab-buttons-v5 button{min-height:32px!important;padding-inline:10px!important}
  .pka-commerce-carousel .pka-carousel-viewport,.pka-offers-v5 .pka-carousel-viewport,.pka-news-rail-v5,.pka-brand-viewport-v7{touch-action:auto!important;overscroll-behavior:auto!important;scroll-snap-type:none!important}.pka-commerce-carousel .pka-carousel-viewport,.pka-offers-v5 .pka-carousel-viewport{margin-right:calc((100vw - 100%)/-2)!important;padding-right:10px!important}ul.products.pka-carousel-products{gap:8px!important}ul.products.pka-carousel-products>li.product{flex:0 0 calc((100vw - 30px)/2.18)!important;width:calc((100vw - 30px)/2.18)!important;max-width:none!important}.pka-product-card-inner{min-height:300px!important;border-radius:14px!important}.pka-product-card-inner:hover{transform:none!important;box-shadow:0 5px 16px rgba(20,39,33,.035)!important}.pka-product-media>a:first-child{padding:9px!important}.pka-stock-pill{display:none!important}.pka-product-badges{left:6px!important;top:6px!important}.pka-product-badges span{min-height:19px!important;padding:0 5px!important;font-size:6px!important}.pka-card-heart{right:6px!important;bottom:6px!important;width:28px!important;height:28px!important}.pka-product-body{padding:8px 8px 9px!important}.pka-product-brand{font-size:6px!important}.pka-product-card-v4 .woocommerce-loop-product__title{font-size:10.5px!important;min-height:26px!important;max-height:26px!important;margin-bottom:4px!important}.pka-product-rating{display:none!important}.pka-product-price{font-size:12.5px!important}.pka-product-price del{font-size:7px!important}.pka-product-action .button,.pka-card-atc{min-height:29px!important;height:29px!important;font-size:7px!important;padding-inline:8px!important}.pka-carousel-controls{display:none!important}.pka-carousel-progress{width:64px!important;margin-top:7px!important}
  .pka-offers-banner-v5{min-height:160px!important;padding:20px 17px!important;border-radius:16px!important}.pka-offers-banner-v5 h2{font-size:25px!important;max-width:75%!important}.pka-offers-banner-v5 p{font-size:9px!important;max-width:70%!important}.pka-offers-banner-v5>span{right:-15px!important;width:92px!important;height:92px!important}.pka-offers-banner-v5>span b{font-size:27px!important}.pka-news-card-v5{flex-basis:72vw!important;width:72vw!important}.pka-brand-carousel-v7{padding:0 0 14px!important}.pka-brand-arrow-v7{display:none!important}.pka-brand-viewport-v7{margin-right:-8px!important;padding-right:8px!important}.pka-brand-card-v7{flex:0 0 25%!important;min-width:25%!important;height:76px!important;padding:8px!important}.pka-brand-card-v7 img{max-height:40px!important}.pka-service-grid-v5{grid-template-columns:1fr!important}.pka-service-grid-v5>a{min-height:68px!important;border-right:0!important;border-bottom:1px solid #e1e9e6!important;padding:10px 6px!important}.pka-service-grid-v5>a:last-child{border-bottom:0!important}
  .pk100-footer{margin-top:34px}.pk100-footer-shell{width:calc(100% - 20px)}.pkg-footer-intro{grid-template-columns:78px 1fr;gap:12px;padding:20px 0 16px}.pkg-footer-brand-wrap{grid-row:1/3}.pkg-footer-brand{width:72px;height:78px}.pkg-footer-brand img{height:72px;max-width:68px}.pkg-footer-brand-wrap p{display:none}.pkg-footer-promise small{font-size:7px}.pkg-footer-promise strong{font-size:17px}.pkg-footer-promise p{font-size:9px}.pkg-footer-contact{grid-column:1/-1;grid-template-columns:1fr 1fr;border-top:0;gap:8px}.pkg-footer-contact>a{min-height:48px;border:1px solid #dbe5e1;border-radius:12px;padding:8px}.pkg-footer-contact>a>span{width:25px;height:25px}.pkg-footer-contact b{font-size:10px}.pkg-footer-nav{grid-template-columns:1fr 1fr;gap:20px 16px;padding:18px 0}.pkg-footer-nav h3{font-size:8px}.pkg-footer-nav a{font-size:11px}.pkg-footer-store{grid-column:1/-1;padding-top:4px;border-top:1px solid #d9e3df}.pkg-footer-benefits{grid-template-columns:1fr 1fr}.pkg-footer-benefits>a{min-height:58px;justify-content:flex-start;padding:0 7px;border-bottom:1px solid #d9e3df}.pkg-footer-benefits>a:nth-child(2n){border-right:0}.pkg-footer-benefits>a:nth-last-child(-n+2){border-bottom:0}.pkg-footer-benefits b{font-size:9px}.pkg-footer-benefits small{font-size:7px}.pkg-footer-bottom{grid-template-columns:1fr 34px;gap:9px;padding:13px 0 calc(18px + env(safe-area-inset-bottom))}.pkg-payments,.pkg-faros{grid-column:1/-1}.pkg-payments{justify-content:flex-start}
  .pk100-page-hero,.pk100-archive-head,.pk100-article-head{padding:40px 0 22px}.pk100-page-hero h1,.pk100-archive-head h1,.pk100-article-head h1{font-size:40px}.pk100-page-content{padding-top:22px}.pka-story-grid{grid-template-columns:1fr!important;gap:24px!important}.pka-contact-grid,.pka-service-grid{grid-template-columns:1fr!important}.pka-info-card,.pka-service-card,.pka-info-card:nth-child(even),.pka-service-card:nth-child(even){padding:18px 0!important;border-left:0!important}.pka-info-card h3,.pka-service-card h3{font-size:17px!important}.pka-page-callout h3{font-size:23px!important}.pka-bank-grid{grid-template-columns:1fr!important}.pk100-editorial-grid{grid-template-columns:1fr}.pk100-editorial-card.is-featured{grid-template-columns:1fr;gap:16px}.pk100-editorial-card.is-featured h2{font-size:28px!important}.pk100-search-list article{grid-template-columns:76px 1fr 26px;gap:12px}.pk100-search-thumb{width:76px;height:76px}.pk100-search-list h2{font-size:15px}.pk100-search-list p{display:none}.pk100-article-prose{font-size:15px}.pk100-article-hero{border-radius:16px}.pk100-error-inner{grid-template-columns:1fr!important;gap:24px!important;padding:34px 0!important}.pk100-error-inner>img{width:140px!important;grid-row:1}.pk100-error-inner>div{grid-row:2}.pk100-error-search{grid-template-columns:36px 1fr;height:50px!important}.pk100-error-search button{display:none}.pk100-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .pka-shop-hero{padding:36px 0 18px!important}.pka-shop-hero h1{font-size:40px!important}.pka-shop-layout{display:block!important;padding-top:20px!important}.pka-shop-sidebar{position:fixed!important;z-index:2400!important;left:0!important;top:0!important;bottom:0!important;width:min(360px,92vw)!important;transform:translateX(-105%)!important;overflow:auto!important;background:#fff!important;border-right:1px solid #e5ece9!important;padding:18px!important}.pka-shop-sidebar.is-open{transform:none!important}.pka-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.pka-shop-content .pka-product-card-inner{min-height:300px!important}.single-product div.product{gap:24px!important}.single-product .summary h1{font-size:30px!important}.single-product .price{font-size:20px!important}
}

@media(max-width:390px){.pk100-header-shell{grid-template-columns:38px minmax(0,1fr) 64px;gap-inline:5px}.pk100-brand img{height:49px;max-width:56px}.pk100-actions{gap:9px}.pk100-page-hero h1,.pk100-archive-head h1,.pk100-article-head h1{font-size:36px}.pk100-wishlist-grid{grid-template-columns:1fr 1fr}.pkg-footer-contact{grid-template-columns:1fr}.pkg-footer-benefits{grid-template-columns:1fr}.pkg-footer-benefits>a{border-right:0!important;border-bottom:1px solid #d9e3df!important}.pkg-footer-benefits>a:last-child{border-bottom:0!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pk100-ribbon-track{animation:none!important}.pk100-search-submit,.pk100-categories-button,.pk100-mobile-dock{transition:none!important}.pka-product-card-inner{transition:none!important}}
.pka-card-heart.is-active{background:var(--pk-g-pink)!important;color:#fff!important;border-color:var(--pk-g-pink)!important}.pka-card-heart.is-active svg{color:#fff!important;fill:currentColor!important}.pk100-wish-remove.is-active{background:var(--pk-g-pink)!important;color:#fff!important}

/* =========================================================
   SUPPORTING V100 SURFACES
========================================================= */
.pk100-archive-desc{max-width:720px;margin-top:14px;color:var(--pk-g-muted);font-size:13px;line-height:1.55}
.pk100-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:46px}
.pk100-editorial-card{min-width:0}
.pk100-editorial-card.is-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:28px;align-items:center}
.pk100-editorial-media{display:block;aspect-ratio:16/9;background:#f5f8f6;overflow:hidden;text-decoration:none!important}
.pk100-editorial-media img{width:100%;height:100%;object-fit:cover;display:block}
.pk100-editorial-copy small{display:block;color:var(--pk-g-mint-deep);font-size:8px;font-weight:900;letter-spacing:.12em;margin-bottom:7px}
.pk100-editorial-copy h2{margin:0 0 8px;line-height:1.08;letter-spacing:-.035em}
.pk100-editorial-copy h2 a{color:var(--pk-g-ink);text-decoration:none!important}
.pk100-editorial-copy p{margin:0 0 12px;color:var(--pk-g-muted);font-size:11px;line-height:1.55}
.pk100-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--pk-g-mint-deep);font-size:9px;font-weight:900;text-decoration:none!important}
.pk100-text-link svg{width:13px}
.pk100-pagination{padding:20px 0 8px;border-top:1px solid #dfe8e4}.pk100-pagination .nav-links{display:flex;gap:7px;flex-wrap:wrap}.pk100-pagination .page-numbers{min-width:34px;height:34px;padding:0 9px;border:1px solid #dfe8e4;border-radius:9px;display:grid;place-items:center;text-decoration:none!important;color:var(--pk-g-ink);font-size:10px}.pk100-pagination .current{background:var(--pk-g-ink);color:#fff;border-color:var(--pk-g-ink)}
.pk100-empty{padding:44px 0;border-top:1px solid #dfe8e4}.pk100-empty h2{font-size:26px;margin:0 0 8px}.pk100-empty p{color:var(--pk-g-muted)}.pk100-empty a,.pk100-empty button{font-size:10px;font-weight:900;color:var(--pk-g-mint-deep);background:none;border:0;padding:0;text-decoration:none!important}

.pk100-search-list{display:grid;border-top:1px solid #dfe8e4}.pk100-search-list article{display:grid;grid-template-columns:92px minmax(0,1fr) 34px;gap:16px;align-items:center}.pk100-search-thumb{width:92px;height:92px;display:block;background:#f5f8f6;overflow:hidden;border-radius:13px}.pk100-search-thumb img{width:100%;height:100%;object-fit:cover}.pk100-search-list small{font-size:7px;font-weight:900;letter-spacing:.12em;color:var(--pk-g-mint-deep)}.pk100-search-list h2{margin:4px 0 4px;font-size:18px;line-height:1.2;letter-spacing:-.025em}.pk100-search-list h2 a{color:var(--pk-g-ink);text-decoration:none!important}.pk100-search-list p{margin:0;color:var(--pk-g-muted);font-size:11px;line-height:1.5}.pk100-search-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--pk-g-ink);text-decoration:none!important}.pk100-search-arrow svg{width:14px}

.pk100-article-shell{max-width:1160px}.pk100-article-head>p:last-child{max-width:820px;color:var(--pk-g-muted);font-size:15px;line-height:1.55;margin:16px 0 0}.pk100-article-hero{margin:0 0 34px;overflow:hidden;border-radius:20px;background:#f4f7f5}.pk100-article-hero img{width:100%;max-height:680px;object-fit:cover;display:block}.pk100-article-prose{max-width:790px;margin-inline:auto;font-size:17px;line-height:1.78;color:#3f504a}.pk100-article-prose h2,.pk100-article-prose h3{color:var(--pk-g-ink);letter-spacing:-.035em;line-height:1.1;margin-top:2em}.pk100-article-prose h2{font-size:30px}.pk100-article-prose h3{font-size:23px}.pk100-article-prose img{max-width:100%;height:auto;border-radius:16px}.pk100-article-prose a{color:var(--pk-g-mint-deep)}.pk100-article-nav{max-width:790px;margin:46px auto 0;padding-top:18px;border-top:1px solid #dfe8e4;display:flex;justify-content:space-between;gap:20px}.pk100-article-nav a{max-width:46%;font-size:10px;font-weight:850;color:var(--pk-g-ink);text-decoration:none!important}

.pk100-error-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pk100-error-links a{padding:7px 10px;border:1px solid #dfe8e4;border-radius:999px;color:var(--pk-g-ink);text-decoration:none!important;font-size:10px;font-weight:800}

/* mobile app dock */
.pk100-mobile-dock{display:none;position:fixed;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));z-index:2200;height:60px;border:1px solid #dfe8e4;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 16px 34px rgba(20,38,33,.12);backdrop-filter:blur(14px);padding:4px;grid-template-columns:repeat(5,1fr)}
.pk100-mobile-dock>a,.pk100-mobile-dock>button{position:relative;border:0;background:transparent;color:#24322d;text-decoration:none!important;display:grid;place-items:center;align-content:center;gap:3px;border-radius:13px}.pk100-mobile-dock svg{width:19px;height:19px}.pk100-mobile-dock span{font-size:6.8px;font-weight:850}.pk100-mobile-dock .is-search{background:linear-gradient(135deg,var(--pk-g-mint-soft),var(--pk-g-pink-soft))}.pk100-mobile-dock .pka-cart-count{position:absolute;top:2px;right:8px;min-width:17px;height:17px;border-radius:999px;background:var(--pk-g-pink);color:#fff;display:grid;place-items:center;font-size:8px;border:2px solid #fff}

@media(max-width:900px){
  .pk100-editorial-grid{grid-template-columns:1fr;gap:18px}.pk100-editorial-card.is-featured{grid-template-columns:1fr;gap:14px}.pk100-editorial-copy h2{font-size:18px!important}.pk100-editorial-card.is-featured h2{font-size:28px!important}.pk100-editorial-copy p{font-size:10px}.pk100-mobile-dock{display:grid!important}.pk100-article-prose{font-size:15px}.pk100-article-prose h2{font-size:25px}.pk100-article-prose h3{font-size:20px}.pk100-article-nav a{max-width:48%}
}
