#header.sticky {
    position: fixed;
    top: 0;
}

#header.sticky .u-header-topbar {
    display: none !important;
}

#header.sticky #cstore-header {
    padding: 10px 0 !important;
    box-shadow: 0 10px 10px -15px;
}

#header.sticky #cstore-main-menu {
    display: none !important;
}

.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.container-900 {
    max-width: 900px;
    margin: 0 auto;
}

.container-600 {
    max-width: 600px;
    margin: 0 auto;
}

/* Tone down breadcrumb prominence without changing structure */
.bg-gray-13 .breadcrumb {
    margin-bottom: 0;
    padding: 0.35rem 0;
    font-size: 0.78rem;
    line-height: 1.2;
}

.bg-gray-13 .breadcrumb-item,
.bg-gray-13 .breadcrumb-item a {
    color: #6c757d;
    font-weight: 400;
}

.bg-gray-13 .breadcrumb-item.active,
.bg-gray-13 .breadcrumb-item.active span {
    color: #4a4f57;
    font-weight: 500;
}

.bg-gray-13 .breadcrumb-item + .breadcrumb-item::before {
    opacity: 0.6;
}
