:root{--pp-color-primary: #1f2a44;--pp-color-primary-hover: #16203a;--pp-color-accent: #e8763a;--pp-color-accent-hover: #d2611f;--pp-color-text: #16213a;--pp-color-muted: #5b6577;--pp-color-bg: #ffffff;--pp-color-soft: #f4f6f9;--pp-color-warm: #faf5ec;--pp-color-blue: #eef2f8;--pp-color-border: #e6e8ee;--pp-color-success: #3fa37a;--pp-color-destructive: #d64545;--pp-font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;--pp-font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--pp-radius-sm: 6px;--pp-radius-btn: 10px;--pp-radius-card: 12px;--pp-radius-lg: 16px;--pp-radius-pill: 999px;--pp-shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .04);--pp-shadow-card-hover: 0 10px 24px -8px rgba(15, 23, 42, .12), 0 2px 6px rgba(15, 23, 42, .06);--pp-shadow-soft: 0 4px 18px -6px rgba(15, 23, 42, .08);--pp-container: 1280px;--pp-section-mobile: 48px;--pp-section-desktop: 64px;--pp-gutter-mobile: 16px;--pp-gutter-desktop: 24px}.pp-page,.pp-section,.pp-header,.pp-footer{color:var(--pp-color-text);font-family:var(--pp-font-sans)}.body-content-wrapper{overflow-x:clip}.pp-container{width:min(100% - 32px,var(--pp-container));margin-inline:auto}.pp-section{padding:var(--pp-section-mobile) 0;background:var(--pp-color-bg)}.pp-section--soft{background:var(--pp-color-soft)}.pp-section--warm{background:var(--pp-color-warm)}.pp-eyebrow{display:block;margin-bottom:10px;color:var(--pp-color-accent);font-size:11px;font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase}.pp-section-head{max-width:680px;margin:0 auto 32px;text-align:center}.pp-section-head--split{display:flex;align-items:end;justify-content:space-between;max-width:none;gap:20px;margin-bottom:30px;text-align:left}.pp-title,.pp-h1,.pp-h2,.pp-h3{margin:0;color:var(--pp-color-text);font-family:var(--pp-font-display);letter-spacing:-.02em}.pp-h1{font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.05}.pp-h2{font-size:clamp(24px,2.6vw,32px);font-weight:800;line-height:1.14}.pp-h3{font-size:20px;font-weight:800;line-height:1.2}.pp-muted,.pp-section-text{color:var(--pp-color-muted)}.pp-section-text{margin:9px 0 0;font-size:14px;line-height:1.55}.pp-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid transparent;border-radius:var(--pp-radius-btn);padding:13px 21px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.pp-button--primary{background:var(--pp-color-accent);color:#fff;box-shadow:var(--pp-shadow-soft)}.pp-button--primary:hover{background:var(--pp-color-accent-hover);color:#fff;transform:translateY(-1px)}.pp-button--dark{background:var(--pp-color-text);color:#fff}.pp-button--dark:hover{background:var(--pp-color-accent);color:#fff;transform:translateY(-1px)}.pp-button--outline{border-color:var(--pp-color-border);background:transparent;color:var(--pp-color-primary)}.pp-button--outline:hover{border-color:var(--pp-color-accent);color:var(--pp-color-accent);background:#e8763a0d}.pp-link{color:var(--pp-color-accent);font-weight:700;text-decoration:none;text-underline-offset:4px}.pp-link:hover{text-decoration:underline}.pp-card{border:1px solid var(--pp-color-border);border-radius:14px;background:#fff;box-shadow:var(--pp-shadow-card)}.pp-card-hover{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.pp-card-hover:not(.pp-product-card):hover{border-color:#e8763a73;box-shadow:var(--pp-shadow-card-hover);transform:translateY(-3px)}.pp-icon-tile{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--pp-radius-btn);background:var(--pp-color-warm);color:var(--pp-color-accent);font-size:19px;font-weight:800}.pp-icon-tile svg,.pp-icon-button svg,.pp-search button svg,.pp-header__utility-inner svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pp-header__utility-inner svg{width:15px;height:15px}.pp-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pp-product-card{position:relative;display:flex;height:100%;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;border-color:#0f172a14;box-shadow:0 1px 2px #0f172a09,0 10px 26px -24px #0f172a47}.pp-product-card__media{position:relative;display:block;height:232px;overflow:hidden;margin:14px 14px 0;border:0;border-radius:14px;background:#fff;box-shadow:none}.pp-product-card__media img{position:absolute;top:12px;right:12px;bottom:12px;left:12px;width:calc(100% - 24px);height:calc(100% - 24px);max-width:calc(100% - 24px);object-fit:contain;object-position:center center}.pp-product-card__fallback{position:absolute;top:50%;left:50%;display:block;width:42%;max-width:150px;aspect-ratio:.72;transform:translate(-50%,-50%);border-radius:8px;background:#fff;box-shadow:var(--pp-shadow-card)}.pp-product-card__badges{position:absolute;top:12px;left:12px;z-index:1;display:grid;gap:4px;justify-items:start}.pp-badge{width:max-content;border-radius:var(--pp-radius-sm);padding:4px 7px;background:var(--pp-color-accent);color:#fff;font-size:8.5px;font-weight:800;letter-spacing:.06em;line-height:1;text-transform:uppercase;box-shadow:0 4px 10px -6px #e8763abf}.pp-badge--dark{background:var(--pp-color-primary);padding:4px 7px;font-size:8px;letter-spacing:.06em;box-shadow:0 4px 10px -7px #16213abf}.pp-product-card__wishlist{position:absolute;top:10px;right:10px;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--pp-color-border);border-radius:var(--pp-radius-pill);background:#fff;color:var(--pp-color-text);opacity:0;transition:opacity .2s ease}.pp-product-card:hover .pp-product-card__wishlist{opacity:1}.pp-product-card__body{display:flex;flex:1;flex-direction:column;padding:14px 18px 18px}.pp-product-card__title{display:-webkit-box;min-height:35px;margin:0 0 6px;overflow:hidden;color:var(--pp-color-text);font-size:14px;font-weight:600;line-height:1.27;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pp-product-card__ref{display:block;color:var(--pp-color-muted);font-size:11.5px;font-weight:600;line-height:1.35}.pp-product-card__rating{min-height:16px;margin-top:7px;line-height:1}.pp-product-card__rating .loox-rating{display:inline-flex;align-items:center;gap:4px;min-height:16px;color:var(--pp-color-muted);font-size:12px;line-height:1}.pp-product-card__rating .loox-rating:empty{display:none}.pp-product-card__rating .loox-icon,.pp-product-card__rating .loox-rating .loox-icon,.pp-product-card__rating .loox-rating svg{width:13px;height:13px;color:#e8701a;fill:#e8701a}.pp-product-card__rating .loox-rating span,.pp-product-card__rating .loox-rating .loox-rating-content{color:var(--pp-color-muted);font-size:12px;font-weight:650}.pp-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:auto;padding-top:14px}.pp-price__current{font-family:var(--pp-font-display);font-size:20.5px;font-weight:800;line-height:1}.pp-price__compare{color:#8a94a6;font-size:12px;text-decoration:line-through}.pp-product-card__form{margin-top:14px}.pp-product-card__submit{gap:8px;width:100%;min-height:40px;border-radius:10px;background:var(--pp-color-text);padding:8px 10px;cursor:pointer;font-size:14px;font-weight:600;box-shadow:none}.pp-product-card__submit svg{width:16px;height:16px;stroke-width:2}.pp-product-card:hover{border-color:#0f172a1f;box-shadow:0 18px 40px -32px #0f172a6b,0 2px 8px #0f172a0b;transform:translateY(-2px)}.pp-product-card__submit:hover{box-shadow:none}.pp-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e0e5e9;box-shadow:none}.pp-header__utility{height:auto;overflow:hidden;background:#17324d;color:#fff;font-size:12px;font-weight:500}.pp-header__utility-inner{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:18px}.pp-header__utility-message{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;color:#fff;font-weight:600;white-space:nowrap}.pp-header__utility-message>span:last-child{overflow:hidden;text-overflow:ellipsis}.pp-header__utility-inner svg{width:14px;height:14px;color:currentColor;stroke-width:2}.pp-header__utility-contact,.pp-header__utility-links a{display:inline-flex;align-items:center;gap:6px;color:#ffffffe6;text-decoration:none}.pp-header__utility-contact{flex:0 0 auto}.pp-header__utility-links{display:flex;flex:0 0 auto;align-items:center;gap:16px;white-space:nowrap}.pp-header__utility-contact:hover,.pp-header__utility-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.pp-header__main{display:grid;min-height:72px;grid-template-columns:minmax(150px,210px) minmax(260px,1fr) auto;align-items:center;gap:32px;padding-block:16px}.pp-logo{display:inline-flex;align-items:center;color:var(--pp-color-text);font-family:var(--pp-font-display);font-size:30px;font-weight:800;letter-spacing:0;text-decoration:none}.pp-logo img{display:block;width:auto;max-width:210px;max-height:48px;object-fit:contain}.pp-logo span{color:var(--pp-color-accent)}.pp-mobile-search-trigger,.pp-mobile-logo-mark,.pp-logo__mobile-wordmark{display:none}.pp-search{display:flex;width:min(100%,672px);height:42px;overflow:hidden;margin-inline:auto;border:1px solid #e0e5e9;border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.pp-search:focus-within{border-color:#f4741e8c;box-shadow:0 0 0 3px #f4741e29}.pp-search input{min-width:0;flex:1;border:0;background:transparent;padding:0 16px;color:#0d1926;font:inherit;font-size:14px;outline:0}.pp-search button{display:inline-flex;align-items:center;justify-content:center;width:52px;border:0;background:#f4741e;color:#fff;cursor:pointer;transition:background-color .16s ease}.pp-search button:hover{background:#e25d00}.pp-search button svg{width:16px;height:16px;stroke-width:2.3}.pp-header__icons{display:flex;align-items:center;justify-content:end;gap:8px;white-space:nowrap}.pp-icon-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--pp-radius-pill);color:var(--pp-color-text);font-weight:800;line-height:1;text-decoration:none}.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart){width:auto;height:38px;gap:8px;border:0;border-radius:8px;background:transparent;color:#0d1926;padding:0 10px;font-size:14px;font-weight:600;transition:background-color .16s ease,color .16s ease}.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart):hover{background:#eef2f5;color:#0d1926}.pp-icon-button:hover{background:var(--pp-color-soft)}.pp-icon-button--cart{width:auto;min-width:92px;height:38px;gap:8px;border-radius:8px;background:#f4741e;color:#fff;padding:0 12px;font-size:14px;font-weight:800;transition:background-color .16s ease}.pp-icon-button--cart:hover{background:#e25d00;color:#fff}.pp-icon-button--cart svg{width:20px;height:20px;stroke-width:2.3}.pp-header__icons .pp-header__action svg{width:20px;height:20px;stroke-width:2.2}.pp-header__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.pp-header__count{position:absolute;top:-7px;right:-8px;display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding-inline:4px;border:0;border-radius:999px;background:#17324d;color:#fff;font-size:10px;font-weight:800;line-height:1}.pp-header__count--accent{background:#f4741e}.pp-header__count:empty{display:none}.pp-header__nav{border-top:1px solid #e0e5e9;background:#f8fafc}.pp-header__nav-inner{display:flex;min-height:48px;align-items:center;gap:0;overflow:visible;margin:0 auto;padding-block:0;list-style:none;scrollbar-width:none}.pp-header__nav-inner::-webkit-scrollbar{display:none}.pp-header__nav-item{position:relative;flex:0 0 auto}.pp-header__nav a,.pp-header__dropdown summary{display:inline-flex;min-height:48px;align-items:center;gap:6px;flex:0 0 auto;color:#0d1926cc;padding:0 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .16s ease,background-color .16s ease}.pp-header__nav a:hover,.pp-header__dropdown summary:hover,.pp-header__nav .pp-header__nav-promo,.pp-header__nav-item:first-child>a{color:#f4741e}.pp-header__dropdown summary{list-style:none;cursor:pointer}.pp-header__dropdown summary::-webkit-details-marker{display:none}.pp-header__dropdown-panel{position:absolute;top:calc(100% + 1px);left:0;z-index:70;display:grid;min-width:min(360px,calc(100vw - 48px));max-width:460px;gap:6px;border:1px solid var(--pp-color-border);border-radius:var(--pp-radius-card);background:#fff;padding:10px;box-shadow:var(--pp-shadow-card-hover)}.pp-header__dropdown:not([open]) .pp-header__dropdown-panel{display:none}.pp-header__dropdown-panel a{min-height:0;border-radius:var(--pp-radius-sm);padding:10px 11px;font-size:13px;line-height:1.25}.pp-header__dropdown-panel a:hover{background:var(--pp-color-warm);color:var(--pp-color-accent)}.pp-header__dropdown-overview{background:var(--pp-color-soft)}.pp-header__dropdown-group>a{width:100%}.pp-header__dropdown-children{display:grid;gap:2px;margin-left:10px;padding-left:10px;border-left:1px solid var(--pp-color-border)}.pp-header__dropdown-children a{color:var(--pp-color-muted);font-size:12px;font-weight:650}.pp-header__nav-pill{min-height:36px;align-self:center;border-radius:8px;background:#f4741e1a;padding:0 16px;color:#f4741e}.pp-header__menu-toggle{display:none}.pp-mobile-menu{position:relative;display:none}.pp-mobile-menu summary{list-style:none;cursor:pointer}.pp-mobile-menu summary::-webkit-details-marker{display:none}.pp-mobile-menu__panel{position:absolute;top:calc(100% + 12px);left:0;z-index:60;display:grid;width:min(360px,calc(100vw - 30px));max-height:calc(100dvh - 128px);overflow-y:auto;border:1px solid var(--pp-color-border);border-radius:var(--pp-radius-card);background:#fff;box-shadow:var(--pp-shadow-card-hover)}.pp-mobile-menu__panel a,.pp-mobile-menu__group>summary,.pp-mobile-menu__subgroup>summary{display:flex;min-height:48px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pp-color-border);padding:0 16px;color:var(--pp-color-text);font-weight:800;text-decoration:none}.pp-mobile-menu__group>summary,.pp-mobile-menu__subgroup>summary{list-style:none}.pp-mobile-menu__group>summary::-webkit-details-marker,.pp-mobile-menu__subgroup>summary::-webkit-details-marker{display:none}.pp-mobile-menu__children,.pp-mobile-menu__grandchildren{display:grid;background:var(--pp-color-soft)}.pp-mobile-menu__children>a,.pp-mobile-menu__subgroup>summary{min-height:44px;padding-left:28px;font-size:13px}.pp-mobile-menu__grandchildren>a{min-height:42px;padding-left:42px;color:var(--pp-color-muted);font-size:12px;font-weight:700}.pp-mobile-menu__panel a:last-child{border-bottom:0}.pp-footer{background:var(--pp-color-primary);color:#ffffffd1}.pp-footer a{color:inherit;text-decoration:none;text-underline-offset:4px}.pp-footer a:hover{color:var(--pp-color-accent)}.pp-footer__grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:38px;padding:64px 0 36px}.pp-footer__brand .pp-logo{color:#fff;font-size:24px}.pp-footer__title{margin:0 0 14px;color:var(--pp-color-accent);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pp-footer__text,.pp-footer__list{margin:0;padding:0;font-size:13px;line-height:1.7}.pp-footer__list{list-style:none}.pp-footer__list li+li{margin-top:8px}.pp-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);padding:22px 0;font-size:12px}@media(min-width:768px){.pp-container{width:min(100% - 48px,var(--pp-container))}.pp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(min-width:1024px){.pp-section{padding:var(--pp-section-desktop) 0}.pp-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.pp-product-card__media{height:252px}}@media(max-width:1180px){.pp-header__main{grid-template-columns:minmax(150px,190px) minmax(280px,1fr) auto;gap:18px}.pp-logo{font-size:28px}.pp-logo img{max-width:190px}.pp-search{height:42px}.pp-search input{font-size:14px}.pp-search button{width:52px}.pp-header__icons{gap:6px}.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart),.pp-icon-button--cart{font-size:13px}.pp-header__nav-inner{gap:0}.pp-header__nav a,.pp-header__dropdown summary{padding-inline:12px;font-size:13px}.pp-header__nav-pill{padding-inline:14px}}@media(max-width:900px){:root{--pp-section-mobile: 42px}.pp-header{border-top:2px solid #2e2e2e}.pp-header__main{width:100%;min-height:58px;grid-template-columns:42px 42px minmax(0,1fr) 42px 42px;gap:6px;padding:3px 10px 4px}.pp-header__utility{display:none}.pp-logo{display:grid;justify-items:center;align-content:center;gap:1px;min-width:0;font-size:0;line-height:1}.pp-logo>img{display:none}.pp-mobile-logo-mark{display:flex;align-items:center;justify-content:center;gap:2px}.pp-logo .pp-mobile-logo-mark__tile{display:inline-flex;width:23px;height:22px;align-items:center;justify-content:center;border-radius:4px;color:#fff;box-shadow:0 1px 1px #0f172a24}.pp-mobile-logo-mark__tile svg{width:14px;height:14px;stroke-width:2}.pp-mobile-logo-mark__tile--heat{background:#f4741e}.pp-mobile-logo-mark__tile--water{background:#5a97cc}.pp-mobile-logo-mark__tile--air{background:#6b7280}.pp-logo .pp-logo__mobile-wordmark{display:inline-flex;align-items:baseline;color:#303642;font-family:var(--pp-font-display);font-size:17px;font-weight:800;letter-spacing:0;white-space:nowrap}.pp-logo .pp-logo__mobile-wordmark span{color:#f4741e}.pp-header__menu-toggle{display:inline-flex}.pp-mobile-menu{display:block}.pp-mobile-search-trigger{display:inline-flex;grid-column:2;color:#0d1926;text-decoration:none}.pp-mobile-search-trigger,.pp-header__menu-toggle,.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart),.pp-icon-button--cart{width:42px;min-width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;padding:0;color:#0d1926;box-shadow:none}.pp-mobile-search-trigger:hover,.pp-header__menu-toggle:hover,.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart):hover,.pp-icon-button--cart:hover{background:transparent;color:#0d1926}.pp-header__menu-toggle svg{width:26px;height:26px;stroke-width:1.7}.pp-mobile-search-trigger svg{width:24px;height:24px}.pp-header__account svg,.pp-icon-button--cart svg{width:24px;height:24px;stroke-width:1.8}.pp-mobile-search-trigger .pp-icon-search-mobile{fill:currentColor;stroke:none}.pp-header__search-wrap,.pp-header__icons .pp-hide-mobile{display:none}.pp-header__icons{display:contents}.pp-header__account{grid-column:4;justify-self:center}.pp-header__account>span{display:none}.pp-icon-button--cart{grid-column:5;justify-self:center;gap:0}.pp-icon-button--cart>span:last-child{display:none}.pp-icon-button--cart .pp-header__count{top:-7px;right:-8px;min-width:22px;height:22px;padding-inline:3px;border:0;background:#111318;color:#fff;font-size:12px}.pp-mobile-menu__panel{top:calc(100% + 10px);left:0}.pp-header__nav-inner{width:100%;gap:22px;min-height:46px;padding-inline:0}.pp-header__nav{display:none}.pp-footer__grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:640px){.pp-container{width:min(100% - 30px,var(--pp-container))}.pp-section{padding:42px 0}.pp-section-head--split,.pp-footer__bottom{display:block}.pp-section-head{margin-bottom:24px}.pp-h1{font-size:clamp(40px,11vw,48px)}.pp-h2{font-size:24px}.pp-button{min-height:48px;font-size:14px}.pp-header__utility{font-size:12px}.pp-header__main{grid-template-columns:40px 40px minmax(0,1fr) 40px 40px;gap:4px;min-height:56px;padding:3px 8px 4px}.pp-mobile-search-trigger,.pp-header__menu-toggle,.pp-header__icons .pp-icon-button:not(.pp-icon-button--cart),.pp-icon-button--cart{width:40px;min-width:40px;height:40px}.pp-header__menu-toggle svg{width:25px;height:25px}.pp-mobile-search-trigger svg{width:23px;height:23px}.pp-header__account svg,.pp-icon-button--cart svg{width:23px;height:23px}.pp-logo .pp-mobile-logo-mark__tile{width:22px;height:21px}.pp-mobile-logo-mark__tile svg{width:13px;height:13px}.pp-logo .pp-logo__mobile-wordmark{font-size:16px}.pp-icon-button--cart{padding:0}.pp-section-head--split .pp-link{display:inline-block;margin-top:12px}.pp-product-card__media{margin:10px 10px 0;height:clamp(168px,43vw,206px)}.pp-product-card__media img{top:10px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);max-width:calc(100% - 20px)}.pp-product-card__body{padding:12px 12px 14px}.pp-product-card__title{min-height:33px;margin-bottom:5px;font-size:12.25px;line-height:1.32}.pp-product-card__badges{top:10px;left:10px;gap:4px}.pp-badge{padding:3px 6px;font-size:8px}.pp-price__current{font-size:17.5px}.pp-price__compare{font-size:11px}.pp-product-card__submit{min-height:38px;border-radius:9px;font-size:12.5px;gap:7px}.pp-product-card__submit svg{width:15px;height:15px}.pp-product-card__ref,.pp-product-card__rating{font-size:10.75px}.pp-product-card__rating{min-height:14px;margin-top:6px}.pp-product-card__rating .loox-rating,.pp-product-card__rating .loox-rating span,.pp-product-card__rating .loox-rating .loox-rating-content{font-size:11px}.pp-product-card__rating .loox-icon,.pp-product-card__rating .loox-rating .loox-icon,.pp-product-card__rating .loox-rating svg{width:11.5px;height:11.5px}.pp-product-grid{gap:10px}.pp-footer__grid{grid-template-columns:1fr;gap:24px;padding:42px 0 28px}.pp-footer__bottom{padding:18px 0 22px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/pp-theme.css.map */
