:root{--fch-blue:#003366;--fch-blue2:#064b86;--fch-yellow:#ffbd00;--fch-text:#111827;--fch-muted:#6b7280;--fch-border:#e6e8ec;--fch-bg:#fff;--fch-radius:14px}
.fch-root{font-family:inherit;color:var(--fch-text);position:relative;z-index:9999;background:#fff}
.fch-root *{box-sizing:border-box}
.fch-root svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:block}
.fch-container{width:min(1460px,calc(100% - 72px));margin:0 auto}
.fch-topbar{background:linear-gradient(90deg,var(--fch-blue),#064a82);color:#fff;font-size:14px}
.fch-topbar-inner{height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.fch-top-msg,.fch-top-actions,.fch-top-actions a{display:flex;align-items:center;gap:10px}
.fch-top-msg svg{color:var(--fch-yellow)}
.fch-top-actions{gap:34px}.fch-top-actions a{color:#fff;text-decoration:none;font-weight:700;white-space:nowrap}.fch-top-actions a:hover{color:#fff;opacity:.85}
.fch-header{background:#fff;border-bottom:1px solid var(--fch-border)}
.fch-main{height:118px;display:grid;grid-template-columns:minmax(240px,1fr) minmax(380px,540px) minmax(330px,1fr);align-items:center;gap:20px}
.fch-brand-wrap{display:flex;justify-content:flex-start}.fch-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none!important;color:var(--fch-blue)!important;position:relative}.fch-logo-image{max-width:220px;max-height:72px;width:auto;height:auto;object-fit:contain}.fch-logo-fallback{padding-bottom:16px}.fch-logo-text{font:800 34px/1 Arial,sans-serif;letter-spacing:-1px}.fch-logo-fallback small{position:absolute;right:0;bottom:0;color:#7b8188;font-size:11px;white-space:nowrap;font-weight:500}.fch-camera{width:52px;height:38px;border:5px solid var(--fch-blue);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;position:relative}.fch-camera:before{content:"";position:absolute;top:-13px;right:10px;width:21px;height:11px;border:5px solid var(--fch-blue);border-bottom:0;border-radius:7px 7px 0 0}.fch-camera span{width:18px;height:18px;border:4px solid var(--fch-yellow);border-radius:50%}
.fch-search{height:48px;border:1px solid #d7dbe0;border-radius:999px;display:flex;align-items:center;direction:rtl;overflow:hidden;background:#fff}.fch-search input{flex:1;height:100%;border:0!important;outline:0!important;box-shadow:none!important;padding:0 20px;font-size:14px;text-align:right;background:transparent;color:#444}.fch-search input::placeholder{color:#9aa1a9!important;opacity:1}.fch-search button{width:54px;height:100%;border:0;background:transparent;display:grid;place-items:center;color:#111;cursor:pointer}.fch-search button svg{width:20px;height:20px}
.fch-actions{display:flex;align-items:center;justify-content:flex-end;direction:ltr;gap:0}.fch-action,.fch-cart{color:#111!important;text-decoration:none!important;min-width:94px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-right:1px solid var(--fch-border);font-size:12px;font-weight:700}.fch-action:hover,.fch-cart:hover{color:var(--fch-blue)!important}.fch-action svg{width:26px;height:26px}.fch-cart{min-width:154px;flex-direction:row;gap:12px;direction:rtl}.fch-cart-icon{position:relative}.fch-cart-icon svg{width:34px;height:34px}.fch-cart-count{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--fch-blue);color:#fff;display:grid;place-items:center;font:700 11px/1 Arial}.fch-cart-copy{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.fch-cart-copy strong{font-size:14px}.fch-cart-copy small{color:#777;font-size:11px}
.fch-nav-row{border-top:1px solid var(--fch-border);background:#fff}.fch-nav-inner{height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px}.fch-nav{flex:1;min-width:0}.fch-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex;align-items:center;justify-content:flex-start;gap:7px;flex-wrap:nowrap}.fch-menu li{margin:0!important;padding:0!important;white-space:nowrap}.fch-menu a{display:block;padding:10px 11px;color:#151515!important;text-decoration:none!important;font-weight:700;font-size:14px;border-radius:8px}.fch-menu li:first-child>a,.fch-menu a:hover{background:var(--fch-blue);color:#fff!important}.fch-order-btn{background:var(--fch-yellow);color:#111!important;text-decoration:none!important;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:176px;height:50px;border-radius:7px;padding:0 15px;box-shadow:0 5px 14px rgba(255,189,0,.16);white-space:nowrap}.fch-order-btn:hover{filter:brightness(.96);color:#111!important}.fch-order-btn svg{width:21px;height:21px}
.fch-sticky{position:fixed;top:0;right:0;left:0;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-130%);transition:.28s ease;z-index:10050;border-bottom:1px solid var(--fch-border)}.fch-sticky.is-visible{transform:translateY(0)}.fch-sticky-inner{min-height:86px;display:flex;align-items:center;gap:24px}.fch-sticky-brand .fch-logo-image{max-width:150px;max-height:58px}.fch-sticky-brand .fch-logo-text{font-size:28px}.fch-sticky-brand .fch-camera{width:45px;height:34px;border-width:5px}.fch-sticky-brand .fch-camera:before{top:-12px;border-width:5px}.fch-sticky-brand .fch-logo-fallback small{display:none}.fch-sticky-nav{flex:1;min-width:0;overflow:hidden}.fch-sticky-nav .fch-menu{gap:2px}.fch-sticky-nav .fch-menu a{font-size:13px;padding:12px 10px}.fch-order-btn-small{min-width:158px;height:52px;font-size:14px}.fch-sticky-icons{display:flex;align-items:center;gap:14px;direction:ltr}.fch-sticky-icons a,.fch-sticky-icons button{width:42px;height:42px;border:0;background:transparent;color:#111!important;text-decoration:none!important;display:grid;place-items:center;cursor:pointer;position:relative}.fch-cart-mini{position:relative}.fch-cart-mini .fch-cart-count{top:-3px;right:-2px;width:20px;height:20px;font-size:10px}.fch-sticky-search{max-height:0;overflow:hidden;transition:.25s;border-top:0 solid var(--fch-border)}.fch-sticky-search.is-open{max-height:78px;border-top-width:1px}.fch-sticky-search .fch-container{padding:14px 0}.fch-sticky-search input{width:100%;height:46px;border:1px solid #d7dbe0;border-radius:999px;padding:0 24px;outline:0;text-align:right;color:#444}.fch-sticky-search input::placeholder{color:#9aa1a9!important;opacity:1}
.fch-mobile-header,.fch-drawer,.fch-drawer-backdrop{display:none}
.fotocity-custom-header-enabled .whb-header,.fotocity-custom-header-enabled .whb-sticky-header,.fotocity-custom-header-enabled header.main-header,.fotocity-custom-header-enabled #masthead{display:none!important}
body.admin-bar .fch-sticky{top:32px}
@media (max-width:1180px){.fch-main{height:108px;grid-template-columns:210px 1fr 300px;gap:16px}.fch-actions .fch-action{min-width:84px}.fch-cart{min-width:136px}.fch-nav-inner{height:58px;gap:10px}.fch-menu a{font-size:13px;padding:9px 8px}.fch-order-btn{min-width:158px;height:46px}.fch-sticky-nav .fch-menu li:nth-last-child(-n+2){display:none}}
@media (max-width:900px){.fch-topbar,.fch-header,.fch-sticky{display:none!important}.fch-mobile-header{display:block;background:linear-gradient(180deg,#063b6a,var(--fch-blue));color:#fff;box-shadow:0 3px 14px rgba(0,0,0,.12)}.fch-mobile-top{height:92px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.fch-mobile-menu-toggle{justify-self:start;overflow:visible!important}.fch-mobile-actions{justify-self:end;display:flex;align-items:center;gap:16px;direction:ltr}.fch-mobile-menu-toggle,.fch-mobile-actions a,.fch-drawer-close{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border:0!important;background:none!important;background-color:transparent!important;color:#fff!important;display:grid!important;place-items:center!important;text-decoration:none!important;position:relative;padding:0!important;line-height:1!important;box-shadow:none!important;border-radius:0!important;appearance:none!important;-webkit-appearance:none!important;outline:none!important}.fch-mobile-menu-toggle::after,.fch-drawer-close::after{display:none!important}.fch-mobile-menu-toggle .fch-menu-bars{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.fch-mobile-menu-toggle .fch-menu-bars span{display:block;width:24px;height:2.5px;background:#fff;border-radius:999px}.fch-mobile-actions svg{width:29px;height:29px}.fch-drawer-close{justify-self:start}.fch-close-icon{position:relative;display:block;width:22px;height:22px}.fch-close-icon::before,.fch-close-icon::after{content:"";position:absolute;left:10px;top:1px;width:2.5px;height:20px;background:#fff;border-radius:999px}.fch-close-icon::before{transform:rotate(45deg)}.fch-close-icon::after{transform:rotate(-45deg)}.fch-mobile-logo .fch-logo{color:#fff!important}.fch-mobile-logo .fch-logo-image{max-width:180px;max-height:56px;filter:brightness(0) invert(1)}.fch-mobile-logo .fch-logo-text{color:#fff;font-size:31px}.fch-mobile-logo .fch-camera{border-color:#fff;width:46px;height:34px;border-width:5px}.fch-mobile-logo .fch-camera:before{border-color:#fff;border-bottom:0;top:-12px;border-width:5px}.fch-mobile-logo .fch-logo-fallback small{color:#e2e8f0;font-size:10px}.fch-mobile-search{margin:0 18px 14px;height:60px;background:#fff;border-radius:999px;display:flex;align-items:center;overflow:hidden}.fch-mobile-search input{flex:1;height:100%;border:0!important;outline:0!important;box-shadow:none!important;padding:0 24px;text-align:right;font-size:15px;background:transparent;color:#444!important;-webkit-text-fill-color:#444!important}.fch-mobile-search input::placeholder{color:#9aa1a9!important;opacity:1;-webkit-text-fill-color:#9aa1a9!important}.fch-mobile-search button{width:62px;height:100%;border:0;background:transparent;color:#111;display:grid;place-items:center}.fch-mobile-cats{background:#fff;color:#111;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:28px 12px 26px;border-bottom:1px solid var(--fch-border)}.fch-mobile-cats a{color:#111!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;font-size:12px;font-weight:700;min-width:0}.fch-mobile-cats a svg,.fch-mini-glyph{width:52px;height:52px;border:1px solid #e4e7eb;border-radius:50%;display:grid;place-items:center;color:var(--fch-blue);font-size:25px}.fch-mobile-cats a svg{padding:13px}.fch-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10100}.fch-drawer{display:block;position:fixed;top:0;right:0;width:min(390px,88vw);height:100vh;background:#fff;z-index:10101;transform:translateX(105%);transition:.28s ease;box-shadow:-10px 0 30px rgba(0,0,0,.16);overflow:auto}.fch-drawer.is-open{transform:translateX(0)}.fch-drawer-backdrop.is-open{display:block!important}.fch-drawer-head{height:68px;background:linear-gradient(90deg,var(--fch-blue),#064a82);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.fch-drawer-menu{display:flex;flex-direction:column}.fch-drawer-menu a{min-height:58px;border-bottom:1px solid var(--fch-border);color:#111!important;text-decoration:none!important;display:flex;align-items:center;gap:14px;padding:0 20px;font-weight:700}.fch-drawer-menu a svg,.fch-drawer-menu .fch-mini-glyph{width:25px;height:25px;border:0;border-radius:0;padding:0;font-size:20px}.fch-container{width:calc(100% - 36px)}body.admin-bar .fch-drawer{top:46px;height:calc(100vh - 46px)}}
@media (max-width:520px){.fch-mobile-top{height:82px;padding:0 14px}.fch-mobile-logo .fch-logo-text{font-size:25px}.fch-mobile-logo .fch-camera{width:40px;height:30px}.fch-mobile-logo .fch-logo-fallback small{display:none}.fch-mobile-search{margin-inline:12px}.fch-mobile-cats{padding-inline:4px;overflow-x:auto;grid-template-columns:repeat(5,minmax(72px,1fr))}.fch-mobile-cats a{font-size:10.5px}.fch-mobile-cats a svg,.fch-mini-glyph{width:46px;height:46px}}

/* FotoCity 1.2.0 — simplified, grouped mobile navigation */
@media (max-width:900px){
  .fch-mobile-cats{display:none!important}
  .fch-mobile-header{padding-bottom:1px}
  .fch-mobile-search{margin-bottom:16px}

  .fch-drawer{display:flex;flex-direction:column;overflow:hidden}
  .fch-drawer-head{flex:0 0 68px}
  .fch-drawer-menu{display:block;flex:1;overflow-y:auto;padding:10px 0 18px;background:#fff}
  .fch-drawer-menu ul{list-style:none!important;margin:0!important;padding:0!important}
  .fch-drawer-menu .fch-mobile-menu{display:block;width:100%}
  .fch-drawer-menu li{position:relative;margin:0!important;padding:0!important;border-bottom:1px solid var(--fch-border)}
  .fch-drawer-menu li:last-child{border-bottom:0}
  .fch-drawer-menu li>a{display:flex!important;align-items:center!important;min-height:58px!important;padding:10px 58px 10px 22px!important;color:#15191e!important;text-decoration:none!important;font-size:14px!important;font-weight:750!important;line-height:1.7!important;background:transparent!important;border:0!important;gap:0!important}
  .fch-drawer-menu>.fch-mobile-menu>li>a{font-size:15px!important;font-weight:850!important;color:#17202a!important}
  .fch-drawer-menu li>a:hover{background:#f6f8fa!important;color:var(--fch-blue)!important}

  .fch-drawer-menu .sub-menu{display:none!important;background:#f7f9fb;border-top:1px solid #edf0f3}
  .fch-drawer-menu li.is-submenu-open>.sub-menu{display:block!important}
  .fch-drawer-menu .sub-menu li{border-bottom:1px solid #e9edf1}
  .fch-drawer-menu .sub-menu li:last-child{border-bottom:0}
  .fch-drawer-menu .sub-menu li>a{min-height:50px!important;padding-right:34px!important;font-size:13.5px!important;font-weight:650!important;color:#3d4650!important}
  .fch-drawer-menu .sub-menu .sub-menu li>a{padding-right:50px!important;font-size:13px!important}
  .fch-drawer-menu .sub-menu .sub-menu .sub-menu li>a{padding-right:66px!important}

  .fch-submenu-toggle{position:absolute;left:10px;top:8px;width:42px;height:42px;border:0;background:transparent;color:#5b6570;display:grid;place-items:center;cursor:pointer;border-radius:10px;padding:0;z-index:2}
  .fch-submenu-toggle::before{content:"";width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .2s ease}
  .fch-submenu-toggle[aria-expanded="true"]{color:var(--fch-blue);background:#edf4fa}
  .fch-submenu-toggle[aria-expanded="true"]::before{transform:rotate(135deg)}

  .fch-drawer-cta{flex:0 0 auto;padding:14px 18px 18px;border-top:1px solid var(--fch-border);background:#fff}
  .fch-drawer-cta a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:10px;background:var(--fch-blue);color:#fff!important;text-decoration:none!important;font-weight:850;font-size:14px}
}
