:root{--pk-border: #e7ebef;--pk-radius: 8px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;color:var(--pk-text);background:#fff}a{color:inherit}button,input{font:inherit}.pk-header-wrap{position:relative;z-index:100}.pk-header-wrap--sticky{position:sticky;top:0;z-index:100}.pk-header{position:relative;height:var(--pk-header);background:#fff;border-bottom:1px solid var(--pk-border)}.pk-header__inner{height:100%;display:grid;grid-template-columns:var(--pk-sidebar) minmax(320px,1fr) auto;align-items:center;gap:24px;padding:0 24px 0 18px}.pk-header__brand{display:flex;align-items:center;text-decoration:none;min-width:0}.pk-header__logo{width:auto;max-width:var(--pk-logo-width);max-height:52px;object-fit:contain}.pk-header__shop-name{font-size:24px;font-weight:400;color:var(--pk-green)}.pk-search{height:50px;display:flex;align-items:center;gap:12px;padding:0 18px;background:#f3f5f7;border:1px solid #e2e6ea;border-radius:8px}.pk-search__icon{display:inline-flex;color:#667281}.pk-search input{width:100%;border:0;background:transparent;outline:0;font-size:16px;color:#29313a}.pk-header__actions{display:flex;align-items:center;gap:12px}.pk-icon-button,.pk-store-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;text-decoration:none;color:#26323d}.pk-icon-button{width:44px;position:relative;border:0;background:transparent;padding:0;box-shadow:none;cursor:pointer;appearance:none;-webkit-appearance:none}.pk-icon-button:hover,.pk-icon-button:focus-visible{background:transparent}.pk-header-phone{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 8px;color:#26323d;text-decoration:none;white-space:nowrap}.pk-header-phone__icon{display:inline-flex;align-items:center;justify-content:center}.pk-header-phone__icon .pk-icon{width:20px;height:20px}.pk-header-phone__number{font-size:14px;font-weight:400}.pk-header-phone:hover{color:var(--pk-green)}.pk-store-button{padding:0 14px;border:1px solid #e4e8ed;background:#f7f9fa;font-weight:400}.pk-cart__count{position:absolute;top:2px;right:1px;background:var(--pk-green);color:#fff;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:11px;padding:0 4px}.pk-cart__count.is-hidden{display:none}.pk-popover{position:relative}.pk-account-trigger-wrap{display:flex;align-items:center;gap:8px}.pk-profile-pill{min-height:44px;max-width:250px;display:inline-flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #e4e8ed;border-radius:8px;background:#f7f9fa;color:#384554;font-weight:400;cursor:pointer}.pk-profile-pill__store{display:inline-flex;flex:0 0 auto}.pk-profile-pill__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pk-account-avatar{border:0;background:transparent;cursor:pointer}.pk-account-avatar__image{width:34px;height:34px;border-radius:50%;object-fit:cover;display:block}.pk-popover__panel{position:absolute;top:calc(100% - 2px);right:0;z-index:90;width:330px;padding-top:12px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.pk-popover:hover>.pk-popover__panel,.pk-popover:focus-within>.pk-popover__panel,.pk-popover.is-open>.pk-popover__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.pk-popover__surface{overflow:hidden;border:1px solid #e1e6eb;border-radius:10px;background:#fff;box-shadow:0 14px 36px #15232d29}.pk-account-panel{width:300px}.pk-account-panel__identity{display:flex;flex-direction:column;gap:4px;padding:17px 18px 14px;border-bottom:1px solid #edf0f3}.pk-account-panel__identity strong{color:#26323d;font-size:15px}.pk-account-panel__identity span{color:#7c8793;font-size:12px;line-height:1.35;word-break:break-word}.pk-account-panel__phone{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-top:2px;color:#7c8793;font-size:12px}.pk-account-panel__phone>span{color:#7c8793}.pk-account-panel__phone a{color:var(--pk-green);text-decoration:none}.pk-account-panel__phone a:hover{text-decoration:underline;text-underline-offset:2px}.pk-account-panel__phone-link{display:inline-flex;width:fit-content;margin-top:3px;color:var(--pk-green);font-size:12px;text-decoration:none}.pk-account-panel__phone-link:hover{text-decoration:underline;text-underline-offset:2px}.pk-popover-link{display:block;padding:11px 18px;color:#40505f;text-decoration:none;font-size:14px}.pk-popover-link:hover{background:#f6faf8;color:var(--pk-green)}.pk-popover-link--muted{border-top:1px solid #edf0f3;color:#6f7b87}.pk-account-panel__primary{display:block;margin:15px 16px 7px;padding:11px 14px;border-radius:7px;background:var(--pk-green);color:#fff;text-align:center;text-decoration:none;font-weight:400}.pk-cart-panel{width:min(390px,calc(100vw - 32px))}.pk-cart-panel__surface{max-height:min(620px,calc(100vh - var(--pk-header) - 22px));display:flex;flex-direction:column}.pk-cart-panel__head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:16px 18px;border-bottom:1px solid #edf0f3}.pk-cart-panel__head strong{font-size:16px;color:#27333e}.pk-cart-panel__head span{font-size:12px;color:#89939e}.pk-cart-panel__body{overflow:auto}.pk-cart-mini-items{padding:4px 0}.pk-cart-mini-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 14px;border-bottom:1px solid #f0f2f4}.pk-cart-mini-item__image{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border:1px solid #edf0f3;border-radius:6px}.pk-cart-mini-item__image img{width:100%;height:100%;object-fit:contain}.pk-cart-mini-item__info{min-width:0;display:flex;flex-direction:column;gap:4px}.pk-cart-mini-item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2f3a45;text-decoration:none;font-size:13px}.pk-cart-mini-item__info span{color:#9099a3;font-size:11px}.pk-cart-mini-item__remove{width:fit-content;display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#7b8793;font-size:11px;line-height:1.2;cursor:pointer}.pk-cart-mini-item__remove:hover{color:#d24444}.pk-cart-mini-item__remove .pk-icon{width:14px;height:14px}.pk-cart-mini-item__remove:disabled{opacity:.45;cursor:wait}.pk-cart-mini-item>strong{color:var(--pk-green);font-size:13px;white-space:nowrap}.pk-cart-mini-more{padding:8px 14px 10px;color:#7c8793;font-size:12px;text-align:center}.pk-cart-empty{padding:34px 18px;color:#7c8793;text-align:center}.pk-cart-panel__footer{padding:14px 16px 16px;border-top:1px solid #edf0f3}.pk-cart-panel__subtotal{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;color:#4e5965}.pk-cart-panel__subtotal strong{color:var(--pk-green);font-size:18px}.pk-cart-panel__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pk-cart-panel__actions form{margin:0}.pk-cart-panel__secondary,.pk-cart-panel__primary{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;text-decoration:none;font-weight:400;font-size:13px}.pk-cart-panel__secondary{border:1px solid #dfe4e9;background:#fff;color:#40505f}.pk-cart-panel__primary{border:1px solid var(--pk-green);background:var(--pk-green);color:#fff;cursor:pointer}.pk-cart-panel__primary:disabled{opacity:.45;cursor:not-allowed}.pk-shell{display:grid;grid-template-columns:var(--pk-sidebar) minmax(0,1fr);min-height:calc(100vh - var(--pk-header))}.pk-sidebar{border-right:1px solid var(--pk-border);background:#fff}.pk-sidebar__inner{position:sticky;top:var(--pk-header);max-height:calc(100vh - var(--pk-header));overflow:auto;padding:30px 0 40px}.pk-sidebar__title{padding:0 18px 18px;text-transform:uppercase;color:var(--pk-green);font-size:14px;font-weight:400}.pk-sidebar__title-link{display:block;text-decoration:none;cursor:pointer}.pk-sidebar__title-link:hover{opacity:.75}.pk-sidebar__list,.pk-sidebar__children{list-style:none;margin:0;padding:0}.pk-sidebar__link,.pk-sidebar__link--parent{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;text-decoration:none;color:#4e5b6a;font-size:14px;font-weight:400;text-transform:uppercase;cursor:pointer;list-style:none}.pk-sidebar__link:hover,.pk-sidebar__link.is-active{color:var(--pk-green);background:#f7fbf9}.pk-sidebar__children{padding:0 0 6px}.pk-sidebar__child{display:block;padding:9px 18px 9px 32px;text-decoration:none;color:#697584;font-size:13px}.pk-sidebar__child:hover,.pk-sidebar__child.is-active{color:var(--pk-green)}.pk-sidebar summary::-webkit-details-marker{display:none}.pk-main{min-width:0;background:var(--pk-bg)}.pk-promo{position:relative;padding:34px 26px;background:#fff;border-bottom:1px solid var(--pk-border)}.pk-promo__track{position:relative;min-height:220px}.pk-promo__slide{display:none;min-height:220px;text-decoration:none}.pk-promo__slide.is-active{display:block}.pk-promo__image,.pk-promo__placeholder{width:100%;height:220px;display:block;object-fit:cover;border-radius:4px}.pk-promo__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #e0e5ea;background:#fff;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000014}.pk-promo__arrow--left{left:4px}.pk-promo__arrow--right{right:4px}.pk-shop-section{padding:34px 34px 80px}.pk-product-grid{display:grid}.pk-product-card{background:#fff;border:1px solid #e2e6ea;box-shadow:0 1px 3px #15232d14;min-width:0}.pk-product-card__media{display:block;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.pk-product-card__image,.pk-product-card__placeholder{width:100%;height:100%;object-fit:contain;display:block;padding:16px}.pk-product-card__body{padding-top:10px}.pk-product-card__title{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 10px;text-decoration:none;color:#1e242a;font-size:14px;line-height:1.35;text-transform:uppercase;text-align:center}.pk-product-card__sku{padding:2px 10px 8px;color:#8a95a1;font-size:12px}.pk-product-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-top:1px solid #edf0f3}.pk-stock-badge{margin-left:-10px;padding:8px 12px;background:#ff4545;color:#fff;border-radius:0 7px 7px 0;font-weight:400;font-style:italic;font-size:13px;white-space:nowrap}.pk-stock-badge--ok{background:#e9f8f1;color:var(--pk-green)}.pk-product-card__price{margin-left:auto;color:var(--pk-green);font-size:clamp(18px,1.55vw,27px);line-height:1;font-weight:400;white-space:nowrap}.pk-product-card__form{border-top:1px solid #edf0f3}.pk-add-button{width:100%;height:44px;border:0;background:#fff;color:var(--pk-green);font-size:15px;cursor:pointer;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:7px;text-align:center}.pk-add-button:hover{background:#f6fbf8}.pk-mobile-shopbar,.pk-mobile-nav,.pk-category-drawer{display:none}.pk-footer{margin-left:var(--pk-sidebar);width:calc(100% - var(--pk-sidebar));background:#fff;border-top:1px solid var(--pk-border)}.pk-footer__inner{min-height:92px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:24px;padding:20px 34px}.pk-footer__copyright{color:#697584;font-size:13px;line-height:1.5}.pk-footer__policies{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.pk-footer__policies a{color:#536170;text-decoration:none;font-size:13px}.pk-footer__policies a:hover{color:var(--pk-green)}.pk-footer__social{display:flex;align-items:center;justify-content:flex-end;gap:9px}.pk-footer__social a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e0e5ea;border-radius:50%;color:#52606d;text-decoration:none;transition:color .15s ease,border-color .15s ease,background .15s ease}.pk-footer__social a:hover{color:var(--pk-green);border-color:color-mix(in srgb,var(--pk-green) 35%,#dfe4e8);background:#f7fbf9}.pk-footer__social svg{width:18px;height:18px}@media(max-width:989px){.pk-footer{display:none}:root{--pk-header: 78px}body{padding-bottom:72px}.pk-header__inner{grid-template-columns:1fr auto;padding:0 18px}.pk-header__brand{justify-content:center}.pk-header__logo{max-width:230px;max-height:58px}.pk-header__shop-name{display:none!important}.pk-search{display:none}.pk-header__actions{display:none!important}.pk-shell{display:block}.pk-sidebar{display:none}.pk-main{width:100%}.pk-promo{padding:46px 8px 30px}.pk-promo__track,.pk-promo__slide{min-height:390px}.pk-promo__image,.pk-promo__placeholder{height:390px;border-radius:12px}.pk-promo__arrow{width:48px;height:48px}.pk-promo__arrow--left{left:-14px}.pk-promo__arrow--right{right:-14px}.pk-shop-section{padding:0 0 20px}.pk-mobile-shopbar{display:flex;justify-content:space-between;gap:10px;padding:18px 2px;background:#f5f7f9;border-top:1px solid var(--pk-border);border-bottom:1px solid var(--pk-border)}.pk-mobile-shopbar__button{display:inline-flex;align-items:center;gap:8px;min-height:52px;padding:0 15px;border:1px solid #dfe4ea;background:#f8fafb;color:#4f5a68;border-radius:7px;text-decoration:none;font-size:18px;font-weight:400}.pk-product-card{overflow:hidden}.pk-product-card__media{aspect-ratio:1 / 1}.pk-product-card__image,.pk-product-card__placeholder{padding:5px}.pk-product-card__body{padding-top:5px}.pk-product-card__title{min-height:44px;padding:0 4px;font-size:var(--pk-product-title-mobile-size);line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.pk-product-card__sku{padding:1px 4px 5px;font-size:clamp(7px,1.9vw,9px);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pk-product-card__price-row{gap:3px;padding:5px 4px;min-height:36px}.pk-product-card__price{font-size:clamp(11px,3.4vw,16px)}.pk-stock-badge{margin-left:-4px;padding:5px;border-radius:0 5px 5px 0;font-size:clamp(7px,1.9vw,9px)}.pk-add-button{height:38px;padding:0 5px;font-size:clamp(9px,2.7vw,12px);white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:4px}.pk-add-button span{display:none}.pk-mobile-nav{position:fixed;left:0;right:0;bottom:0;height:72px;z-index:70;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;background:#fff;border-top:1px solid #dfe4e8;box-shadow:0 -4px 12px #0000000a}.pk-mobile-nav__item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#111;font-size:26px}.pk-mobile-nav__item small{font-size:10px;color:#67717d}.pk-mobile-nav__item.is-active{color:var(--pk-green)}.pk-category-drawer[hidden]{display:none}.pk-category-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:block;opacity:0;pointer-events:none;transition:opacity .2s ease}.pk-category-drawer.is-open{opacity:1;pointer-events:auto}.pk-category-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000005c}.pk-category-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:min(86vw,360px);background:#fff;transform:translate(-100%);transition:transform .22s ease;overflow:auto}.pk-category-drawer.is-open .pk-category-drawer__panel{transform:translate(0)}.pk-category-drawer__close{position:absolute;top:10px;right:12px;z-index:2;width:38px;height:38px;border:0;background:#f2f4f6;border-radius:50%;font-size:25px}.pk-category-drawer .pk-sidebar__inner{position:static;max-height:none;padding-top:55px}.pk-no-scroll{overflow:hidden}}.pk-content-column{min-width:0;display:flex;flex-direction:column}.pk-content-column .pk-main{flex:1 1 auto}.pk-content-column .pk-footer{margin-left:0;width:100%}.pk-content-column .pk-footer__inner{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.pk-content-column .pk-footer__copyright,.pk-content-column .pk-footer__policies,.pk-content-column .pk-footer__social{justify-self:center;text-align:center}.pk-content-column .pk-footer__copyright{white-space:nowrap}.pk-content-column .pk-footer__social{justify-content:center}@media(max-width:1180px)and (min-width:990px){.pk-content-column .pk-footer__copyright{white-space:normal}.pk-content-column .pk-footer__inner{gap:16px;padding-left:20px;padding-right:20px}}.pk-header *,.pk-shell *,.pk-footer *,.pk-mobile-nav *{font-weight:400!important}strong,b,h1,h2,h3,h4,h5,h6{font-weight:400}.pk-icon{width:24px;height:24px;display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.pk-search__icon .pk-icon{width:22px;height:22px}.pk-icon-button .pk-icon{width:24px;height:24px}.pk-profile-pill__store .pk-icon{width:21px;height:21px}.pk-sidebar__label{min-width:0;display:flex;align-items:center;gap:11px}.pk-sidebar__label>span:last-child{min-width:0}.pk-sidebar__category-icon{width:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;color:#657180}.pk-sidebar__category-icon .pk-icon{width:20px;height:20px}.pk-sidebar__link:hover .pk-sidebar__category-icon,.pk-sidebar__link.is-active .pk-sidebar__category-icon,.pk-sidebar details[open]>summary .pk-sidebar__category-icon{color:var(--pk-green)}.pk-sidebar__chevron{display:inline-flex;margin-left:8px;transition:transform .18s ease}.pk-sidebar__chevron .pk-icon{width:15px;height:15px}.pk-sidebar details[open]>summary .pk-sidebar__chevron{transform:rotate(180deg)}.pk-add-button{display:flex;align-items:center;justify-content:center;gap:7px}.pk-add-button .pk-icon{width:19px;height:19px}.pk-promo__arrow{display:inline-flex;align-items:center;justify-content:center;font-size:0}.pk-promo__arrow .pk-icon{width:22px;height:22px}.pk-footer__social .pk-icon{width:18px;height:18px}.pk-mobile-search-button{display:none;color:#111;text-decoration:none}.pk-mobile-search-button .pk-icon{width:30px;height:30px}@media(max-width:989px){.pk-header__inner{position:relative}.pk-mobile-search-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-left:auto}.pk-mobile-shopbar__button .pk-icon{width:22px;height:22px}.pk-mobile-nav__item{font-size:inherit}.pk-mobile-nav__item .pk-icon{width:27px;height:27px}.pk-add-button{justify-content:center}.pk-add-button .pk-icon{display:block;width:14px;height:14px}.pk-category-drawer__close{display:inline-flex;align-items:center;justify-content:center;font-size:0}.pk-category-drawer__close .pk-icon{width:20px;height:20px}}.pk-category-shelves{padding:0 34px 80px}.pk-category-shelf{padding:34px 0 38px;border-bottom:1px solid var(--pk-border)}.pk-category-shelf:last-child{border-bottom:0}.pk-category-shelf__heading-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pk-category-shelf__title{margin:0;display:inline-flex;align-items:center;width:fit-content;padding:var(--pk-shelf-heading-py, 10px) var(--pk-shelf-heading-px, 22px);background:var(--pk-shelf-heading-bg, #e9f8f1);color:var(--pk-shelf-heading-color, var(--pk-green));border-radius:var(--pk-shelf-heading-radius, 8px);font-size:clamp(20px,1.6vw,28px);line-height:1.2;text-transform:none;font-weight:400}.pk-category-shelf__footer{display:flex;justify-content:center;padding-top:20px}.pk-view-all-button{min-width:124px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:1px solid #dfe4e9;border-radius:7px;background:#fff;color:#43505d;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.pk-view-all-button:hover{border-color:var(--pk-green);color:var(--pk-green);background:#f7fbf9}.pk-view-all-button .pk-icon{width:16px;height:16px}.pk-category-shelf__empty,.pk-category-shelf__setup-message{grid-column:1 / -1;padding:26px;border:1px dashed #d7dde3;border-radius:8px;background:#fff;color:#7b8793;text-align:center}.pk-category-shelf--setup{padding-bottom:28px}.pk-collection-page{padding:34px 34px 80px}.pk-collection-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 0 24px}.pk-collection-page__eyebrow{margin:0 0 6px;color:var(--pk-green);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.pk-collection-page__title{margin:0;color:#26323d;font-size:clamp(24px,2vw,34px);line-height:1.15;font-weight:400}.pk-collection-page__description{max-width:760px;margin-top:10px;color:#6f7b87;font-size:14px;line-height:1.55}.pk-collection-page__count{flex:0 0 auto;color:#7a8590;font-size:13px}.pk-pagination{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:28px;color:#66717d;font-size:13px}.pk-pagination a{min-height:38px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #dfe4e9;border-radius:7px;background:#fff;color:#43505d;text-decoration:none}@media(max-width:989px){.pk-category-shelves{padding:0 0 24px}.pk-category-shelves>.pk-mobile-shopbar{margin-bottom:0}.pk-category-shelf{padding:22px 0 28px}.pk-category-shelf__heading-row{margin-bottom:10px;padding:0 10px}.pk-category-shelf__title{font-size:clamp(16px,4.5vw,21px)}.pk-category-shelf__footer{padding-top:14px}.pk-view-all-button{min-width:112px;min-height:38px;padding:0 14px;font-size:12px}.pk-collection-page{padding:20px 0 28px}.pk-collection-page__header{align-items:flex-start;padding:0 12px 16px}.pk-collection-page__title{font-size:22px}.pk-collection-page__count{font-size:11px}.pk-pagination{padding:20px 8px 0;gap:10px;font-size:11px}}body{font-family:var(--pk-font);font-size:var(--pk-base-font);color:var(--pk-text);background:var(--pk-surface)}.pk-header{background:var(--pk-surface);border-color:var(--pk-border)}.pk-header__logo{max-width:var(--pk-logo-width)}.pk-header__search-spacer{min-width:0}.pk-search{border-color:var(--pk-border)}.pk-search input{color:var(--pk-text)}.pk-sidebar{background:var(--pk-surface);border-color:var(--pk-border)}.pk-sidebar__link,.pk-sidebar__link--parent,.pk-sidebar__child{color:var(--pk-text)}.pk-sidebar__category-icon{width:var(--pk-category-icon);min-width:var(--pk-category-icon)}.pk-sidebar__category-icon .pk-icon{width:var(--pk-category-icon);height:var(--pk-category-icon)}.pk-category-normal-case .pk-sidebar__title,.pk-category-normal-case .pk-sidebar__link,.pk-category-normal-case .pk-sidebar__link--parent{text-transform:none}.pk-main{background:var(--pk-bg)}.pk-product-card{background:var(--pk-surface);border-radius:var(--pk-card-radius);overflow:hidden}.pk-card-borderless .pk-product-card{border-color:transparent}.pk-product-card__media{background:var(--pk-surface)}.pk-product-card__image,.pk-product-card__placeholder{padding:var(--pk-product-image-padding)}.pk-product-card__title{font-size:var(--pk-product-title-size);text-align:var(--pk-product-title-align);justify-content:var(--pk-product-title-justify);text-transform:var(--pk-product-title-transform)}.pk-product-card__vendor{padding:2px 10px 5px;color:var(--pk-muted);font-size:11px;text-align:var(--pk-product-title-align)}.pk-product-card__price{font-size:clamp(var(--pk-price-min),1.55vw,var(--pk-price-max))}.pk-account-panel__primary,.pk-cart-panel__primary{color:var(--pk-button-text)}.pk-popover__surface,.pk-footer{background:var(--pk-surface);border-color:var(--pk-border)}.pk-popover:hover>.pk-popover__panel{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px)}.pk-popover-hover .pk-popover:hover>.pk-popover__panel,.pk-popover:focus-within>.pk-popover__panel,.pk-popover.is-open>.pk-popover__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.pk-footer__social svg{width:var(--pk-footer-social-icon);height:var(--pk-footer-social-icon)}.pk-footer--hide-desktop{display:none}.pk-hide-desktop{display:none!important}.pk-promo{padding-top:var(--pk-promo-top-bottom);padding-bottom:var(--pk-promo-top-bottom);background:var(--pk-surface)}.pk-promo__track{min-height:var(--pk-promo-height);margin-left:auto;margin-right:auto}.pk-promo__slide{min-height:var(--pk-promo-height)}.pk-promo__image,.pk-promo__placeholder{height:var(--pk-promo-height);border-radius:var(--pk-promo-radius)}.pk-promo__slide picture{display:block}.pk-category-shelves{padding-left:var(--pk-content-padding);padding-right:var(--pk-content-padding)}.pk-category-shelf{padding-top:var(--pk-shelf-spacing);padding-bottom:var(--pk-shelf-spacing)}.pk-category-shelf__title{font-size:var(--pk-shelf-heading-size);color:var(--pk-shelf-heading-color, var(--pk-green))}.pk-category-shelf__heading-row--center{justify-content:center;text-align:center}.pk-category-shelf__heading-row--right{justify-content:flex-end;text-align:right}.pk-category-shelf__footer--left{justify-content:flex-start}.pk-category-shelf__footer--right{justify-content:flex-end}.pk-collection-page{padding-left:var(--pk-content-padding);padding-right:var(--pk-content-padding)}@media(max-width:989px){:root{--pk-header: var(--pk-mobile-header)}body{padding-bottom:0}body.pk-has-mobile-nav{padding-bottom:var(--pk-mobile-nav-height)}.pk-hide-mobile{display:none!important}.pk-hide-desktop:not(.pk-hide-mobile){display:flex!important}.pk-header__logo{max-width:var(--pk-mobile-logo-width)}.pk-product-card__image,.pk-product-card__placeholder{padding:min(5px,var(--pk-product-image-padding))}.pk-product-card__title{font-size:var(--pk-product-title-mobile-size)}.pk-category-shelf__title{padding:max(6px,calc(var(--pk-shelf-heading-py, 10px) * .75)) max(12px,calc(var(--pk-shelf-heading-px, 22px) * .7))}.pk-mobile-nav{height:var(--pk-mobile-nav-height);grid-template-columns:repeat(5,minmax(0,1fr))}.pk-mobile-nav__item .pk-icon{width:var(--pk-mobile-nav-icon);height:var(--pk-mobile-nav-icon)}.pk-category-drawer__panel{width:min(var(--pk-drawer-width),420px);background:var(--pk-surface)}.pk-promo{padding-top:var(--pk-promo-mobile-top-bottom);padding-bottom:var(--pk-promo-mobile-top-bottom)}.pk-promo__track,.pk-promo__slide{min-height:var(--pk-promo-mobile-height)}.pk-promo__image,.pk-promo__placeholder{height:var(--pk-promo-mobile-height);border-radius:var(--pk-promo-radius)}.pk-footer{display:block}.pk-footer--hide-mobile{display:none}.pk-footer:not(.pk-footer--hide-mobile) .pk-footer__inner{grid-template-columns:1fr;gap:14px;min-height:0;padding:22px 16px}.pk-footer:not(.pk-footer--hide-mobile) .pk-footer__social{justify-content:center}}.pk-simple-page,.pk-search-page,.pk-cart-page,.pk-product-page,.pk-collection-page{padding:34px var(--pk-content-padding) 70px}.pk-simple-page__inner{max-width:var(--pk-page-max, 1000px);margin:0 auto;background:var(--pk-surface);padding:30px;border:1px solid var(--pk-border);border-radius:8px}.pk-simple-page h1,.pk-search-page h1,.pk-cart-page h1,.pk-product-page h1{margin-top:0}.pk-rte{line-height:1.7}.pk-rte img{max-width:100%;height:auto}.pk-search-page__header{margin-bottom:24px}.pk-search-page__form{max-width:760px;min-height:48px;display:flex;border:1px solid var(--pk-border);background:var(--pk-surface);border-radius:8px;overflow:hidden}.pk-search-page__form input{flex:1;min-width:0;border:0;padding:0 14px;outline:0}.pk-search-page__form button{display:inline-flex;align-items:center;gap:6px;border:0;padding:0 18px;background:var(--pk-green);color:var(--pk-button-text);cursor:pointer}.pk-search-page__summary{margin:0 0 16px;color:var(--pk-muted)}.pk-generic-result{min-height:140px;display:flex;align-items:center;justify-content:center;padding:18px;background:var(--pk-surface);border:1px solid var(--pk-border)}.pk-generic-result a{text-decoration:none}.pk-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px}.pk-pagination a{color:var(--pk-green)}.pk-cart-page__form{background:var(--pk-surface);border:1px solid var(--pk-border)}.pk-cart-page__item{display:grid;grid-template-columns:84px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:14px;border-bottom:1px solid var(--pk-border)}.pk-cart-page__image{width:84px;height:84px;display:block}.pk-cart-page__image img{width:100%;height:100%;object-fit:contain}.pk-cart-page__info{min-width:0;display:flex;flex-direction:column;gap:6px}.pk-cart-page__info a{text-decoration:none}.pk-cart-page__info span{color:var(--pk-muted)}.pk-cart-page__remove{width:fit-content;display:inline-flex;align-items:center;gap:5px;color:#7b8793;text-decoration:none;font-size:12px}.pk-cart-page__remove:hover{color:#d24444}.pk-cart-page__remove .pk-icon{width:15px;height:15px}.pk-cart-page__item input{width:64px;padding:8px;border:1px solid var(--pk-border);border-radius:5px}.pk-cart-page__footer{padding:18px}.pk-cart-page__total{display:flex;justify-content:flex-end;gap:20px;font-size:18px}.pk-cart-page__total strong{color:var(--pk-green)}.pk-cart-page__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.pk-cart-page__buttons button,.pk-cart-page__empty a{min-height:42px;padding:0 18px;border:1px solid var(--pk-border);border-radius:7px;background:var(--pk-surface);color:var(--pk-text);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.pk-cart-page__buttons .pk-cart-page__checkout{background:var(--pk-green);border-color:var(--pk-green);color:var(--pk-button-text)}.pk-cart-page__empty{background:var(--pk-surface);border:1px solid var(--pk-border);padding:30px;text-align:center}.pk-cart-page__empty a{background:var(--pk-green);color:var(--pk-button-text);border-color:var(--pk-green)}.pk-product-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:40px}.pk-product-page__media,.pk-product-page__details{background:var(--pk-surface);border:1px solid var(--pk-border);padding:24px}.pk-product-page__media img,.pk-product-page__media svg{width:100%;height:auto;display:block}.pk-product-page__vendor{color:var(--pk-muted);margin-bottom:8px}.pk-product-page__price{color:var(--pk-green);font-size:clamp(22px,2vw,32px);margin-bottom:22px}.pk-product-page__form{display:grid;gap:14px}.pk-product-page__form label{display:grid;gap:6px}.pk-product-page__form select,.pk-product-page__form input{min-height:44px;border:1px solid var(--pk-border);border-radius:6px;padding:0 10px;background:var(--pk-surface)}.pk-product-page__add{min-height:48px;border:0;border-radius:7px;background:var(--pk-green);color:var(--pk-button-text);cursor:pointer}.pk-product-page__add:disabled{opacity:.5;cursor:not-allowed}.pk-product-page__description{margin-top:24px}.pk-404{text-align:center}.pk-404 a{display:inline-flex;margin-top:10px;color:var(--pk-green)}@media(max-width:989px){.pk-simple-page,.pk-search-page,.pk-cart-page,.pk-product-page,.pk-collection-page{padding:20px 8px 36px}.pk-simple-page__inner{padding:20px 16px}.pk-search-page__form button span{display:none}.pk-cart-page__item{grid-template-columns:60px minmax(0,1fr) auto;gap:8px;padding:10px 8px}.pk-cart-page__image{width:60px;height:60px}.pk-cart-page__item>strong{grid-column:2 / -1;justify-self:end}.pk-product-page{grid-template-columns:1fr;gap:10px}.pk-product-page__media,.pk-product-page__details{padding:14px}}@media(max-width:989px){.pk-hide-mobile{display:none!important}.pk-hide-desktop:not(.pk-hide-mobile){display:flex!important}}.pk-add-button--link{text-decoration:none}.pk-product-page__variant-heading{color:var(--pk-text);font-size:14px}.pk-variant-pickers{display:grid;gap:14px}.pk-variant-picker{margin:0;padding:0;border:0}.pk-variant-picker legend{margin-bottom:8px;color:var(--pk-text);font-size:13px}.pk-variant-picker__values{display:flex;flex-wrap:wrap;gap:8px}.pk-variant-button{min-height:40px;padding:7px 14px;border:1px solid var(--pk-border);border-radius:7px;background:var(--pk-surface);color:var(--pk-text);font:inherit;font-size:13px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease}.pk-variant-button:hover{border-color:var(--pk-green)}.pk-variant-button.is-selected{border-color:var(--pk-green);background:var(--pk-green);color:var(--pk-button-text)}.pk-variant-button.is-unavailable:not(.is-selected){opacity:.48}.pk-mobile-nav__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.pk-mobile-nav__cart-count{position:absolute;top:-7px;right:-10px;min-width:17px;height:17px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--pk-green);color:var(--pk-button-text);border:2px solid var(--pk-surface);box-sizing:border-box;font-size:9px;line-height:1}.pk-mobile-nav__cart-count.is-hidden{display:none}@media(max-width:989px){.pk-category-shelves{padding-left:4px;padding-right:4px}.pk-variant-picker__values{gap:7px}.pk-variant-button{min-height:38px;padding:6px 11px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/parklane.css.map */
