header{background:#0d1f3c;align-items:center;padding:10px 15px;display:flex}body{background:#f3f1ef;max-width:100vw;margin:0;font-family:Poppins,sans-serif;overflow-x:hidden}#cart-bar{background:0 0;justify-content:flex-end;align-items:center;padding:4px 15px 0;display:flex}#breadcrumb-row{justify-content:space-between;align-items:center;margin:10px 16px 0;display:flex}#breadcrumb-row #breadcrumb{margin:0}#breadcrumb-row #cart-bar{margin:0;padding:0}#breadcrumb-row .cart-icon-wrap{background:#0d1f3c;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 2px 8px #0000001f}#breadcrumb-row .cart-icon-wrap i{color:#ffcc80;font-size:17px}.left{align-items:center;gap:10px;display:flex}.logo{object-fit:cover;border-radius:50%;width:45px;height:45px}.text{flex-direction:column;display:flex}.brand{color:#ffcc80;margin:0;font-family:Playfair Display,serif;font-size:18px}.sub{color:#ccc;letter-spacing:1px;margin-top:-3px;font-size:11px}.hamburger{cursor:pointer;z-index:1100;flex-direction:column;gap:5px;width:30px;margin-left:auto;padding:5px;display:flex;position:relative}.hamburger div{background:#ffcc80;border-radius:3px;width:100%;height:3px;transition:all .3s}.hamburger.active div{background:#ffcc80}.hamburger.active div:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active div:nth-child(2){opacity:0}.hamburger.active div:nth-child(3){transform:translateY(-8px)rotate(-45deg)}#overlay{opacity:0;visibility:hidden;z-index:998;background:#0006;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}#overlay.active{opacity:1;visibility:visible}#sideMenu{z-index:1099;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#0d1f3c;flex-direction:column;width:230px;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;right:0;overflow-y:scroll;transform:translate(100%)}#sideMenu::-webkit-scrollbar{display:none}#sideMenu.active{transform:translate(0)}.menu-link,.menu-item{color:#ffcc80;cursor:pointer;border-bottom:1px solid #ffffff1a;padding:14px 16px;font-size:15px;font-weight:400;text-decoration:none;display:block}.submenu{background:#162d52;max-height:0;transition:all .3s;overflow:hidden}.submenu.active{max-height:50vh;overflow-y:auto}.submenu a{color:#ddd;align-items:center;padding:12px 16px;font-size:14px;font-weight:400;text-decoration:none;display:flex}.icon{width:18px;margin-right:10px}.menu-search-wrap{background:#ffffff1a;border-radius:20px;align-items:center;gap:8px;margin:10px 12px 6px;padding:8px 12px;display:flex}.menu-search-wrap i{color:#ffcc80;flex-shrink:0;font-size:13px}#menu-search-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:13px}#menu-search-input::placeholder{color:#fff6}#menu-search-clear{color:#fff6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:14px;display:none}#menu-search-clear.show{display:block}#menu-search-results{padding:0 4px}.menu-result-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin:2px 0;padding:9px 12px;transition:background .15s;display:flex}.menu-result-item:hover{background:#ffffff14}.menu-result-item img{object-fit:contain;background:#ffffff14;border-radius:6px;flex-shrink:0;width:36px;height:36px}.menu-result-info{flex:1;min-width:0}.menu-result-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.menu-result-price{color:#ffcc80;margin-top:1px;font-size:11px}.menu-result-cat{color:#fff6;margin-top:1px;font-size:10px}.menu-result-empty{color:#fff6;text-align:center;padding:12px 16px;font-size:12px}#loading-screen{z-index:9999;background:#0d1f3c;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.loading-logo{border:2px solid #ffcc80;border-radius:50%;width:120px;height:120px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(.9)}}#age-gate{z-index:99999;text-align:center;box-sizing:border-box;opacity:1;background:#0d1f3c;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;transition:opacity .6s;display:none;position:fixed;top:0;left:0}#age-gate.show{display:flex}#age-gate.hide{opacity:0;pointer-events:none}.age-logo{object-fit:cover;border:2px solid #ffcc80;border-radius:50%;width:100px;height:100px;margin-bottom:24px}.age-title{color:#ffcc80;margin-bottom:10px;font-family:Playfair Display,serif;font-size:22px}.age-divider{background:#ffcc80;width:40px;height:2px;margin:0 auto 16px}.age-desc{color:#ccc;max-width:280px;margin-bottom:32px;font-size:13px;line-height:1.7}#age-buttons{flex-direction:column;gap:12px;width:100%;max-width:260px;display:flex}.btn-yes{color:#2c1b16;cursor:pointer;background:#ffcc80;border:none;border-radius:30px;padding:14px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;transition:background .2s}.btn-yes:hover{background:#ffd699}.btn-no{color:#aaa;cursor:pointer;background:0 0;border:1px solid #aaa;border-radius:30px;padding:14px;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;transition:all .2s}.btn-no:hover{background:#ffffff0d}.reveal{opacity:0;will-change:opacity,transform;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #00000012}.skeleton-img{aspect-ratio:1;background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/400px 100%;width:100%;animation:1.4s infinite shimmer}.skeleton-info{flex-direction:column;gap:8px;padding:10px 12px 14px;display:flex}.skeleton-line{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/400px 100%;border-radius:6px;height:13px;animation:1.4s infinite shimmer}.skeleton-line.short{width:55%}#breadcrumb{background:#fff;border-radius:12px;align-items:center;gap:2px;width:fit-content;margin:10px 16px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:13px;display:inline-flex;box-shadow:0 2px 8px #0000000f}#breadcrumb a{color:#999;text-decoration:none}#breadcrumb a:hover{color:#2c1b16}#breadcrumb .bc-sep{color:#ccc;margin:0 4px}#breadcrumb .bc-current{color:#2c1b16;font-weight:600}#modal{z-index:1000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s fadeIn;display:none;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:20px;width:90%;max-width:400px;padding:20px;animation:.25s popUp;position:relative}@keyframes popUp{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.modal-close{cursor:pointer;color:#888;background:0 0;border:none;padding:0;font-size:22px;line-height:1;position:absolute;top:12px;right:16px}.modal-close:hover{color:#333}.modal-img{object-fit:contain;border-radius:12px;width:100%;max-height:55vw;margin-top:10px}.modal-name{margin:12px 0 4px;font-size:16px;font-weight:600}.modal-price{color:#777;margin:0 0 8px;font-size:14px}.modal-description{color:#666;margin-bottom:14px;font-size:13px;line-height:1.7}.btn-order{color:#fff;cursor:pointer;background:#0d1f3c;border:none;border-radius:12px;width:100%;padding:13px;font-family:Poppins,sans-serif;font-size:15px;transition:background .2s}.btn-order:hover{background:#1a3a5c}.btn-order:disabled{cursor:not-allowed;background:#ccc}.modal-price-wrap{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 8px;display:flex}.modal-price-original{color:#bbb;font-size:13px;text-decoration:line-through}.modal-price-discount{color:#c0392b;font-size:16px;font-weight:700}#product-container{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:100%;margin:0 auto;padding:4px 10px 20px;display:grid;overflow:hidden}.product{box-shadow:none;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:0;flex-direction:column;width:100%;min-width:0;transition:transform .15s;display:flex;overflow:visible}.product:active{transform:scale(.97)}.product.reveal{transition:opacity .7s ease-out,transform .7s ease-out}.product-img-box{aspect-ratio:1;background:#fff;border-radius:16px;flex-shrink:0;width:100%;position:relative;overflow:hidden;box-shadow:0 2px 10px #2c1b161a}.product-img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;display:block}.badge-row{flex-wrap:wrap;gap:4px;min-height:0;margin-top:2px;display:flex}.badge{letter-spacing:.3px;white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:9px;font-weight:700;line-height:1.5;display:inline-block}.badge-sold{color:#fff;background:#7f0000}.badge-bs{color:#ffcc80;background:#0d1f3c}.badge-save{color:#fff;background:#bf3517}.badge-tl{z-index:2;border-radius:16px 0 12px;padding:4px 9px 4px 8px;font-size:8.5px;position:absolute;top:0;left:0}.badge-tr{z-index:2;position:absolute;top:8px;right:8px}.badge-bl{z-index:2;position:absolute;bottom:10px;left:8px}.product-info{flex-direction:column;flex:1;gap:3px;min-width:0;padding:6px 2px 36px;display:flex;position:relative;overflow:visible}.product-info .name{color:#2c1b16;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:30px;font-size:11px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1!important;height:auto!important}.price-row{flex-direction:column;gap:1px;display:flex}.price-original{color:#b0a09a;font-size:11px;text-decoration:line-through}.price-disc{color:#bf3517;font-size:14px;font-weight:700}.price-normal{color:#2c1b16;font-size:14px;font-weight:600}.card-controls{z-index:3;justify-content:flex-end;align-items:center;gap:4px;width:110px;display:flex;position:absolute;bottom:4px;right:0}.card-qty-wrap{background:#fff;border-radius:20px;align-items:center;gap:4px;padding:3px 6px;display:flex;box-shadow:0 2px 6px #00000026}.card-controls .ctrl-qty-btn{cursor:pointer;color:#2c1b16;background:#fff;border:1.5px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:13px;line-height:1;display:flex}.card-controls .ctrl-qty-btn:hover{background:#f0ebe8}.card-qty-num{text-align:center;color:#2c1b16;min-width:14px;font-size:12px;font-weight:700}.btn-add-cart{color:#ffcc80;cursor:pointer;background:#0d1f3c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:14px;transition:background .2s;display:flex;box-shadow:0 2px 8px #0d1f3c59}.btn-add-cart:hover{background:#1a3a5c}.btn-add-cart:disabled{cursor:not-allowed;background:#ccc}.product.sold-out .product-img{opacity:.6}#sort-bar{color:#555;box-sizing:border-box;background:0 0;align-items:center;gap:6px;width:100%;padding:8px 16px;font-family:Poppins,sans-serif;font-size:12px;display:flex}#sort-bar span{white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:500}.sort-btn{cursor:pointer;color:#555;white-space:nowrap;background:#fff;border:1.5px solid #ccc;border-radius:20px;flex:1;justify-content:center;align-items:center;gap:4px;max-width:calc(33.3333% - 16px);padding:5px 10px;font-family:Poppins,sans-serif;font-size:11px;transition:all .2s;display:flex}.sort-btn.active{color:#ffcc80;background:#0d1f3c;border-color:#0d1f3c}#filter-wrap{flex:1;max-width:calc(33.3333% - 16px);position:relative}#btn-filter{cursor:pointer;color:#555;background:#fff;border:1.5px solid #ccc;border-radius:20px;justify-content:center;align-items:center;gap:4px;width:100%;padding:5px 10px;font-family:Poppins,sans-serif;font-size:11px;transition:all .2s;display:flex}#btn-filter.active{color:#ffcc80;background:#0d1f3c;border-color:#0d1f3c}#filter-dropdown{z-index:200;transform-origin:top;background:#fff;border-radius:14px;width:170px;display:none;position:absolute;top:calc(100% + 6px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #00000021}#filter-dropdown.open{animation:.22s cubic-bezier(.34,1.56,.64,1) forwards filterPop;display:block}@keyframes filterPop{0%{opacity:0;transform:translate(-50%)scaleY(.7)translateY(-8px)}to{opacity:1;transform:translate(-50%)scaleY(1)translateY(0)}}.filter-option{color:#444;cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:center;gap:10px;padding:12px 16px;font-family:Poppins,sans-serif;font-size:12px;transition:background .15s,color .15s;display:flex}.filter-option:last-child{border-bottom:none}.filter-option:hover{color:#2c1b16;background:#fdf6ee}.filter-option.active{color:#ffcc80;background:#0d1f3c;font-weight:600}.filter-option.active:hover{background:#0d1f3c}.filter-option .f-icon{background:#f5f0eb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;display:flex}.filter-option.active .f-icon{background:#ffffff26}#search-bar{background:#fff;border:1.5px solid #e0e0e0;border-radius:20px;align-items:center;gap:8px;margin:6px 12px 0;padding:7px 14px;display:flex;box-shadow:0 1px 4px #00000012}#search-bar i{color:#bbb;flex-shrink:0;font-size:13px}#search-input{color:#333;background:0 0;border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:13px}#search-input::placeholder{color:#ccc}#search-clear{color:#ccc;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:14px;line-height:1;display:none}#search-clear.show{display:block}#search-no-result{text-align:center;color:#bbb;padding:40px 16px;font-size:13px;display:none}#search-no-result i{margin-bottom:10px;font-size:30px;display:block}.product-highlight{outline-offset:2px;border-radius:16px;outline:3px solid #ffcc80;animation:1.2s ease-in-out 2 highlightPulse;box-shadow:0 0 0 6px #ffcc8040}@keyframes highlightPulse{0%{box-shadow:0 0 0 6px #ffcc8040}50%{box-shadow:0 0 0 12px #ffcc8014}to{box-shadow:0 0 0 6px #ffcc8040}}.cart-icon-wrap{cursor:pointer;align-items:center;display:flex;position:relative}.cart-icon-wrap i{color:#fff;font-size:20px}#cart-badge{color:#2c1b16;background:#ffcc80;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:none;position:absolute;top:-6px;right:-8px}#cart-panel{z-index:99999;box-sizing:border-box;width:300px;height:100dvh;padding-bottom:env(safe-area-inset-bottom,16px);background:#fff;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000026}#cart-panel.open{transform:translate(0)}.cart-header{background:#0d1f3c;justify-content:space-between;align-items:center;padding:16px;display:flex}.cart-header span{color:#ffcc80;font-family:Playfair Display,serif;font-size:16px;font-weight:700}.cart-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px}#cart-items{flex:1;padding:12px;overflow-y:auto}.cart-empty{text-align:center;color:#999;margin-top:40px;font-size:13px}.cart-empty i{color:#ddd;margin-bottom:10px;font-size:40px;display:block}.cart-item{border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:10px 0;display:flex}.cart-item img{object-fit:contain;background:#f9f9f9;border-radius:8px;width:55px;height:55px}.cart-item-info{flex:1}.cart-item-name{color:#2c1b16;font-size:13px;font-weight:600;line-height:1.3}.cart-item-price{color:#888;margin-top:2px;font-size:12px}.cart-qty{align-items:center;gap:6px;margin-top:6px;display:flex}.cart-qty span{color:#888;font-size:13px}.cart-item-del{color:#ccc;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.cart-item-del:hover{color:#e00}.cart-footer{border-top:1px solid #eee;flex-shrink:0;padding:14px 16px}.cart-total{color:#2c1b16;justify-content:space-between;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.btn-order-cart{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex}.btn-order-cart:hover{background:#1da851}@media (width>=768px){#product-container{grid-template-columns:repeat(3,1fr);gap:12px;max-width:800px;padding:4px 24px 24px}#sort-bar{max-width:800px;margin:0 auto}#search-bar{max-width:756px;margin:6px auto 0}#breadcrumb-row{max-width:800px;margin:10px auto 0}.badge{padding:3px 10px;font-size:11px}.badge-tl{padding:5px 11px 5px 10px;font-size:10px}}@media (width>=1024px){#product-container{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1060px;padding:4px 40px 28px}#sort-bar{max-width:1060px;padding:8px 40px}#search-bar{max-width:980px;margin:6px auto 0}#breadcrumb-row{max-width:1060px;margin:10px auto 0;padding:0 40px}.product-info .name{font-size:12px}.price-disc,.price-normal{font-size:15px}.badge{padding:4px 12px;font-size:12px}.badge-tl{padding:6px 13px 6px 11px;font-size:11px}.badge-bl{bottom:12px;left:10px}#site-footer{padding:48px 40px 28px}#site-footer .footer-sep{display:inline}#site-footer .footer-br{display:none}#site-footer .footer-inner{grid-template-columns:1fr 1fr;align-items:start;column-gap:60px;max-width:1060px;margin:0 auto;display:grid}#site-footer .footer-title,#site-footer .footer-divider,#site-footer .footer-copy{grid-column:1/-1}}#site-footer{color:#ccc;background:#0d1f3c;margin-top:40px;padding:28px 20px 16px;font-family:Poppins,sans-serif;font-size:13px}#site-footer .footer-title{color:#ffcc80;letter-spacing:.5px;margin-bottom:14px;font-family:Playfair Display,serif;font-size:16px}#site-footer .footer-row{align-items:flex-start;gap:10px;margin-bottom:10px;line-height:1.6;display:flex}#site-footer .footer-row span.icon{color:#ffcc80;text-align:center;min-width:22px;margin-top:2px;font-size:15px}#site-footer a{color:#ffcc80;text-decoration:none}#site-footer .footer-divider{border:none;border-top:1px solid #ffffff1a;margin:18px 0 12px}#site-footer .footer-sep{display:none}#site-footer .footer-copy{text-align:center;color:#888;font-size:11px;line-height:1.7}
