#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: 799px){#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: 799px){#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: 799px){#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-x:scroll;overflow-y:hidden;scrollbar-width:none}#categs-header #categs-list::-webkit-scrollbar{display:none}#categs-header #categs-list .categ-list-item{user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--background);margin:5px 10px;border-radius:5px;border:2px solid var(--primary);width:100%;min-width:150px;cursor:pointer;overflow:hidden;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;position:relative}#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-img .categ-list-item-text{width:100%;position:absolute;bottom:0;left:0;align-items:center;justify-content:center;text-align:center;background-color:rgba(0,0,0,.5);color:#fff}#categs-header #categs-list .categ-list-item:hover .categ-list-item-text,#categs-header #categs-list .categ-list-item.categ-active .categ-list-item-text{backdrop-filter:blur(25px);color:var(--accent)}#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-right{display:flex;position:absolute;height:100%;align-items:center;justify-content:center;background-color:var(--primary);right:0}#products-content{display:grid;grid-template-columns:auto;place-content:center;place-items:center;row-gap:100px;margin-top:50px}#scroll-btn-wrap{display:none;position:sticky;width:100%;bottom:0;left:0;z-index:999;align-items:center;justify-content:space-between}#scroll-btn-wrap button{margin:10px;cursor:pointer;font-size:42px;border:none;border-radius:999px;width:50px;height:50px;padding:30px;display:flex;align-items:center;justify-content:center}#scroll-btn-wrap button#scroll-btn-up{background:var(--primary);color:var(--foreground)}#scroll-btn-wrap button#scroll-btn-up:hover,#scroll-btn-wrap button#scroll-btn-up:active{color:var(--accent)}#scroll-btn-wrap button#scroll-btn-wa{background:#25d366;color:#fff}#scroll-btn-wrap button#scroll-btn-wa:hover,#scroll-btn-wrap button#scroll-btn-wa:active{background:#10c050}