@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(/static/fonts/Inter/Inter_24pt-Regular.ttf)}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(/static/fonts/Inter/Inter_24pt-Bold.ttf)}*{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;height:100vh;min-height:100vh;font-family:Inter;background:#fff;background-attachment:fixed}.content{padding-top:110px;padding-left:90px;padding-right:90px;padding-bottom:20px;text-align:justify;box-sizing:border-box;max-height:none}.content-name{text-align:center}.h1,h1{font-family:Inter;font-weight:600;font-size:32px;margin-bottom:unset}.h2,h2{margin-bottom:unset;font-family:Inter;font-weight:400;font-size:20px}.h3,h3{font-family:Inter;font-size:16px;margin-bottom:unset}*{scrollbar-width:thin;scrollbar-color:rgba(95,90,245,0.601) #241f27}.flash-container{position:fixed;bottom:10px;right:10px;z-index:1050;display:flex;flex-direction:column;gap:10px}.flash-message{display:flex;flex-direction:row;border-radius:25px;padding:10px 20px;min-width:200px;max-width:300px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.2);opacity:.95}header{position:fixed;top:0;left:0;width:100%;padding:0 40px;display:flex;justify-content:space-between;align-items:center;background:#e0e0f3;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.2);border-radius:0 0 40px 40px;z-index:9999;overflow:visible;height:80px}header .left{display:flex;align-items:center;justify-content:start;gap:15px}header .right{display:flex;justify-content:flex-end;width:30%;overflow:visible;position:relative;flex:1}header::before{content:'';position:absolute;top:0;left:0;width:200px;height:200px;pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,0.5),transparent 50%);transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}header:hover::before{transform:translate(calc(var(--x) * 1px),calc(var(--y) * 1px)) scale(2)}header a.index-link{color:#000;transition:all .2s ease-in-out;border-radius:20px;padding-left:10px;padding-right:10px}header a:hover.index-link{transform:scale(1.02);box-shadow:0 2px 10px 4px #6756b0cc}.search-container{position:relative;width:100%;max-width:300px;z-index:9999}.dropdown-menu{display:none;position:absolute;top:calc(100%+2px);left:0;width:100%;background:#fff;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,0.2);max-height:400px;overflow-y:auto;z-index:10000}.dropdown-menu.show{display:block}.search-bar{width:100%;padding:10px;border:none;border-radius:40px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);outline:none}.dropdown-item{padding:10px;cursor:pointer}.dropdown-item:hover{background:#f0f0f0}.search_button{border-radius:40px}.search_form{display:flex;justify-content:flex-end;width:100%}header img.svg-icon{width:auto;height:55px;vertical-align:middle;filter:invert(10%) sepia(50%) saturate(900%) hue-rotate(210deg)}header nav{display:flex;gap:20px;justify-content:start}header a{text-decoration:none;color:#000;padding:10px 20px;border-radius:25px;transition:all .3s ease}header a:hover{background:rgba(157,143,159,0.2);backdrop-filter:blur(5px)}.login-btn{padding:10px 25px;color:#000;background:linear-gradient(135deg,#c0b8bd,#8893f4);border:none;border-radius:25px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,0.2);transition:all .3s ease}.login-btn:hover{transform:scale(1.1);box-shadow:0 6px 10px #000}.content-name{text-align:center}.user-header-element{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1px;border-radius:40px;background:hsla(224,100%,51%,0.416);padding:1px}.user_avatar{display:flex;width:45px;height:45px;position:relative;border-radius:50%;object-fit:cover}.user_link{height:45px;width:auto;display:flex;flex-direction:row;align-items:center;gap:inherit;padding:0}footer{width:100%;display:flex;background-color:aliceblue;border-radius:40px 40px 0 0;min-height:60px;padding:10px 80px;color:#525252cc;justify-content:space-between;z-index:999;position:relative;margin-top:auto}footer .left{display:flex;align-items:center}footer .right{display:flex;align-items:center;gap:10px}.burger-btn{justify-content:center;align-items:center;width:32px;height:32px;cursor:pointer;z-index:11001;background:transparent;border:none}@media(max-width:991.98px){header nav{display:none}header nav.open{display:flex;flex-direction:column;justify-content:center;width:100%;position:absolute;left:0;top:100%;background:rgba(249,249,255,0.936);backdrop-filter:blur(120px) saturate(300%);-webkit-backdrop-filter:blur(120px) saturate(300%);border-radius:0 0 20px 20px;box-shadow:0 4px 16px rgba(0,0,0,0.08);animation:fadeIn .2s;z-index:11000}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media(max-width:991.98px){.content{padding-left:10px;padding-right:10px;padding-top:90px}header{padding:0;border-radius:0 0 20px 20px}footer{padding:10px 10px;border-radius:20px 20px 0 0;flex-direction:column;gap:10px;font-size:14px}header img.svg-icon{width:auto;height:32px}.search-container{max-width:100%}}@media(max-width:575.98px){.content{padding-left:2px;padding-right:2px;padding-top:70px}header{height:48px;padding:0 2px;border-radius:0 0 10px 10px}.h1,h1{font-size:16px}.h2,h2{font-size:12px}.h3,h3{font-size:10px}.product_card .product_name,.product_card .product_price{font-size:12px}header img.svg-icon{width:auto;height:32px}.search-container{max-width:100%}}