.cb_nav_mobile{position:fixed;top:0;left:0;z-index:999}.cb-open-submenu{padding:0.5rem}.cb-nav-sub-head{position:fixed;top:0;left:0;padding:1rem;display:flex;flex-direction:row;justify-content:space-between;width:100%}.cb-nav-sub-head .cb-nav-close-level{position:fixed;top:1.18rem;left:0;padding:1rem}.cb-nav-sub-head .cb-nav-level-label{text-align:center;width:100%;font-size:23px;padding:1rem;text-decoration:none}.cb-nav-panel,.cb-nav-panel-sub{position:fixed;top:0;left:0;width:100vw;height:100svh;background:var(--bde-brand-primary-color);z-index:999;overflow-y:auto;overflow-x:hidden;padding-top:5rem;transition:transform 0.3s ease,opacity 0.3s ease;will-change:transform,opacity;transform:translateX(100%);opacity:0;pointer-events:none}.cb-nav-panel.active{transform:translateX(0%);opacity:1;pointer-events:auto}.cb-nav-panel-sub{z-index:51}.cb-nav-panel-sub.active{transform:translateX(0);opacity:1;pointer-events:auto}.cb-nav-panel-inner{display:flex;flex-direction:column;justify-content:space-between;height:100%}.cb-nav-panel-inner li{text-align:left!important}.cb-nav-panel ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){.cb-submenu-prod{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}.cb-nav-level1{border-bottom:1px solid var(--bde-links-color);padding:0.5rem 0}.cb-nav-level1 .cb-nav-item{text-decoration:none;color:var(--bde-links-color);padding:0.5rem 1rem;display:block;font-size:23px;text-align:left}.cb-nav-panel .lang-swich{color:var(--bde-links-color)!important;text-decoration:none}.cb-nav-panel-bottom{display:flex;flex-direction:row;justify-content:space-between;padding:1rem;align-items:center}.cb-nav-panel .cb-submenu-prod{padding:1rem}.cb-submenu-prod .cb-prod-card{background:#FFF;border-radius:15px;margin-bottom:1rem;padding:1rem;display:flex;flex-direction:row;align-items:end;gap:0.5rem}.cb-submenu-prod .cb-prod-card .thumb{padding:0}.cb-prod-card .thumb img{max-height:180px;width:auto}.cb-submenu-prod .cb-prod-card h4{margin:0 0 1.5rem 0;font-size:3rem}.cb-submenu-prod .cb-prod-card h4 a{text-decoration:none}ul.cb-submenu-prod li:last-child .cb-prod-card{margin-bottom:0}.cb-nav-toggle{position:fixed;top:2.5rem;right:1rem;z-index:60;cursor:pointer;border:none;background:transparent}.cb-nav-toggle.active{z-index:9999}.cb-nav-toggle .slices{display:inline-block;position:relative;width:28px;height:22px}.cb-nav-toggle .slice{display:block;position:absolute;height:3px;width:100%;background:#000;border-radius:2px;transition:0.3s ease}.cb-nav-toggle .slice:nth-child(1){top:0}.cb-nav-toggle .slice:nth-child(2){top:50%;margin-top:-1.5px}.cb-nav-toggle .slice:nth-child(3){bottom:0}.cb-nav-toggle.active .slice:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.cb-nav-toggle.active .slice:nth-child(2){opacity:0}.cb-nav-toggle.active .slice:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.cb-prod-card .button-row{display:flex;gap:1rem;padding-top:0.5rem}