#ph-mobile-menu{--phm-ink:#10233f;--phm-gold:#a9782c;--phm-line:#e6e9ee;box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:0;width:100%;max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;background:#fff;color:var(--phm-ink);font:400 15px/1.45 Inter,Arial,sans-serif;overflow:hidden;text-align:left}#ph-mobile-menu:not([open]){display:none!important}#ph-mobile-menu[open]{display:flex;flex-direction:column}#ph-mobile-menu::backdrop{background:#10233f80}#ph-mobile-menu *,#ph-mobile-menu *:before,#ph-mobile-menu *:after{box-sizing:border-box}#ph-mobile-menu [hidden]{display:none!important}#ph-mobile-menu a{color:inherit;text-decoration:none;background:transparent}#ph-mobile-menu button{-webkit-appearance:none;appearance:none;position:relative;float:none;margin:0;border:0;border-radius:0;padding:0;min-width:0;min-height:0;background:transparent;color:inherit;box-shadow:none;font:inherit;letter-spacing:normal;line-height:1.4;text-transform:none;text-align:inherit;cursor:pointer;transform:none}#ph-mobile-menu button:before,#ph-mobile-menu button:after,#ph-mobile-menu a:before,#ph-mobile-menu a:after{display:none!important}#ph-mobile-menu :is(a,button,input):focus-visible{outline:2px solid var(--phm-gold);outline-offset:2px}#ph-mobile-menu svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex:none}#ph-mobile-menu .phm-header{flex:none;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:0 8px;padding:calc(6px + env(safe-area-inset-top)) 14px 9px;border-bottom:1px solid var(--phm-line);background:#fff}#ph-mobile-menu .phm-icon-button{display:grid;place-items:center;width:44px;height:44px}#ph-mobile-menu .phm-icon-button:disabled{visibility:hidden}#ph-mobile-menu .phm-brand{justify-self:center;display:block;padding:0}#ph-mobile-menu .phm-brand img{display:block;object-fit:contain;width:142px;height:auto;max-height:61px;margin:0}#ph-mobile-menu .phm-title{grid-column:1/-1;margin:4px 0 0;padding:0;font:600 17px/1.3 Inter,Arial,sans-serif;text-align:center;overflow-wrap:anywhere}#ph-mobile-menu .phm-title:focus{outline:0}#ph-mobile-menu .phm-scroll{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:max(24px,env(safe-area-inset-bottom))}#ph-mobile-menu .phm-content{max-width:680px;margin:0 auto}#ph-mobile-menu .phm-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:0 16px;border-bottom:1px solid var(--phm-line);background:#fff}#ph-mobile-menu .phm-tab{min-height:48px;text-align:center;font-size:15px;color:#586476;border-bottom:2px solid transparent}#ph-mobile-menu .phm-tab[aria-selected=true]{border-color:var(--phm-gold);color:var(--phm-ink);font-weight:650}#ph-mobile-menu .phm-search{display:flex;align-items:center;gap:8px;border:1px solid #dce1e8;border-radius:9px;padding:0 8px 0 12px;margin:14px 16px 4px;background:#f8f9fb}#ph-mobile-menu .phm-search input{flex:1;min-width:0;width:100%;height:44px;padding:0;margin:0;border:0;background:transparent;color:var(--phm-ink);font:400 16px/1.4 Inter,Arial,sans-serif;box-shadow:none}#ph-mobile-menu .phm-search button{display:grid;place-items:center;width:44px;height:44px;flex:none}#ph-mobile-menu .phm-shortcuts{display:flex;flex-wrap:wrap;gap:6px 8px;margin:8px 16px 12px}#ph-mobile-menu .phm-shortcuts a{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:7px 11px;border:1px solid var(--phm-line);border-radius:7px;font-size:12px;font-weight:600}#ph-mobile-menu .phm-shortcuts svg{width:17px;height:17px}#ph-mobile-menu .phm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;padding:4px 16px 22px}#ph-mobile-menu .phm-card{display:block;min-width:0;max-width:100%;text-align:left}#ph-mobile-menu .phm-card-image{display:block;width:100%;aspect-ratio:1.95;overflow:hidden;border-radius:10px;background:#f3eee7}#ph-mobile-menu .phm-photo{display:block;width:100%;height:100%;max-height:none;object-fit:cover;border-radius:0;margin:0;padding:0}#ph-mobile-menu .phm-card-image--catalog{background:linear-gradient(140deg,#f6f0e7,#fff)}#ph-mobile-menu .phm-card-image--catalog .phm-photo{object-fit:contain;padding:6px;mix-blend-mode:multiply}#ph-mobile-menu .phm-card-label{display:flex;align-items:flex-start;gap:5px;justify-content:space-between;padding:8px 0 0;font-size:14px;font-weight:650;line-height:1.35;overflow-wrap:anywhere}#ph-mobile-menu .phm-card-arrow{color:var(--phm-gold);flex:none}#ph-mobile-menu .phm-card-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--phm-gold);background:linear-gradient(135deg,#f2e8d7,#fff)}#ph-mobile-menu .phm-card-fallback svg{width:44px;height:44px;stroke-width:1}#ph-mobile-menu .phm-link,#ph-mobile-menu .phm-row{display:flex;align-items:center;gap:13px;min-height:52px;width:100%;padding:12px 16px;border-bottom:1px solid var(--phm-line);font-size:14px;font-weight:400;line-height:1.45}#ph-mobile-menu .phm-link-icon{flex:none;color:var(--phm-ink)}#ph-mobile-menu .phm-link-text{flex:1;min-width:0;overflow-wrap:anywhere}#ph-mobile-menu .phm-next{margin-left:auto;flex:none}#ph-mobile-menu .phm-next svg{width:16px;height:16px}#ph-mobile-menu .phm-services{border-top:7px solid #f4f5f7}#ph-mobile-menu .phm-section-label{margin:20px 16px 7px;font-size:12px;font-weight:600;letter-spacing:.08em;color:#856028;text-transform:uppercase}#ph-mobile-menu .phm-language{padding:8px 16px 18px}#ph-mobile-menu .phm-language form{display:flex;gap:8px;flex-wrap:wrap;margin:0;padding:0}#ph-mobile-menu .phm-language button{display:block;min-height:44px;padding:9px 12px;border:1px solid var(--phm-line);border-radius:7px;font-size:13px}#ph-mobile-menu .phm-language button[aria-current=true]{border-color:var(--phm-gold);background:#faf5eb;font-weight:600}#ph-mobile-menu .phm-hero{aspect-ratio:2.65;margin:14px 16px 10px;border-radius:10px;overflow:hidden;background:#f4eee4}#ph-mobile-menu .phm-hero img{display:block;width:100%;height:100%;object-fit:cover;margin:0}#ph-mobile-menu .phm-hero--catalog{background:linear-gradient(130deg,#f2e8d7,#fff)}#ph-mobile-menu .phm-hero--catalog img{object-fit:contain;padding:10px;mix-blend-mode:multiply}#ph-mobile-menu .phm-view-all{display:flex;align-items:center;gap:10px;min-height:50px;padding:12px 16px;border-bottom:1px solid var(--phm-line);font-size:14px;font-weight:600}#ph-mobile-menu .phm-view-all>span:first-of-type{flex:1}#ph-mobile-menu .phm-category-group{margin:0;padding:0;border:0}#ph-mobile-menu .phm-group-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 10px;padding:18px 16px 0}#ph-mobile-menu .phm-group-heading h2{font-family:inherit;font-weight:600;font-size:17px!important;line-height:1.35!important;letter-spacing:normal;text-transform:none;color:var(--phm-ink);margin:0;padding:0 0 7px;border-bottom:2px solid var(--phm-gold);overflow-wrap:anywhere;max-width:100%}#ph-mobile-menu .phm-group-heading>a{display:inline-flex;align-items:center;gap:4px;min-height:44px;font-size:12px;color:#775420}#ph-mobile-menu .phm-editorial{display:flex;align-items:center;gap:12px;margin:20px 16px;padding:16px 14px;border:1px solid #e7dbc5;background:#faf6ee;border-radius:10px}#ph-mobile-menu .phm-editorial>span:nth-child(2){flex:1;min-width:0}#ph-mobile-menu .phm-editorial strong{display:block;font-size:15px;font-weight:650}#ph-mobile-menu .phm-editorial span span{display:block;margin-top:4px;font-size:13px;line-height:1.4}#ph-mobile-menu .phm-editorial-icon{color:#856028}@media(min-width:601px){#ph-mobile-menu .phm-header{padding-right:max(20px,calc((100vw - 650px)/2));padding-left:max(20px,calc((100vw - 650px)/2))}#ph-mobile-menu .phm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:no-preference){#ph-mobile-menu [data-phm-panel]:not([hidden]){animation:phm-panel-enter .16s ease-out}@keyframes phm-panel-enter{0%{opacity:.65;transform:translate(6px)}to{opacity:1;transform:translate(0)}}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/prohaar-mobile-menu.css.map */
