.categories-layout{max-width:100%}.categories-container,.categories-layout{width:100%;margin:0 auto}.location-bar{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f1f1f1;position:relative}.location-icon{color:#404553;margin-right:8px}.deliver-to{display:flex;align-items:center;font-size:14px;color:#404553;cursor:pointer}.location{font-weight:600;margin:0 4px}.dropdown-icon{margin-left:4px;transition:transform .2s ease}.location-dropdown{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:10;min-width:200px;margin-top:8px}.categories-wrapper{display:flex}.categories-sidebar{width:250px;border-right:1px solid #f1f1f1;background-color:#f0f2f7;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;overflow-y:hidden}.categories-track{display:flex;flex-direction:column}.category-item{padding:12px 16px;font-size:14px;cursor:pointer;margin-bottom:4px;transition:background-color .2s;display:block;text-decoration:none;color:inherit}.category-item:hover{background-color:#f7f7f7}.category-item.active{background-color:#fff;font-weight:600;border-left:4px solid #388e3c;color:#2196f3;background:#c8e6c9}@media(max-width:768px){.category-item{white-space:nowrap;margin-bottom:0}.category-item.active{border-bottom:4px solid #ff9800;border-left:unset}}.categories-content{flex:1 1;background:#f9f9f9}.banner-section{margin-bottom:24px;display:flex;flex-direction:column;gap:24px}.banner-image{width:100%;overflow:hidden}.banner-image img{width:100%;height:auto;display:block}.category-section{border-bottom:1px solid #dedede;padding-left:24px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-bottom:8px;cursor:pointer}.section-title h2{font-size:20px;font-weight:600;margin:0;color:#404553}.expand-icon{cursor:pointer;transition:transform .2s ease}.section-heading{font-size:18px;font-weight:600;margin:24px 0 16px;color:#404553}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.category-card{flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s}.category-card,.category-image{display:flex;align-items:center}.category-image{width:100%;aspect-ratio:1;justify-content:center;margin-bottom:8px;border-radius:4px;overflow:hidden}.category-image img{max-width:100%;max-height:100%;object-fit:contain}.category-name{font-size:14px;text-align:center;margin-top:8px;color:#404553}.shop-all{font-size:18px;font-weight:600;color:#404553;display:flex;justify-content:center;align-items:center;height:100%}.expanded-content{background-color:#f9f9f9;padding:16px;border-radius:4px;margin-bottom:24px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.skeleton,.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.skeleton-title{height:24px;width:200px;margin-bottom:16px}.category-item.skeleton,.category-item.skeleton-title{height:40px;width:90%}.banner-image.skeleton,.banner-image.skeleton-title{height:200px;width:100%}.category-image.skeleton,.category-image.skeleton-title{height:0;padding-bottom:100%;width:100%}.category-name.skeleton,.category-name.skeleton-title{height:16px;width:80%;margin:8px auto 0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.categories-wrapper{flex-direction:column}.categories-sidebar{width:100%;border-right:none;padding-right:0;display:inline-flex;border-bottom:unset;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth}.categories-track{display:inline-flex;flex-direction:row;width:max-content;animation:categoriesAutoScroll 1.5s ease-in-out forwards;animation-delay:3s}.categories-content{padding-left:0}.category-grid{grid-template-columns:repeat(5,1fr)}}@keyframes categoriesAutoScroll{0%{transform:translateX(0)}45%{transform:translateX(-500px)}55%{transform:translateX(-500px)}to{transform:translateX(0)}}@media(max-width:480px){.category-grid{grid-template-columns:repeat(4,1fr)}}.breadcrumb{display:flex;align-items:center;padding:12px;font-size:14px;color:#666}.breadcrumb .breadcrumb-link{color:#2196f3;text-decoration:none}.breadcrumb .breadcrumb-link:hover{text-decoration:underline}.breadcrumb .breadcrumb-separator{margin:0 8px;color:#999}.breadcrumb .breadcrumb-current{font-weight:600;color:#404553}.category-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f0f9ff,#e1f5fe 35%,#e8f5e9)}.nav-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:9999px;text-decoration:none;background:#fff;border:1px solid rgba(15,23,42,.08);font-weight:700;color:rgba(0,0,255,.749);transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease}.nav-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.08);background:#fff}.nav-button--prev{justify-self:flex-start;background:linear-gradient(135deg,#fef9c3,#fde68a);border-color:rgba(251,191,36,.4)}.nav-button--next{justify-self:flex-end;background:linear-gradient(135deg,#c7d2fe,#93c5fd);border-color:rgba(37,99,235,.35)}.nav-button--disabled{opacity:.65;cursor:not-allowed;pointer-events:none;background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}@media(max-width:768px){.category-nav{flex-direction:column;align-items:stretch}.nav-button{justify-content:center}}