@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{color:#f5f5f5;scroll-behavior:smooth;background-color:#121212;font-family:Outfit,sans-serif;overflow-x:hidden}#splash-screen{z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .6s ease-out,visibility .6s ease-out;display:flex;position:fixed;top:0;left:0}#splash-logo{width:200px;animation:1.5s infinite alternate pulse;transform:scale(1.3)}@keyframes pulse{0%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1.4)}}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#121212f2;border-bottom:1px solid #333;justify-content:center;align-items:center;height:65px;display:flex;position:sticky;top:0;overflow:hidden}header img{object-fit:contain;cursor:pointer;width:180px;transform:scale(1.6)}main{padding:20px 20px 100px}.section-title{text-align:left;letter-spacing:1px;color:#fff;margin-top:10px;margin-bottom:20px;font-size:24px;font-weight:600}#menu-container{flex-direction:column;display:flex}.category-wrapper{margin-bottom:15px}.category-banner{cursor:pointer;border-radius:12px;align-items:center;width:100%;height:120px;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000080}.category-banner:active{transform:scale(.98)}.category-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.category-overlay{z-index:2;background:linear-gradient(90deg,#731423e6 0%,#731423a6 50%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.category-banner-title{z-index:3;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-left:25px;font-size:22px;font-weight:600;position:relative}.products-container{padding:5px 0 20px;animation:.3s ease-out forwards fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-item{cursor:pointer;border-bottom:1px solid #2a2a2a;align-items:center;padding:18px 0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.product-item:last-child{border-bottom:none}.product-item.expanded{background:#73142314;border-bottom:none;border-radius:16px;flex-direction:column;align-items:flex-start;margin:15px 0;padding:25px 15px;box-shadow:0 8px 25px #0006}.product-item-img{object-fit:cover;border-radius:12px;flex-shrink:0;width:90px;height:90px;margin-right:15px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 8px #00000080}.product-item.expanded .product-item-img{border-radius:16px;width:100%;height:220px;margin-bottom:18px;margin-right:0;box-shadow:0 5px 15px #0009}.product-item-info{flex-direction:column;flex-grow:1;justify-content:center;width:100%;padding-right:10px;transition:all .3s;display:flex}.product-item.expanded .product-item-info{padding-right:0}.product-item-title{color:#fff;margin-bottom:4px;font-size:18px;font-weight:600;transition:all .3s}.product-item.expanded .product-item-title{color:#ffb300;margin-bottom:8px;font-size:24px}.product-item-desc{color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.4;transition:all .3s;display:-webkit-box;overflow:hidden}.product-item.expanded .product-item-desc{color:#eee;-webkit-line-clamp:unset;margin-bottom:15px;font-size:15px}.product-item-more{color:#731423;cursor:pointer;width:fit-content;font-size:13px;font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:all .3s}.product-item.expanded .product-item-more{display:none}.product-item-price{color:#fff;white-space:nowrap;font-size:20px;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.product-item.expanded .product-item-price{background:#731423;border-radius:25px;align-self:flex-end;margin-top:5px;padding:8px 25px;font-size:24px;box-shadow:0 4px 12px #73142380}#fab{z-index:1000;cursor:pointer;background-color:#000;border:2px solid #333;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 20px #000c}#fab:active{transform:scale(.9)}#fab img{object-fit:contain;width:65%;height:auto}#quick-menu-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1001;opacity:0;visibility:hidden;background:#000000b3;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}#quick-menu-overlay.active{opacity:1;visibility:visible}#quick-menu{z-index:1002;text-align:center;background:#1a1a1a;border-top-left-radius:30px;border-top-right-radius:30px;width:100%;padding:30px 20px;transition:bottom .4s cubic-bezier(.175,.885,.32,1.275);position:fixed;bottom:-100%;left:0;box-shadow:0 -5px 25px #000c}#quick-menu.active{bottom:0}.quick-menu-header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.quick-menu-header h2{color:#fff;font-size:20px}.close-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:18px;display:flex}.instagram-btn{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:30px;justify-content:center;align-items:center;width:100%;margin-top:10px;margin-bottom:15px;padding:16px 24px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 5px 15px #e1306c66}.instagram-btn img{filter:brightness(0)invert();width:24px;height:24px;margin-right:10px}.admin-container{max-width:800px;margin:0 auto;padding:20px}.admin-input{color:#fff;background:#2a2a2a;border:1px solid #444;border-radius:5px;width:100%;margin-bottom:10px;padding:10px}.admin-btn{color:#fff;cursor:pointer;background:#731423;border:none;border-radius:5px;padding:10px 15px;font-weight:700}.admin-btn:hover{background:#8e182a}.admin-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;margin-bottom:15px;padding:15px}
