#menu-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#menu-head #menu-contact{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;padding:0 20px 50px 20px}#menu-head #menu-contact #menu-heading{display:flex;flex-direction:row;align-items:center;justify-content:left;user-select:none;width:100%}@media(max-width: 800px){#menu-head #menu-contact #menu-heading{justify-content:center}}#menu-head #menu-contact #menu-heading h1,#menu-head #menu-contact #menu-heading span,#menu-head #menu-contact #menu-heading h2{padding:5px}#menu-head #menu-contact #menu-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}@media(max-width: 800px){#menu-head #menu-contact #menu-details{align-items:center;justify-content:center}}#menu-head #menu-contact #menu-details a{margin:5px;text-decoration:none;color:var(--primary)}#menu-head #menu-contact #menu-details a:hover,#menu-head #menu-contact #menu-details a:active{font-weight:bolder}#menu-head #menu-action{padding:0 20px 50px 20px}#menu-head #menu-action button{padding:10px;border-radius:5px;cursor:pointer;background:var(--primary);border:1px solid var(--primary);font-size:18px;width:150px}#menu-head #menu-action button:hover{border:1px solid var(--accent);color:var(--accent)}@media(max-width: 800px){#menu-head{flex-direction:column-reverse;justify-content:center}#menu-head #menu-action,#menu-head #menu-contact{padding:0}#menu-head #menu-contact{padding-bottom:50px}}#categs-header{position:sticky;top:0;left:0;z-index:3;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;background-color:var(--support)}#categs-header button{font-size:32px;width:50px;height:50px;cursor:pointer;border:none;background-color:rgba(0,0,0,.2);color:var(--accent);transition:all .3s ease-in-out;border-radius:50px}#categs-header button:hover{background-color:rgba(0,0,0,.5)}#categs-header #categs-left{display:flex;position:absolute;height:100%;align-items:center;justify-content:center;background-color:var(--primary);left:0}#categs-header #categs-list{display:flex;flex-direction:row;align-items:stretch;width:100%;margin:0 50px;overflow:scroll}#categs-header #categs-list .categ-list-item{user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px;background-color:var(--background);margin:5px 10px;border-radius:5px;border:2px solid var(--primary);width:100%;min-width:150px;cursor:pointer;transition:all .3s ease-in-out}#categs-header #categs-list .categ-list-item *{transition:all .3s ease-in-out}#categs-header #categs-list .categ-list-item .categ-list-item-img{width:150px;height:100px}#categs-header #categs-list .categ-list-item .categ-list-item-img img{width:100%;height:100%;object-fit:cover}#categs-header #categs-list .categ-list-item .categ-list-item-text{align-items:center;justify-content:center;text-align:center}#categs-header #categs-list .categ-list-item:hover img,#categs-header #categs-list .categ-list-item.categ-active img{transform:scale(1.1)}#categs-header #categs-list .categ-list-item:hover span,#categs-header #categs-list .categ-list-item.categ-active span{color:var(--primary)}#categs-header #categs-right{display:flex;position:absolute;height:100%;align-items:center;justify-content:center;background-color:var(--primary);right:0}details{user-select:none;width:calc(100% - 40px);margin:20px;background:var(--support);border-radius:8px;border:2px solid var(--support);transition:all .3s ease-in-out}details *{transition:all .3s ease-in-out}details[open]{border:2px solid var(--primary)}details summary{display:flex;flex-direction:row;align-items:center;justify-content:left;width:100%;cursor:pointer}details summary img{width:100px;height:100px;object-fit:cover;margin:10px;border-radius:5px}details .categ-description{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center}details .categ-description p{padding:20px;border-bottom:2px solid var(--accent);min-width:100px}details .categ-products{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;align-items:stretch;justify-content:center}@media(max-width: 800px){details .categ-products{align-items:center;flex-direction:column}}@media(min-width: 800px)and (max-width: 1200px){details .categ-products{align-items:stretch;justify-content:space-evenly;flex-direction:row}}#wa-btn-wrap{position:sticky;bottom:0;right:0;left:calc(100% - 100px);z-index:102;padding:10px;display:flex;align-items:flex-end;justify-content:flex-end}@media(min-width: 1200px){#wa-btn-wrap{display:none}}#wa-btn-wrap button{cursor:pointer;font-size:42px;border:none;border-radius:999px;width:50px;height:50px;padding:30px;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff}#wa-btn-wrap button:hover,#wa-btn-wrap button:active{background:#10c050}