.cleanzest-navbar-wrapper{background:var(--cleanzest-color-white);z-index:1000;border-bottom:1px solid #efefef;width:100%;position:sticky;top:0;overflow:clip visible}.cleanzest-navbar-main{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;height:80px;display:flex}.cleanzest-navbar-logo{flex-shrink:0}.cleanzest-navbar-logo img{width:110px;display:block}.cleanzest-navbar-menu{flex:1;justify-content:center;align-items:center;gap:32px;display:flex}.cleanzest-navbar-menu>a,.cleanzest-navbar-link{color:var(--cleanzest-color-text);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:500;transition:all .2s}.cleanzest-navbar-menu>a:hover,.cleanzest-navbar-link:hover{color:var(--cleanzest-color-primary)}.cleanzest-navbar-cat-wrapper{position:relative}.cleanzest-navbar-dropdown{align-items:center;gap:5px;display:flex}.cleanzest-navbar-chevron{transition:transform .2s;display:block}.cleanzest-navbar-chevron.open{transform:rotate(180deg)}.cleanzest-navbar-cat-dropdown{z-index:2000;background:#fff;border:1px solid #eee;border-radius:16px;min-width:230px;padding:8px 0;animation:.18s dropdown-in;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000001f}.cleanzest-navbar-cat-dropdown:before{content:"";clip-path:polygon(50% 0%,0% 100%,100% 100%);filter:drop-shadow(0 -2px 2px #0000000f);background:#fff;width:14px;height:7px;position:absolute;top:-7px;left:50%;transform:translate(-50%)}@keyframes dropdown-in{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cleanzest-navbar-cat-item{color:#333;white-space:nowrap;padding:11px 22px;font-size:15px;transition:background .15s,color .15s;display:block}.cleanzest-navbar-cat-item:hover{color:var(--cleanzest-color-primary);background:#f4f9ec}.cleanzest-navbar-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.cleanzest-navbar-icon-btn{color:#333;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex}.cleanzest-navbar-icon-btn:hover,.cleanzest-navbar-icon-btn.active{background:var(--cleanzest-color-primary);color:#fff}.cleanzest-navbar-search-overlay{opacity:0;background:#fff;border-top:1px solid #0000;max-height:0;transition:max-height .28s,opacity .22s,border-color .2s;overflow:hidden}.cleanzest-navbar-search-overlay.open{opacity:1;border-top-color:#eee;max-height:80px}.cleanzest-navbar-search-form{align-items:center;gap:10px;padding:14px 0;display:flex}.cz-sov-icon{color:#aaa;flex-shrink:0}.cleanzest-navbar-search-input{color:#111;background:0 0;border:none;outline:none;flex:1;font-size:16px}.cleanzest-navbar-search-input::placeholder{color:#bbb}.cleanzest-navbar-search-btn{background:var(--cleanzest-color-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:9px 22px;font-size:15px;font-weight:600;transition:background .2s}.cleanzest-navbar-search-btn:hover{background:#5d8f22}.cleanzest-navbar-hamburger{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:none}.cleanzest-navbar-overlay{z-index:1100;background:#00000073;animation:.2s fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cleanzest-navbar-drawer{z-index:1200;background:#fff;flex-direction:column;width:300px;max-width:90vw;height:100dvh;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(110%)}.cleanzest-navbar-drawer.open{transform:translate(0)}.cleanzest-navbar-drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.cleanzest-navbar-drawer-header button{cursor:pointer;color:#555;background:0 0;border:none;display:flex}.cleanzest-navbar-drawer-search{color:#888;background:#f5f5f5;border-radius:10px;align-items:center;gap:10px;margin:16px;padding:10px 14px;display:flex}.cleanzest-navbar-drawer-search input{color:#111;background:0 0;border:none;outline:none;flex:1;font-size:15px}.cleanzest-navbar-drawer-links{flex-direction:column;padding:8px 0 32px;display:flex}.cleanzest-navbar-drawer-heading{letter-spacing:.08em;text-transform:uppercase;color:#999;padding:8px 20px 4px;font-size:11px;font-weight:700}.cleanzest-navbar-drawer-links a{color:#222;padding:12px 20px;font-size:16px;transition:background .15s,color .15s;display:block}.cleanzest-navbar-drawer-links a:hover{color:var(--cleanzest-color-primary);background:#f4f9ec}.cleanzest-navbar-drawer-divider{background:#eee;height:1px;margin:10px 20px}@media (width<=900px){.cleanzest-navbar-menu{display:none}.cleanzest-navbar-hamburger{display:flex}.cleanzest-navbar-main{gap:12px;height:60px}.cleanzest-navbar-logo img{width:90px}.cleanzest-navbar-actions{gap:8px}.cleanzest-navbar-icon-btn{width:36px;height:36px}}@media (width<=480px){.cleanzest-navbar-logo img{width:80px}.cleanzest-navbar-main{gap:8px;height:56px}}.cleanzest-footer-wrapper{color:#fff;background:#171717;margin-top:80px;padding-top:70px}.cleanzest-footer-grid{grid-template-columns:2.2fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.cleanzest-footer-logo{width:150px;margin-bottom:24px}.cleanzest-footer-about{color:#ffffffb8;max-width:420px;font-size:16px;line-height:1.8}.cleanzest-footer-title{margin-bottom:22px;font-size:22px;font-weight:700}.cleanzest-footer-subtitle{margin:36px 0 18px;font-size:18px;font-weight:600}.cleanzest-footer-links{flex-direction:column;gap:14px;display:flex}.cleanzest-footer-links a{color:#ffffffbf;transition:all .25s}.cleanzest-footer-links a:hover{color:var(--cleanzest-color-primary)}.cleanzest-footer-contact{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:32px;margin-top:20px;padding:32px 0;display:flex}.cleanzest-footer-contact-item{color:#ffffffbf;flex:1;align-items:flex-start;gap:14px;line-height:1.7;text-decoration:none;transition:all .25s;display:flex}.cleanzest-footer-contact-item:hover{color:var(--cleanzest-color-primary)}.cleanzest-footer-contact-item svg{width:20px;height:20px;color:var(--cleanzest-color-primary);flex-shrink:0;margin-top:2px}.cleanzest-footer-address{font-style:normal}.cleanzest-footer-bottom{color:#ffffffa6;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:15px;display:flex}.cleanzest-footer-bottom a{color:#fff;font-weight:600;transition:all .25s}.cleanzest-footer-bottom a:hover{color:var(--cleanzest-color-primary)}@media (width<=992px){.cleanzest-footer-grid{grid-template-columns:repeat(2,1fr);gap:50px}}@media (width<=640px){.cleanzest-footer-wrapper{padding-top:50px}.cleanzest-footer-grid{grid-template-columns:1fr;gap:40px}.cleanzest-footer-bottom{text-align:center;flex-direction:column}.cleanzest-footer-contact{flex-direction:column;gap:20px}.cleanzest-footer-contact-item{width:100%}}
