.navbar-container{position:fixed;top:64px;left:0;width:100%;height:100vh;z-index:10000;display:none;background:rgba(0,0,0,0.6);opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(0.25,0.46,0.45,0.94),visibility .4s cubic-bezier(0.25,0.46,0.45,0.94)}
.card .product-logo{text-align:center}
.navbar-container.active{display:block;width:100%;opacity:1;pointer-events:auto;visibility:visible;z-index:1}
.navbar-container.closing{opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(0.25,0.46,0.45,0.94),visibility .4s cubic-bezier(0.25,0.46,0.45,0.94)}
.drawer{position:relative;min-height:335px;background:#1a1a1a;border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:flex-start;padding:60px 56px;box-sizing:border-box;gap:60px;width:100%}
.drawer-left{display:flex;flex-direction:column;gap:20px;min-width:fit-content;padding-left:20px}
.product-logo img{height:27px;width:auto}
.drawer-link{font-family:'FlyingFlea-Bold' !important;font-size:20px;font-weight:700;color:#fff;cursor:pointer;transition:color .3s}
.drawer-link.active{color:#00a8a3}
.drawer-divider{width:1px;height:215px;background:rgba(217,217,217,0.2)}
.drawer-cards{display:flex;gap:32px}
.card{min-width:265px;min-height:215px;display:flex;flex-direction:column;justify-content:flex-start;gap:17px}
.card-image{display:flex;width:auto;height:fit-content;border-radius:8px;background-size:cover;background-position:center}
.card-image img{border-radius:8px;height:170px}
@media(min-width:769px){.card:not(:has(.product-logo)) .card-image img{height:209px !important}
}
.drawer-cards a{text-decoration:none}
.card-text{display:flex;justify-content:space-between;align-items:center}
.card-text-content{text-decoration:none}
.card-text h3{font-size:18px;font-weight:700;margin:0;color:#fff}
.card-text p{font-size:12px;color:#ccc;margin:10px 0 0}
.drawer-viewall{display:flex;flex-direction:column;align-items:center;gap:12px;margin:auto 0;width:64px}
.viewall-icon{width:34px;height:34px;border:1px solid #05a8a3;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}
.drawer-viewall a{text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}
.drawer-viewall a .viewall-icon{text-decoration:none !important}
.drawer-viewall p{font-family:'FlyingFlea-Bold' !important;font-size:18px;font-weight:700;color:#00a8a3}
.drawer-viewall{text-decoration:none}
.nav-tab-items{display:none}
.nav-tab-items.active{display:flex;min-width:78%;justify-content:space-between;gap:64px}
.nav-header{display:none;gap:20px;padding:20px}
@media(max-width:768px){.nav-header{display:flex;gap:20px;padding:15px 16px}
.nav-header p{font-size:16px;font-weight:600;color:#000}
.back-btn{cursor:pointer}
.card .product-logo{text-align:center;margin:35px 0;height:fit-content}
.drawer{flex-direction:column;align-items:flex-start;height:auto;background:#fff;border-radius:0;padding:24px 16px;gap:0}
.card-image img{height:85px !important}
.card:not(:has(.product-logo)) .card-image img{height:auto !important;width:100% !important}
.product-logo img{height:21px !important}
.drawer-left{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-bottom:1px solid #e0e0e0;margin-bottom:24px;gap:24px;padding-left:0}
.drawer-left::-webkit-scrollbar{display:none}
.drawer-link{font-family:'Flying Flea',sans-serif;font-size:16px;font-weight:700;color:#000;white-space:nowrap;flex-shrink:0;flex-grow:0;min-width:max-content}
.drawer-link.active{color:#05a8a3;border-bottom:1px solid #05a8a3;padding-bottom:18px}
.drawer-divider{display:none}
.nav-tab-items.active{display:flex;flex-direction:column;gap:40px;width:100%}
.drawer-cards{flex-direction:column;gap:24px;width:100%;padding:0}
.card{width:100%;height:auto;background:#fff;display:flex;flex-direction:column;gap:16px;border-radius:12px;overflow:hidden}
.card-image{border-radius:12px}
.card-text{display:flex;justify-content:space-between;align-items:center;margin:0 4px 4px 0}
.card-text h3{font-size:16px;font-weight:700;color:#000}
.card-text p{margin:8px 0 0;font-size:12px;color:#666}
.nav-arrow svg{width:12px;height:12px}
.product-logo{display:none}
.drawer-viewall{width:100%;margin:0;display:flex;justify-content:center}
.drawer-viewall a{width:100%;text-decoration:none}
.drawer-viewall{color:#000;font-size:16px;font-weight:600;text-align:center;border:1px solid #000;border-radius:8px;padding:12px}
.drawer-viewall p{font-family:'Inter' !important;font-size:16px;font-weight:600;color:#000}
.viewall-icon{display:none}
.navbar-container.active{background:#fff;opacity:1;z-index:100000;top:inherit;overflow-y:auto}
.card-mobile{min-height:fit-content;flex-direction:row;gap:24px;border-radius:0}
.drawer-cards a{border-bottom:solid 1px #e6e6e6}
.drawer-cards a:not(:has(.product-logo)){border-bottom:none !important}
.drawer-cards a:last-child{border-bottom:0}
.fa-arrow-left:before{content:'' !important}
}