#project-tabs{position:fixed;bottom:18px;left:5px;display:flex;flex-wrap:nowrap;max-width:calc(100% - 80px);width:-moz-max-content;width:max-content;padding:5px;background-color:#444;border-radius:12px 30px 30px 12px;box-sizing:border-box;font-size:14px;color:#fff;z-index:1000;gap:5px}#project-tabs *{box-sizing:border-box}#project-tabs .add-to-cart{display:block;width:150px;padding:14px;background-color:var(--link-color);border-radius:50px;font-size:inherit;font-weight:700;text-transform:uppercase}#project-tabs .name{display:flex;min-width:100px;padding:0 10px;align-items:center;justify-content:center;border-radius:10px;background-color:var(--link-color);text-decoration:none;font-weight:700;color:#fff}#project-tabs nav{display:none;height:52px;padding:20px;margin-right:25px;align-items:center;justify-content:center;border-radius:10px;background-color:#303030;font-size:13px;gap:3rem}#project-tabs nav a{display:flex;align-items:center;height:52px;color:#eee;text-decoration:none}#project-tabs .menu{display:flex;align-items:center;justify-content:center;width:60px;border-radius:10px;background-color:#303030;cursor:pointer}#project-tabs .menu svg{width:34px;height:34px;fill:#999}#project-tabs .menu:hover{background-color:#fff}#project-tabs-menu{position:absolute;right:5px;bottom:80px;max-width:calc(100% - 5px);width:450px;padding:50px 30px;border-radius:10px;background-color:#303030}#project-tabs-menu a{display:block;padding:12px 5px;border-bottom:1px solid #555;color:#ddd;text-decoration:none}#project-tabs-menu div:last-of-type a{border-bottom:unset}@media(min-width:576px){#project-tabs{bottom:50px;left:50%;transform:translate(-50%)}}@media(min-width:1200px){#project-tabs{bottom:25px;padding:10px;background-color:#0007;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:2px 2px 6px #0006;font-size:16px;gap:1rem}#project-tabs .menu{display:none}#project-tabs nav{display:flex}#project-tabs .add-to-cart{width:165px}#project-tabs-menu{display:none}}
